diff options
author | Matt Clay <matt@mystile.com> | 2024-09-09 20:22:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 20:22:28 +0200 |
commit | cf2a4a85da29d9ad6302ebc495c004af892ce869 (patch) | |
tree | 6fd1edeced4e18dccdc1386b7bfbe3837f661480 /test/sanity | |
parent | release.py - Use changelog requirements (#83920) (diff) | |
download | ansible-cf2a4a85da29d9ad6302ebc495c004af892ce869.tar.xz ansible-cf2a4a85da29d9ad6302ebc495c004af892ce869.zip |
ansible-test - Update sanity test requirements (#83921)
Diffstat (limited to 'test/sanity')
-rw-r--r-- | test/sanity/code-smell/mypy.requirements.txt | 10 | ||||
-rw-r--r-- | test/sanity/code-smell/pymarkdown.requirements.txt | 2 |
2 files changed, 6 insertions, 6 deletions
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 |