Skip to content

Commit

Permalink
Updated Python dependencies (#383)
Browse files Browse the repository at this point in the history
To fix Dependabot alerts.
  • Loading branch information
freemanjp authored Nov 17, 2023
1 parent 4a342be commit 1b431a1
Show file tree
Hide file tree
Showing 6 changed files with 1,147 additions and 1,128 deletions.
601 changes: 305 additions & 296 deletions requirements/ansible-max.txt

Large diffs are not rendered by default.

601 changes: 305 additions & 296 deletions requirements/ansible-min.txt

Large diffs are not rendered by default.

42 changes: 22 additions & 20 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ansible-core==2.14.5
# ansible-compat
ansible-lint==4.0.1
# via -r lint.in
arrow==1.2.3
arrow==1.3.0
# via cookiecutter
attrs==23.1.0
# via
Expand All @@ -29,31 +29,31 @@ binaryornot==0.4.4
# via cookiecutter
build==1.0.3
# via pip-tools
cachetools==5.3.1
cachetools==5.3.2
# via tox
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
chardet==5.2.0
# via
# binaryornot
# tox
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# click-help-colors
# cookiecutter
# molecule
# pip-tools
click-help-colors==0.9.2
click-help-colors==0.9.3
# via molecule
colorama==0.4.6
# via tox
cookiecutter==2.3.1
cookiecutter==2.4.0
# via molecule
cryptography==41.0.4
cryptography==41.0.5
# via ansible-core
distlib==0.3.7
# via virtualenv
Expand All @@ -65,7 +65,7 @@ enrich==1.2.7
# via molecule
exceptiongroup==1.1.3
# via pytest
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand All @@ -82,11 +82,11 @@ jinja2==3.1.2
# ansible-core
# cookiecutter
# molecule
jsonschema==4.19.1
jsonschema==4.20.0
# via
# ansible-compat
# molecule
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.1
# via jsonschema
markdown-it-py==3.0.0
# via rich
Expand All @@ -102,7 +102,7 @@ molecule[docker]==4.0.4
# molecule-docker
molecule-docker==2.1.0
# via molecule
packaging==23.1
packaging==23.2
# via
# ansible-compat
# ansible-core
Expand All @@ -116,7 +116,7 @@ pathspec==0.11.2
# via yamllint
pip-tools==6.13.0
# via -r dev.in
platformdirs==3.10.0
platformdirs==3.11.0
# via
# tox
# virtualenv
Expand All @@ -137,7 +137,7 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
pytest==7.4.3
# via testinfra
python-dateutil==2.8.2
# via arrow
Expand All @@ -151,7 +151,7 @@ pyyaml==6.0.1
# cookiecutter
# molecule
# yamllint
referencing==0.30.2
referencing==0.31.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -162,12 +162,12 @@ requests==2.31.0
# molecule-docker
resolvelib==0.8.1
# via ansible-core
rich==13.5.3
rich==13.7.0
# via
# cookiecutter
# enrich
# molecule
rpds-py==0.10.3
rpds-py==0.13.0
# via
# jsonschema
# referencing
Expand All @@ -192,16 +192,18 @@ tomli==2.0.1
# tox
tox==4.5.1
# via -r tox.in
urllib3==1.26.16
types-python-dateutil==2.8.19.14
# via arrow
urllib3==1.26.18
# via
# -r molecule.in
# docker
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
websocket-client==1.6.3
websocket-client==1.6.4
# via docker
wheel==0.41.2
wheel==0.41.3
# via pip-tools
yamllint==1.26.3
# via -r lint.in
Expand Down
Loading

0 comments on commit 1b431a1

Please sign in to comment.