Update dependencies
This commit is contained in:
parent
93b81f2e2e
commit
b4283be06c
|
|
@ -17,14 +17,14 @@ jaraco.classes==3.2.3
|
|||
jeepney==0.8.0
|
||||
keyring==23.9.3
|
||||
manhole==1.8.0
|
||||
more-itertools==8.14.0
|
||||
more-itertools==9.0.0
|
||||
packaging==21.3
|
||||
pep517==0.13.0
|
||||
pkginfo==1.8.3
|
||||
ply==3.11
|
||||
pycparser==2.21
|
||||
Pygments==2.13.0
|
||||
PyJWT==2.5.0
|
||||
PyJWT==2.6.0
|
||||
Pympler==1.0.1
|
||||
pyparsing==3.0.9
|
||||
PyQt-builder==1.14.0
|
||||
|
|
@ -40,9 +40,8 @@ six==1.16.0
|
|||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
twine==4.0.1
|
||||
types-cryptography==3.3.23.1
|
||||
typing_extensions==4.4.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.12
|
||||
webencodings==0.5.1
|
||||
zipp==3.9.0
|
||||
zipp==3.10.0
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ PyQt5-stubs==5.15.6.0
|
|||
tomli==2.0.1
|
||||
types-PyYAML==6.0.12
|
||||
typing_extensions==4.4.0
|
||||
zipp==3.9.0
|
||||
zipp==3.10.0
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==2.12.11
|
||||
astroid==2.12.12
|
||||
certifi==2022.9.24
|
||||
cffi==1.15.1
|
||||
charset-normalizer==2.1.1
|
||||
cryptography==38.0.1
|
||||
dill==0.3.5.1
|
||||
dill==0.3.6
|
||||
future==0.18.2
|
||||
github3.py==3.2.0
|
||||
idna==3.4
|
||||
|
|
@ -15,8 +15,8 @@ mccabe==0.7.0
|
|||
pefile==2022.5.30
|
||||
platformdirs==2.5.2
|
||||
pycparser==2.21
|
||||
PyJWT==2.5.0
|
||||
pylint==2.15.4
|
||||
PyJWT==2.6.0
|
||||
pylint==2.15.5
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.28.1
|
||||
|
|
@ -24,7 +24,6 @@ six==1.16.0
|
|||
tomli==2.0.1
|
||||
tomlkit==0.11.5
|
||||
typed-ast==1.5.4 ; python_version<"3.8"
|
||||
types-cryptography==3.3.23.1
|
||||
typing_extensions==4.4.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.12
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ MarkupSafe==2.1.1
|
|||
packaging==21.3
|
||||
Pygments==2.13.0
|
||||
pyparsing==3.0.9
|
||||
pytz==2022.4
|
||||
pytz==2022.5
|
||||
requests==2.28.1
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==5.3.0
|
||||
|
|
@ -24,4 +24,4 @@ sphinxcontrib-jsmath==1.0.1
|
|||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==1.26.12
|
||||
zipp==3.9.0
|
||||
zipp==3.10.0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ filelock==3.8.0
|
|||
Flask==2.2.2
|
||||
glob2==0.7
|
||||
hunter==3.5.1
|
||||
hypothesis==6.56.2
|
||||
hypothesis==6.56.3
|
||||
idna==3.4
|
||||
importlib-metadata==5.0.0
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -23,7 +23,7 @@ jaraco.functools==3.5.2
|
|||
Mako==1.2.3
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.1
|
||||
more-itertools==8.14.0
|
||||
more-itertools==9.0.0
|
||||
packaging==21.3
|
||||
parse==1.19.0
|
||||
parse-type==0.6.0
|
||||
|
|
@ -56,4 +56,4 @@ tomli==2.0.1
|
|||
urllib3==1.26.12
|
||||
vulture==2.6
|
||||
Werkzeug==2.2.2
|
||||
zipp==3.9.0
|
||||
zipp==3.10.0
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ MarkupSafe==2.1.1
|
|||
Pygments==2.13.0
|
||||
PyYAML==6.0
|
||||
typing_extensions==4.4.0 ; python_version<"3.8"
|
||||
zipp==3.9.0
|
||||
zipp==3.10.0
|
||||
# Unpinned due to recompile_requirements.py limitations
|
||||
pyobjc-core ; sys_platform=="darwin"
|
||||
pyobjc-framework-Cocoa ; sys_platform=="darwin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue