Sanity: Bump version to match Python 3.12 (#81399)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/81477/head
Abhijeet Kasurde 11 months ago committed by GitHub
parent f3a15a4a95
commit 493c678795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,5 @@
# edit "sanity.ansible-doc.in" and generate with: hacking/update-sanity-requirements.py --test ansible-doc
# pre-build requirement: pyyaml == 6.0
# pre-build constraint: Cython < 3.0
Jinja2==3.1.2
MarkupSafe==2.1.2
packaging==23.0
PyYAML==6.0
MarkupSafe==2.1.3
packaging==23.1
PyYAML==6.0.1

@ -1,11 +1,9 @@
# edit "sanity.changelog.in" and generate with: hacking/update-sanity-requirements.py --test changelog
# pre-build requirement: pyyaml == 6.0
# pre-build constraint: Cython < 3.0
antsibull-changelog==0.19.0
antsibull-changelog==0.22.0
docutils==0.18.1
packaging==23.0
PyYAML==6.0
packaging==23.1
PyYAML==6.0.1
rstcheck==5.0.0
semantic-version==2.10.0
types-docutils==0.18.3
typing_extensions==4.5.0
typing_extensions==4.7.1

@ -1,6 +1,4 @@
# edit "sanity.import.plugin.in" and generate with: hacking/update-sanity-requirements.py --test import.plugin
# pre-build requirement: pyyaml == 6.0
# pre-build constraint: Cython < 3.0
Jinja2==3.1.2
MarkupSafe==2.1.2
PyYAML==6.0
MarkupSafe==2.1.3
PyYAML==6.0.1

@ -1,4 +1,2 @@
# edit "sanity.import.in" and generate with: hacking/update-sanity-requirements.py --test import
# pre-build requirement: pyyaml == 6.0
# pre-build constraint: Cython < 3.0
PyYAML==6.0
PyYAML==6.0.1

@ -1,4 +1,2 @@
# edit "sanity.integration-aliases.in" and generate with: hacking/update-sanity-requirements.py --test integration-aliases
# pre-build requirement: pyyaml == 6.0
# pre-build constraint: Cython < 3.0
PyYAML==6.0
PyYAML==6.0.1

@ -1,18 +1,18 @@
# edit "sanity.mypy.in" and generate with: hacking/update-sanity-requirements.py --test mypy
cffi==1.15.1
cryptography==40.0.1
cryptography==41.0.3
Jinja2==3.1.2
MarkupSafe==2.1.2
mypy==1.1.1
MarkupSafe==2.1.3
mypy==1.4.1
mypy-extensions==1.0.0
packaging==23.0
packaging==23.1
pycparser==2.21
tomli==2.0.1
types-backports==0.1.3
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
types-paramiko==3.3.0.0
types-PyYAML==6.0.12.11
types-requests==2.31.0.2
types-setuptools==68.0.0.3
types-toml==0.10.8.7
types-urllib3==1.26.25.14
typing_extensions==4.7.1

@ -1,2 +1,2 @@
# edit "sanity.pep8.in" and generate with: hacking/update-sanity-requirements.py --test pep8
pycodestyle==2.10.0
pycodestyle==2.11.0

@ -1,15 +1,13 @@
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
# pre-build requirement: pyyaml == 6.0
# pre-build constraint: Cython < 3.0
astroid==2.15.4
dill==0.3.6
astroid==2.15.6
dill==0.3.7
isort==5.12.0
lazy-object-proxy==1.9.0
mccabe==0.7.0
platformdirs==3.3.0
pylint==2.17.3
PyYAML==6.0
platformdirs==3.10.0
pylint==2.17.5
PyYAML==6.0.1
tomli==2.0.1
tomlkit==0.11.7
typing_extensions==4.5.0
tomlkit==0.12.1
typing_extensions==4.7.1
wrapt==1.15.0

@ -1,5 +1,3 @@
# edit "sanity.runtime-metadata.in" and generate with: hacking/update-sanity-requirements.py --test runtime-metadata
# pre-build requirement: pyyaml == 6.0
# pre-build constraint: Cython < 3.0
PyYAML==6.0
PyYAML==6.0.1
voluptuous==0.13.1

@ -1,8 +1,6 @@
# edit "sanity.validate-modules.in" and generate with: hacking/update-sanity-requirements.py --test validate-modules
# pre-build requirement: pyyaml == 6.0
# pre-build constraint: Cython < 3.0
antsibull-docs-parser==1.0.0
Jinja2==3.1.2
MarkupSafe==2.1.2
PyYAML==6.0
MarkupSafe==2.1.3
PyYAML==6.0.1
voluptuous==0.13.1

@ -1,6 +1,4 @@
# edit "sanity.yamllint.in" and generate with: hacking/update-sanity-requirements.py --test yamllint
# pre-build requirement: pyyaml == 6.0
# pre-build constraint: Cython < 3.0
pathspec==0.11.1
PyYAML==6.0
yamllint==1.30.0
pathspec==0.11.2
PyYAML==6.0.1
yamllint==1.32.0

@ -1,6 +1,4 @@
# edit "deprecated-config.requirements.in" and generate with: hacking/update-sanity-requirements.py --test deprecated-config
# pre-build requirement: pyyaml == 6.0
# pre-build constraint: Cython < 3.0
Jinja2==3.1.2
MarkupSafe==2.1.2
PyYAML==6.0
MarkupSafe==2.1.3
PyYAML==6.0.1

@ -1,19 +1,17 @@
# edit "package-data.requirements.in" and generate with: hacking/update-sanity-requirements.py --test package-data
# pre-build requirement: pyyaml == 6.0
# pre-build constraint: Cython < 3.0
antsibull-changelog==0.19.0
antsibull-changelog==0.22.0
build==0.10.0
docutils==0.17.1
docutils==0.18.1
Jinja2==3.1.2
MarkupSafe==2.1.2
packaging==23.0
MarkupSafe==2.1.3
packaging==23.1
pyproject_hooks==1.0.0
PyYAML==6.0
PyYAML==6.0.1
resolvelib==1.0.1
rstcheck==5.0.0
semantic-version==2.10.0
setuptools==66.1.0
tomli==2.0.1
types-docutils==0.18.3
typing_extensions==4.5.0
typing_extensions==4.7.1
wheel==0.41.0

@ -1,7 +1,9 @@
# edit "pymarkdown.requirements.in" and generate with: hacking/update-sanity-requirements.py --test pymarkdown
application-properties==0.6.0
application-properties==0.8.1
Columnar==1.4.1
pymarkdownlnt==0.9.11
pymarkdownlnt==0.9.12
PyYAML==6.0.1
tomli==2.0.1
toolz==0.12.0
typing_extensions==4.5.0
typing_extensions==4.7.1
wcwidth==0.2.6

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

Loading…
Cancel
Save