summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-03-29 12:15:25 -0700
committerGitHub <noreply@github.com>2023-03-29 12:15:25 -0700
commit49b5c80c41c9cea4e7615d275d2f69895c5cc59a (patch)
treeaea9911f365cd6c12f62a4c4f3967b7a1212541e
parent6a66761e0e0e035a753b86cbc29d2287036829f8 (diff)
downloadansible-49b5c80c41c9cea4e7615d275d2f69895c5cc59a.tar.gz
ansible-test - Update sanity test requirements (#80354)
-rw-r--r--test/lib/ansible_test/_data/requirements/sanity.mypy.txt14
-rw-r--r--test/lib/ansible_test/_data/requirements/sanity.pylint.txt6
2 files changed, 10 insertions, 10 deletions
diff --git a/test/lib/ansible_test/_data/requirements/sanity.mypy.txt b/test/lib/ansible_test/_data/requirements/sanity.mypy.txt
index f871ae229f..b688ffed89 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==39.0.2
+cryptography==40.0.1
Jinja2==3.1.2
MarkupSafe==2.1.2
mypy==1.1.1
@@ -9,10 +9,10 @@ packaging==23.0
pycparser==2.21
tomli==2.0.1
types-backports==0.1.3
-types-paramiko==3.0.0.4
-types-PyYAML==6.0.12.8
-types-requests==2.28.11.16
-types-setuptools==67.6.0.5
-types-toml==0.10.8.5
-types-urllib3==1.26.25.8
+types-paramiko==3.0.0.6
+types-PyYAML==6.0.12.9
+types-requests==2.28.11.17
+types-setuptools==67.6.0.6
+types-toml==0.10.8.6
+types-urllib3==1.26.25.10
typing_extensions==4.5.0
diff --git a/test/lib/ansible_test/_data/requirements/sanity.pylint.txt b/test/lib/ansible_test/_data/requirements/sanity.pylint.txt
index 43790832dc..bdad838241 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.0
+astroid==2.15.1
dill==0.3.6
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
-platformdirs==3.1.1
+platformdirs==3.2.0
pylint==2.17.1
PyYAML==6.0
tomli==2.0.1
-tomlkit==0.11.6
+tomlkit==0.11.7
typing_extensions==4.5.0
wrapt==1.15.0