summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-09-28 23:28:35 +0200
committerGitHub <noreply@github.com>2023-09-28 23:28:35 +0200
commitd6a356d7cd5ef338f0c365cc98e1750ad93a9606 (patch)
tree66eabc5243d24c2ac9a15878a4f417dd61ed8296
parentsystemd_service: add a note about module rename (#81803) (diff)
downloadansible-d6a356d7cd5ef338f0c365cc98e1750ad93a9606.tar.xz
ansible-d6a356d7cd5ef338f0c365cc98e1750ad93a9606.zip
ansible-test - Update sanity test requirements (#81810)
-rw-r--r--test/lib/ansible_test/_data/requirements/sanity.changelog.txt2
-rw-r--r--test/lib/ansible_test/_data/requirements/sanity.mypy.txt10
-rw-r--r--test/lib/ansible_test/_data/requirements/sanity.pylint.txt6
-rw-r--r--test/sanity/code-smell/package-data.requirements.txt2
-rw-r--r--test/sanity/code-smell/pymarkdown.requirements.txt2
5 files changed, 11 insertions, 11 deletions
diff --git a/test/lib/ansible_test/_data/requirements/sanity.changelog.txt b/test/lib/ansible_test/_data/requirements/sanity.changelog.txt
index 0ffd682d3a..8f8b89540c 100644
--- a/test/lib/ansible_test/_data/requirements/sanity.changelog.txt
+++ b/test/lib/ansible_test/_data/requirements/sanity.changelog.txt
@@ -6,4 +6,4 @@ PyYAML==6.0.1
rstcheck==5.0.0
semantic-version==2.10.0
types-docutils==0.18.3
-typing_extensions==4.7.1
+typing_extensions==4.8.0
diff --git a/test/lib/ansible_test/_data/requirements/sanity.mypy.txt b/test/lib/ansible_test/_data/requirements/sanity.mypy.txt
index 947c6448a7..6efcbe96fd 100644
--- a/test/lib/ansible_test/_data/requirements/sanity.mypy.txt
+++ b/test/lib/ansible_test/_data/requirements/sanity.mypy.txt
@@ -1,6 +1,6 @@
# edit "sanity.mypy.in" and generate with: hacking/update-sanity-requirements.py --test mypy
-cffi==1.15.1
-cryptography==41.0.3
+cffi==1.16.0
+cryptography==41.0.4
Jinja2==3.1.2
MarkupSafe==2.1.3
mypy==1.5.1
@@ -10,9 +10,9 @@ pycparser==2.21
tomli==2.0.1
types-backports==0.1.3
types-paramiko==3.3.0.0
-types-PyYAML==6.0.12.11
-types-requests==2.31.0.2
+types-PyYAML==6.0.12.12
+types-requests==2.31.0.6
types-setuptools==68.2.0.0
types-toml==0.10.8.7
types-urllib3==1.26.25.14
-typing_extensions==4.7.1
+typing_extensions==4.8.0
diff --git a/test/lib/ansible_test/_data/requirements/sanity.pylint.txt b/test/lib/ansible_test/_data/requirements/sanity.pylint.txt
index d4bde36f7d..8e4ccca119 100644
--- a/test/lib/ansible_test/_data/requirements/sanity.pylint.txt
+++ b/test/lib/ansible_test/_data/requirements/sanity.pylint.txt
@@ -1,13 +1,13 @@
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
-astroid==2.15.6
+astroid==2.15.8
dill==0.3.7
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
platformdirs==3.10.0
-pylint==2.17.5
+pylint==2.17.6
PyYAML==6.0.1
tomli==2.0.1
tomlkit==0.12.1
-typing_extensions==4.7.1
+typing_extensions==4.8.0
wrapt==1.15.0
diff --git a/test/sanity/code-smell/package-data.requirements.txt b/test/sanity/code-smell/package-data.requirements.txt
index d543214c82..5440ff739e 100644
--- a/test/sanity/code-smell/package-data.requirements.txt
+++ b/test/sanity/code-smell/package-data.requirements.txt
@@ -13,5 +13,5 @@ semantic-version==2.10.0
setuptools==66.1.0
tomli==2.0.1
types-docutils==0.18.3
-typing_extensions==4.7.1
+typing_extensions==4.8.0
wheel==0.41.2
diff --git a/test/sanity/code-smell/pymarkdown.requirements.txt b/test/sanity/code-smell/pymarkdown.requirements.txt
index 15d0427a07..314cdab17e 100644
--- a/test/sanity/code-smell/pymarkdown.requirements.txt
+++ b/test/sanity/code-smell/pymarkdown.requirements.txt
@@ -5,5 +5,5 @@ pymarkdownlnt==0.9.13.4
PyYAML==6.0.1
tomli==2.0.1
toolz==0.12.0
-typing_extensions==4.7.1
+typing_extensions==4.8.0
wcwidth==0.2.6