Update dependencies
This commit is contained in:
parent
0595d8b99f
commit
5f9bf903ec
|
|
@ -6,7 +6,7 @@ bump2version==1.0.1
|
|||
certifi==2022.12.7
|
||||
cffi==1.15.1
|
||||
charset-normalizer==3.0.1
|
||||
cryptography==39.0.1
|
||||
cryptography==39.0.2
|
||||
docutils==0.19
|
||||
github3.py==3.2.0
|
||||
hunter==3.5.1
|
||||
|
|
@ -19,7 +19,7 @@ keyring==23.13.1
|
|||
manhole==1.8.0
|
||||
markdown-it-py==2.2.0
|
||||
mdurl==0.1.2
|
||||
more-itertools==9.0.0
|
||||
more-itertools==9.1.0
|
||||
packaging==23.0
|
||||
pkginfo==1.9.6
|
||||
ply==3.11
|
||||
|
|
@ -34,7 +34,7 @@ readme-renderer==37.3
|
|||
requests==2.28.2
|
||||
requests-toolbelt==0.10.1
|
||||
rfc3986==2.0.0
|
||||
rich==13.3.1
|
||||
rich==13.3.2
|
||||
SecretStorage==3.3.3
|
||||
sip==6.7.7
|
||||
six==1.16.0
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==2.14.2
|
||||
astroid==2.15.0
|
||||
certifi==2022.12.7
|
||||
cffi==1.15.1
|
||||
charset-normalizer==3.0.1
|
||||
cryptography==39.0.1
|
||||
cryptography==39.0.2
|
||||
dill==0.3.6
|
||||
github3.py==3.2.0
|
||||
idna==3.4
|
||||
|
|
@ -12,10 +12,10 @@ isort==5.11.5
|
|||
lazy-object-proxy==1.9.0
|
||||
mccabe==0.7.0
|
||||
pefile==2023.2.7
|
||||
platformdirs==3.0.0
|
||||
platformdirs==3.1.0
|
||||
pycparser==2.21
|
||||
PyJWT==2.6.0
|
||||
pylint==2.16.2
|
||||
pylint==2.16.3
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.28.2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
alabaster==0.7.13
|
||||
Babel==2.11.0
|
||||
Babel==2.12.1
|
||||
certifi==2022.12.7
|
||||
charset-normalizer==3.0.1
|
||||
docutils==0.19
|
||||
|
|
|
|||
|
|
@ -22,14 +22,14 @@ jaraco.functools==3.6.0
|
|||
Mako==1.2.4
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.2
|
||||
more-itertools==9.0.0
|
||||
more-itertools==9.1.0
|
||||
packaging==23.0
|
||||
parse==1.19.0
|
||||
parse-type==0.6.0
|
||||
pluggy==1.0.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.14.0
|
||||
pytest==7.2.1
|
||||
pytest==7.2.2
|
||||
pytest-bdd==6.1.1
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==4.0.0
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ distlib==0.3.6
|
|||
filelock==3.9.0
|
||||
packaging==23.0
|
||||
pip==23.0.1
|
||||
platformdirs==3.0.0
|
||||
platformdirs==3.1.0
|
||||
pluggy==1.0.0
|
||||
pyproject_api==1.5.0
|
||||
setuptools==67.4.0
|
||||
setuptools==67.5.0
|
||||
tomli==2.0.1
|
||||
tox==4.4.6
|
||||
virtualenv==20.19.0
|
||||
virtualenv==20.20.0
|
||||
wheel==0.38.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue