Skip to content

Commit

Permalink
Updated Python dependencies (#360)
Browse files Browse the repository at this point in the history
To fix Dependabot alerts.
  • Loading branch information
freemanjp authored Jul 15, 2023
1 parent 0ee58f6 commit e88bb19
Show file tree
Hide file tree
Showing 7 changed files with 1,187 additions and 835 deletions.
529 changes: 306 additions & 223 deletions requirements/ansible-max.txt

Large diffs are not rendered by default.

529 changes: 306 additions & 223 deletions requirements/ansible-min.txt

Large diffs are not rendered by default.

66 changes: 37 additions & 29 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --resolver=backtracking dev.in
# pip-compile dev.in
#
ansible==7.5.0
# via ansible-lint
Expand All @@ -14,31 +14,34 @@ ansible-compat==3.0.2
ansible-core==2.14.5
# via
# -r ansible-max.in
# -r lint.in
# ansible
# ansible-compat
ansible-lint==4.0.1
# via -r lint.in
arrow==1.2.3
# via jinja2-time
# via cookiecutter
attrs==23.1.0
# via jsonschema
# via
# jsonschema
# referencing
binaryornot==0.4.4
# via cookiecutter
build==0.10.0
# via pip-tools
cachetools==5.3.0
cachetools==5.3.1
# via tox
certifi==2022.12.7
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
chardet==5.1.0
# via
# binaryornot
# tox
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.5
# via
# click-help-colors
# cookiecutter
Expand All @@ -48,21 +51,21 @@ click-help-colors==0.9.1
# via molecule
colorama==0.4.6
# via tox
cookiecutter==2.1.1
cookiecutter==2.2.3
# via molecule
cryptography==40.0.2
cryptography==41.0.2
# via ansible-core
distlib==0.3.6
# via virtualenv
distro==1.8.0
# via selinux
docker==6.0.1
docker==6.1.3
# via molecule-docker
enrich==1.2.7
# via molecule
exceptiongroup==1.1.1
exceptiongroup==1.1.2
# via pytest
filelock==3.12.0
filelock==3.12.2
# via
# tox
# virtualenv
Expand All @@ -76,17 +79,16 @@ jinja2==3.1.2
# via
# ansible-core
# cookiecutter
# jinja2-time
# molecule
jinja2-time==0.2.0
# via cookiecutter
jsonschema==4.17.3
jsonschema==4.18.3
# via
# ansible-compat
# molecule
markdown-it-py==2.2.0
jsonschema-specifications==2023.6.1
# via jsonschema
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
mccabe==0.6.1
# via flake8
Expand All @@ -112,11 +114,11 @@ pathspec==0.11.1
# via yamllint
pip-tools==6.13.0
# via -r dev.in
platformdirs==3.5.0
platformdirs==3.8.1
# via
# tox
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# molecule
# pytest
Expand All @@ -129,13 +131,11 @@ pyflakes==2.4.0
# via flake8
pygments==2.15.1
# via rich
pyproject-api==1.5.1
pyproject-api==1.5.3
# via tox
pyproject-hooks==1.0.0
# via build
pyrsistent==0.19.3
# via jsonschema
pytest==7.3.1
pytest==7.4.0
# via testinfra
python-dateutil==2.8.2
# via arrow
Expand All @@ -149,17 +149,25 @@ pyyaml==6.0
# cookiecutter
# molecule
# yamllint
requests==2.29.0
referencing==0.29.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# cookiecutter
# docker
# molecule-docker
resolvelib==0.8.1
# via ansible-core
rich==13.3.5
rich==13.4.2
# via
# enrich
# molecule
rpds-py==0.8.10
# via
# jsonschema
# referencing
selinux==0.3.0
# via molecule-docker
six==1.16.0
Expand All @@ -181,13 +189,13 @@ tomli==2.0.1
# tox
tox==4.5.1
# via -r tox.in
urllib3==1.26.15
urllib3==2.0.3
# via
# docker
# requests
virtualenv==20.23.0
virtualenv==20.24.0
# via tox
websocket-client==1.5.1
websocket-client==1.6.1
# via docker
wheel==0.40.0
# via pip-tools
Expand Down
1 change: 1 addition & 0 deletions requirements/lint.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ansible-compat<4
ansible-core<2.15
ansible-lint==4.0.1
flake8==4.0.1
yamllint==1.26.3
Loading

0 comments on commit e88bb19

Please sign in to comment.