Skip to content

Commit

Permalink
Update dependencies (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jun 6, 2022
1 parent 1a0ded6 commit 7c5c220
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ repos:
# empty args needed in order to match mypy cli behavior
args: [--strict]
additional_dependencies:
- ansible-compat>=2.0.4
- ansible-compat>=2.1.0
- ansible-core
- enrich
- flaky
Expand All @@ -153,7 +153,7 @@ repos:
hooks:
- id: pylint
additional_dependencies:
- ansible-compat>=2.0.4
- ansible-compat>=2.1.0
- ansible-core
- docutils
- enrich
Expand Down
23 changes: 12 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@
# pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt --strip-extras setup.cfg
#
alabaster==0.7.12
ansible-compat==2.0.4
ansible-compat==2.1.0
ansible-core==2.13.0
ansible-pygments==0.1.1
astroid==2.11.5
attrs==21.4.0
babel==2.10.1
black==22.3.0
bracex==2.2.1
certifi==2021.10.8
bracex==2.3.post1
certifi==2022.5.18.1
cffi==1.15.0
charset-normalizer==2.0.12
click==8.1.3
commonmark==0.9.1
coverage==6.3.3
coverage==6.4.1
cryptography==37.0.2
dill==0.3.4
dill==0.3.5.1
docutils==0.16
enrich==1.2.7
execnet==1.9.0
flake8==4.0.1
flaky==3.7.0
idna==3.3
imagesize==1.3.0
importlib-metadata==4.11.3
importlib-metadata==4.11.4
iniconfig==1.1.1
isort==5.10.1
jinja2==3.1.2
Expand All @@ -40,7 +40,7 @@ mccabe==0.6.1
mdit-py-plugins==0.3.0
mdurl==0.1.1
more-itertools==8.13.0
mypy==0.950
mypy==0.960
mypy-extensions==0.4.3
myst-parser==0.17.2
packaging==21.3
Expand All @@ -49,13 +49,13 @@ pbr==5.9.0
pipdeptree==2.2.1
platformdirs==2.5.2
pluggy==1.0.0
psutil==5.9.0
psutil==5.9.1
py==1.11.0
pycodestyle==2.8.0
pycparser==2.21
pyflakes==2.4.0
pygments==2.12.0
pylint==2.13.9
pylint==2.14.0
pyparsing==3.0.9
pyrsistent==0.18.1
pytest==7.1.2
Expand All @@ -67,7 +67,7 @@ pytz==2022.1
pyyaml==6.0
requests==2.27.1
resolvelib==0.5.4
rich==12.4.1
rich==12.4.4
ruamel-yaml==0.17.21
ruamel-yaml-clib==0.2.6
snowballstemmer==2.2.0
Expand All @@ -84,9 +84,10 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
subprocess-tee==0.3.5
tomli==2.0.1
tomlkit==0.11.0
typing-extensions==4.2.0
urllib3==1.26.9
wcmatch==8.3
wcmatch==8.4
wrapt==1.14.1
yamllint==1.26.3
zipp==3.8.0
Expand Down

0 comments on commit 7c5c220

Please sign in to comment.