Skip to content

Commit

Permalink
Updated Python dependencies (#352)
Browse files Browse the repository at this point in the history
To fix Dependabot alerts.
  • Loading branch information
freemanjp authored May 27, 2024
1 parent b775d44 commit 4abe9a8
Show file tree
Hide file tree
Showing 6 changed files with 735 additions and 740 deletions.
343 changes: 171 additions & 172 deletions requirements/ansible-max.txt

Large diffs are not rendered by default.

349 changes: 174 additions & 175 deletions requirements/ansible-min.txt

Large diffs are not rendered by default.

40 changes: 19 additions & 21 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --resolver=backtracking dev.in
#
ansible-compat==4.1.11
ansible-compat==24.5.1
# via
# ansible-lint
# molecule
Expand All @@ -20,7 +20,7 @@ attrs==23.2.0
# via
# jsonschema
# referencing
black==24.3.0
black==24.4.2
# via ansible-lint
bracex==2.4
# via wcmatch
Expand All @@ -46,19 +46,19 @@ click-help-colors==0.9.4
# via molecule
colorama==0.4.6
# via tox
cryptography==42.0.5
cryptography==42.0.7
# via ansible-core
distlib==0.3.8
# via virtualenv
distro==1.9.0
# via selinux
docker==7.0.0
docker==7.1.0
# via molecule-plugins
enrich==1.2.7
# via molecule
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
filelock==3.13.3
filelock==3.14.0
# via
# ansible-lint
# tox
Expand All @@ -77,7 +77,7 @@ jinja2==3.1.4
# via
# ansible-core
# molecule
jsonschema==4.21.1
jsonschema==4.22.0
# via
# ansible-compat
# ansible-lint
Expand Down Expand Up @@ -107,7 +107,6 @@ packaging==24.0
# ansible-lint
# black
# build
# docker
# molecule
# pyproject-api
# pytest
Expand All @@ -119,12 +118,12 @@ pathspec==0.12.1
# yamllint
pip-tools==6.13.0
# via -r dev.in
platformdirs==4.2.0
platformdirs==4.2.2
# via
# black
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# molecule
# pytest
Expand All @@ -135,17 +134,17 @@ pycparser==2.22
# via cffi
pyflakes==2.4.0
# via flake8
pygments==2.17.2
pygments==2.18.0
# via rich
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
pytest==7.4.4
# via
# -r molecule.in
# pytest-testinfra
pytest-testinfra==10.1.0
pytest-testinfra==10.1.1
# via -r molecule.in
pyyaml==6.0.1
# via
Expand All @@ -154,11 +153,11 @@ pyyaml==6.0.1
# ansible-lint
# molecule
# yamllint
referencing==0.34.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.2
# via
# docker
# molecule-plugins
Expand All @@ -169,7 +168,7 @@ rich==13.7.1
# ansible-lint
# enrich
# molecule
rpds-py==0.18.0
rpds-py==0.18.1
# via
# jsonschema
# referencing
Expand All @@ -188,22 +187,21 @@ tomli==2.0.1
# black
# build
# pyproject-api
# pyproject-hooks
# pytest
# tox
tox==4.5.1
# via -r tox.in
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# ansible-compat
# black
urllib3==2.2.1
# via
# docker
# requests
virtualenv==20.25.1
virtualenv==20.26.2
# via tox
wcmatch==8.5.1
wcmatch==8.5.2
# via
# ansible-lint
# molecule
Expand All @@ -213,7 +211,7 @@ yamllint==1.35.1
# via
# -r lint.in
# ansible-lint
zipp==3.18.1
zipp==3.19.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading

0 comments on commit 4abe9a8

Please sign in to comment.