Skip to content

Commit 5abb26b

Browse files
authored
Bump test dependencies (#2114)
1 parent eb5d96b commit 5abb26b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
# pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt --strip-extras setup.cfg
66
#
77
alabaster==0.7.12
8-
ansible-compat==2.0.2
8+
ansible-compat==2.0.3
99
ansible-core==2.12.5
1010
ansible-pygments==0.1.1
11-
astroid==2.11.3
11+
astroid==2.11.5
1212
attrs==21.4.0
1313
babel==2.10.1
1414
black==22.3.0
@@ -19,7 +19,7 @@ charset-normalizer==2.0.12
1919
click==8.1.3
2020
commonmark==0.9.1
2121
coverage==6.3.2
22-
cryptography==37.0.1
22+
cryptography==37.0.2
2323
dill==0.3.4
2424
docutils==0.16
2525
enrich==1.2.7
@@ -38,13 +38,13 @@ markupsafe==2.1.1
3838
mccabe==0.6.1
3939
mdit-py-plugins==0.3.0
4040
mdurl==0.1.1
41-
more-itertools==8.12.0
41+
more-itertools==8.13.0
4242
mypy==0.950
4343
mypy-extensions==0.4.3
4444
myst-parser==0.17.2
4545
packaging==21.3
4646
pathspec==0.9.0
47-
pbr==5.8.1
47+
pbr==5.9.0
4848
pipdeptree==2.2.1
4949
platformdirs==2.5.2
5050
pluggy==1.0.0
@@ -54,7 +54,7 @@ pycodestyle==2.8.0
5454
pycparser==2.21
5555
pyflakes==2.4.0
5656
pygments==2.12.0
57-
pylint==2.13.7
57+
pylint==2.13.8
5858
pyparsing==3.0.8
5959
pytest==7.1.2
6060
pytest-cov==3.0.0
@@ -65,7 +65,7 @@ pytz==2022.1
6565
pyyaml==6.0
6666
requests==2.27.1
6767
resolvelib==0.5.4
68-
rich==12.3.0
68+
rich==12.4.1
6969
ruamel-yaml==0.17.21
7070
ruamel-yaml-clib==0.2.6
7171
snowballstemmer==2.2.0
@@ -85,7 +85,7 @@ tomli==2.0.1
8585
typing-extensions==4.2.0
8686
urllib3==1.26.9
8787
wcmatch==8.3
88-
wrapt==1.14.0
88+
wrapt==1.14.1
8989
yamllint==1.26.3
9090
zipp==3.8.0
9191

0 commit comments

Comments
 (0)