Update dependencies (#9505)

* upgrade dependencies

* forbid old setuptools
This commit is contained in:
Brad Warren
2022-12-13 10:48:17 +11:00
committed by GitHub
parent 6b7549bf3a
commit 70a36fdf00
3 changed files with 51 additions and 39 deletions
+13 -13
View File
@@ -2,11 +2,11 @@
# that script.
apacheconfig==0.3.2 ; python_full_version < "3.8.0" and python_version >= "3.7"
asn1crypto==0.24.0 ; python_full_version >= "3.7.0" and python_full_version < "3.8.0"
astroid==2.12.12 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
astroid==2.12.13 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
attrs==22.1.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
boto3==1.15.15 ; python_full_version < "3.8.0" and python_version >= "3.7"
botocore==1.18.15 ; python_full_version < "3.8.0" and python_version >= "3.7"
certifi==2022.9.24 ; python_full_version < "3.8.0" and python_version >= "3.7"
certifi==2022.12.7 ; python_full_version < "3.8.0" and python_version >= "3.7"
cffi==1.9.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
chardet==3.0.4 ; python_full_version < "3.8.0" and python_version >= "3.7"
cloudflare==1.5.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
@@ -23,13 +23,13 @@ dns-lexicon==3.2.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
dnspython==1.15.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
exceptiongroup==1.0.4 ; python_version >= "3.7" and python_full_version < "3.8.0"
execnet==1.9.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
filelock==3.8.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
filelock==3.8.2 ; python_version >= "3.7" and python_full_version < "3.8.0"
funcsigs==0.4 ; python_full_version >= "3.7.0" and python_full_version < "3.8.0"
future==0.18.2 ; python_full_version < "3.8.0" and python_version >= "3.7"
google-api-python-client==1.5.5 ; python_full_version < "3.8.0" and python_version >= "3.7"
httplib2==0.9.2 ; python_full_version < "3.8.0" and python_version >= "3.7"
idna==2.6 ; python_full_version < "3.8.0" and python_version >= "3.7"
importlib-metadata==5.0.0 ; python_version >= "3.7" and python_version < "3.8"
importlib-metadata==5.1.0 ; python_version >= "3.7" and python_version < "3.8"
iniconfig==1.1.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
ipaddress==1.0.16 ; python_full_version >= "3.7.0" and python_full_version < "3.8.0"
isort==5.10.1 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
@@ -42,23 +42,23 @@ mypy-extensions==0.4.3 ; python_version >= "3.7" and python_full_version < "3.8.
mypy==0.991 ; python_version >= "3.7" and python_full_version < "3.8.0"
ndg-httpsclient==0.3.2 ; python_full_version >= "3.7.0" and python_full_version < "3.8.0"
oauth2client==4.0.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
packaging==21.3 ; python_version >= "3.7" and python_full_version < "3.8.0"
packaging==22.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
parsedatetime==2.4 ; python_full_version < "3.8.0" and python_version >= "3.7"
pbr==1.8.0 ; python_full_version >= "3.7.0" and python_full_version < "3.8.0"
pip==22.3.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
platformdirs==2.5.4 ; python_full_version < "3.8.0" and python_version >= "3.7"
platformdirs==2.6.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
pluggy==1.0.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
ply==3.4 ; python_full_version < "3.8.0" and python_version >= "3.7"
py==1.11.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
pyasn1-modules==0.0.10 ; python_full_version < "3.8.0" and python_version >= "3.7"
pyasn1==0.1.9 ; python_full_version < "3.8.0" and python_version >= "3.7"
pycparser==2.14 ; python_full_version < "3.8.0" and python_version >= "3.7"
pylint==2.15.5 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
pylint==2.15.8 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
pyopenssl==17.5.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
pyparsing==2.2.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
pyrfc3339==1.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
pytest-cov==4.0.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
pytest-xdist==3.0.2 ; python_version >= "3.7" and python_full_version < "3.8.0"
pytest-xdist==3.1.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
pytest==7.2.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
python-augeas==0.5.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
python-dateutil==2.8.2 ; python_full_version < "3.8.0" and python_version >= "3.7"
@@ -79,17 +79,17 @@ tox==1.9.2 ; python_version >= "3.7" and python_full_version < "3.8.0"
typed-ast==1.5.4 ; python_version < "3.8" and python_version >= "3.7"
types-cryptography==3.3.23.2 ; python_version >= "3.7" and python_full_version < "3.8.0"
types-pyopenssl==22.1.0.2 ; python_version >= "3.7" and python_full_version < "3.8.0"
types-pyrfc3339==1.1.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
types-pyrfc3339==1.1.1.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
types-python-dateutil==2.8.19.4 ; python_version >= "3.7" and python_full_version < "3.8.0"
types-pytz==2022.6.0.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
types-requests==2.28.11.5 ; python_version >= "3.7" and python_full_version < "3.8.0"
types-setuptools==65.5.0.3 ; python_version >= "3.7" and python_full_version < "3.8.0"
types-six==1.16.21.3 ; python_version >= "3.7" and python_full_version < "3.8.0"
types-setuptools==65.6.0.2 ; python_version >= "3.7" and python_full_version < "3.8.0"
types-six==1.16.21.4 ; python_version >= "3.7" and python_full_version < "3.8.0"
types-urllib3==1.26.25.4 ; python_version >= "3.7" and python_full_version < "3.8.0"
typing-extensions==4.4.0 ; python_version >= "3.7" and python_version < "3.8"
uritemplate==3.0.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
urllib3==1.24.2 ; python_full_version < "3.8.0" and python_version >= "3.7"
virtualenv==20.16.7 ; python_version >= "3.7" and python_full_version < "3.8.0"
virtualenv==20.17.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
wheel==0.33.6 ; python_full_version < "3.8.0" and python_version >= "3.7"
wrapt==1.14.1 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
zipp==3.10.0 ; python_version >= "3.7" and python_version < "3.8"
zipp==3.11.0 ; python_version >= "3.7" and python_version < "3.8"