Bump sanity test requirements for 3.12 (#81843)

pull/81853/head
Abhijeet Kasurde 8 months ago committed by GitHub
parent ec265ec08a
commit ce3954ba74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -129,13 +129,13 @@ if not HAS_SSLCONTEXT:
try:
from urllib3.contrib.pyopenssl import PyOpenSSLContext
except Exception:
from requests.packages.urllib3.contrib.pyopenssl import PyOpenSSLContext
from requests.packages.urllib3.contrib.pyopenssl import PyOpenSSLContext # type: ignore[no-redef]
HAS_URLLIB3_PYOPENSSLCONTEXT = True
except Exception:
# urllib3<1.15,>=1.6
try:
try:
from urllib3.contrib.pyopenssl import ssl_wrap_socket
from urllib3.contrib.pyopenssl import ssl_wrap_socket # type: ignore[attr-defined]
except Exception:
from requests.packages.urllib3.contrib.pyopenssl import ssl_wrap_socket
HAS_URLLIB3_SSL_WRAP_SOCKET = True

@ -1,5 +1,5 @@
# edit "sanity.ansible-doc.in" and generate with: hacking/update-sanity-requirements.py --test ansible-doc
Jinja2==3.1.2
MarkupSafe==2.1.3
packaging==23.1
packaging==23.2
PyYAML==6.0.1

@ -1,7 +1,7 @@
# edit "sanity.changelog.in" and generate with: hacking/update-sanity-requirements.py --test changelog
antsibull-changelog==0.23.0
docutils==0.18.1
packaging==23.1
packaging==23.2
PyYAML==6.0.1
rstcheck==5.0.0
semantic-version==2.10.0

@ -5,14 +5,14 @@ Jinja2==3.1.2
MarkupSafe==2.1.3
mypy==1.5.1
mypy-extensions==1.0.0
packaging==23.1
packaging==23.2
pycparser==2.21
tomli==2.0.1
types-backports==0.1.3
types-paramiko==3.3.0.0
types-PyYAML==6.0.12.12
types-requests==2.31.0.6
types-requests==2.31.0.7
types-setuptools==68.2.0.0
types-toml==0.10.8.7
types-urllib3==1.26.25.14
typing_extensions==4.8.0
urllib3==2.0.6

@ -4,7 +4,7 @@ build==1.0.3
docutils==0.18.1
Jinja2==3.1.2
MarkupSafe==2.1.3
packaging==23.1
packaging==23.2
pyproject_hooks==1.0.0
PyYAML==6.0.1
resolvelib==1.0.1

@ -6,4 +6,4 @@ PyYAML==6.0.1
tomli==2.0.1
toolz==0.12.0
typing_extensions==4.8.0
wcwidth==0.2.6
wcwidth==0.2.8

@ -1,2 +1,2 @@
# edit "update-bundled.requirements.in" and generate with: hacking/update-sanity-requirements.py --test update-bundled
packaging==23.1
packaging==23.2

Loading…
Cancel
Save