From cf2a4a85da29d9ad6302ebc495c004af892ce869 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 9 Sep 2024 11:22:28 -0700 Subject: ansible-test - Update sanity test requirements (#83921) --- test/sanity/code-smell/mypy.requirements.txt | 10 +++++----- test/sanity/code-smell/pymarkdown.requirements.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test/sanity') diff --git a/test/sanity/code-smell/mypy.requirements.txt b/test/sanity/code-smell/mypy.requirements.txt index 5aa4d40944..74e6f18b59 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 cf8007962e..77bf274fe7 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 -- cgit v1.2.3