From cf2a4a85da29d9ad6302ebc495c004af892ce869 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 9 Sep 2024 11:22:28 -0700 Subject: [PATCH] ansible-test - Update sanity test requirements (#83921) --- .../_data/requirements/sanity.changelog.in | 2 +- .../ansible_test/_data/requirements/sanity.pylint.txt | 4 ++-- test/sanity/code-smell/mypy.requirements.txt | 10 +++++----- test/sanity/code-smell/pymarkdown.requirements.txt | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/test/lib/ansible_test/_data/requirements/sanity.changelog.in b/test/lib/ansible_test/_data/requirements/sanity.changelog.in index 81d65ff8a07..be78659686b 100644 --- a/test/lib/ansible_test/_data/requirements/sanity.changelog.in +++ b/test/lib/ansible_test/_data/requirements/sanity.changelog.in @@ -1,2 +1,2 @@ rstcheck < 6 # newer versions have too many dependencies -antsibull-changelog +antsibull-changelog == 0.29.0 # newer versions have additional dependencies diff --git a/test/lib/ansible_test/_data/requirements/sanity.pylint.txt b/test/lib/ansible_test/_data/requirements/sanity.pylint.txt index 5df29e221b2..60490bc7da4 100644 --- a/test/lib/ansible_test/_data/requirements/sanity.pylint.txt +++ b/test/lib/ansible_test/_data/requirements/sanity.pylint.txt @@ -3,7 +3,7 @@ astroid==3.2.4 dill==0.3.8 isort==5.13.2 mccabe==0.7.0 -platformdirs==4.2.2 -pylint==3.2.6 +platformdirs==4.3.2 +pylint==3.2.7 PyYAML==6.0.2 tomlkit==0.13.2 diff --git a/test/sanity/code-smell/mypy.requirements.txt b/test/sanity/code-smell/mypy.requirements.txt index 5aa4d409442..74e6f18b593 100644 --- a/test/sanity/code-smell/mypy.requirements.txt +++ b/test/sanity/code-smell/mypy.requirements.txt @@ -1,9 +1,9 @@ # edit "mypy.requirements.in" and generate with: hacking/update-sanity-requirements.py --test mypy -cffi==1.17.0 -cryptography==43.0.0 +cffi==1.17.1 +cryptography==43.0.1 Jinja2==3.1.4 MarkupSafe==2.1.5 -mypy==1.11.1 +mypy==1.11.2 mypy-extensions==1.0.0 packaging==24.1 pycparser==2.22 @@ -11,8 +11,8 @@ tomli==2.0.1 types-backports==0.1.3 types-paramiko==3.4.0.20240423 types-PyYAML==6.0.12.20240808 -types-requests==2.32.0.20240712 -types-setuptools==71.1.0.20240813 +types-requests==2.32.0.20240907 +types-setuptools==74.1.0.20240907 types-toml==0.10.8.20240310 typing_extensions==4.12.2 urllib3==2.2.2 diff --git a/test/sanity/code-smell/pymarkdown.requirements.txt b/test/sanity/code-smell/pymarkdown.requirements.txt index cf8007962e5..77bf274fe76 100644 --- a/test/sanity/code-smell/pymarkdown.requirements.txt +++ b/test/sanity/code-smell/pymarkdown.requirements.txt @@ -1,7 +1,7 @@ # edit "pymarkdown.requirements.in" and generate with: hacking/update-sanity-requirements.py --test pymarkdown application_properties==0.8.2 Columnar==1.4.1 -pymarkdownlnt==0.9.22 +pymarkdownlnt==0.9.23 PyYAML==6.0.2 tomli==2.0.1 toolz==0.12.1