Update dependencies
This commit is contained in:
parent
8faa40dd29
commit
a70868a8cc
|
|
@ -17,7 +17,7 @@ jaraco.classes==3.2.3
|
|||
jeepney==0.8.0
|
||||
keyring==23.13.1
|
||||
manhole==1.8.0
|
||||
markdown-it-py==2.1.0
|
||||
markdown-it-py==2.2.0
|
||||
mdurl==0.1.2
|
||||
more-itertools==9.0.0
|
||||
packaging==23.0
|
||||
|
|
@ -45,4 +45,4 @@ typing_extensions==4.5.0
|
|||
uritemplate==4.1.1
|
||||
# urllib3==1.26.14
|
||||
webencodings==0.5.1
|
||||
zipp==3.14.0
|
||||
zipp==3.15.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==5.1.0
|
||||
diff-cover==7.4.0
|
||||
diff-cover==7.5.0
|
||||
importlib-metadata==6.0.0
|
||||
importlib-resources==5.12.0
|
||||
Jinja2==3.1.2
|
||||
|
|
@ -13,6 +13,6 @@ pluggy==1.0.0
|
|||
Pygments==2.14.0
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-PyYAML==6.0.12.7
|
||||
types-PyYAML==6.0.12.8
|
||||
typing_extensions==4.5.0
|
||||
zipp==3.14.0
|
||||
zipp==3.15.0
|
||||
|
|
|
|||
|
|
@ -26,4 +26,4 @@ typed-ast==1.5.4 ; python_version<"3.8"
|
|||
typing_extensions==4.5.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.14
|
||||
wrapt==1.14.1
|
||||
wrapt==1.15.0
|
||||
|
|
|
|||
|
|
@ -6,11 +6,10 @@ charset-normalizer==3.0.1
|
|||
docutils==0.19
|
||||
idna==3.4
|
||||
packaging==23.0
|
||||
pep517==0.13.0
|
||||
Pygments==2.14.0
|
||||
pyproject_hooks==1.0.0
|
||||
pyroma==4.1
|
||||
pyroma==4.2
|
||||
requests==2.28.2
|
||||
tomli==2.0.1
|
||||
trove-classifiers==2023.2.8
|
||||
trove-classifiers==2023.2.20
|
||||
urllib3==1.26.14
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@ sphinxcontrib-jsmath==1.0.1
|
|||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==1.26.14
|
||||
zipp==3.14.0
|
||||
zipp==3.15.0
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ certifi==2022.12.7
|
|||
charset-normalizer==3.0.1
|
||||
cheroot==9.0.0
|
||||
click==8.1.3
|
||||
coverage==7.1.0
|
||||
coverage==7.2.1
|
||||
exceptiongroup==1.1.0
|
||||
execnet==1.9.0
|
||||
filelock==3.9.0
|
||||
|
|
@ -53,4 +53,4 @@ typing_extensions==4.5.0
|
|||
urllib3==1.26.14
|
||||
vulture==2.7
|
||||
Werkzeug==2.2.3
|
||||
zipp==3.14.0
|
||||
zipp==3.15.0
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ pip==23.0.1
|
|||
platformdirs==3.0.0
|
||||
pluggy==1.0.0
|
||||
pyproject_api==1.5.0
|
||||
setuptools==67.3.2
|
||||
setuptools==67.4.0
|
||||
tomli==2.0.1
|
||||
tox==4.4.5
|
||||
tox==4.4.6
|
||||
virtualenv==20.19.0
|
||||
wheel==0.38.4
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ MarkupSafe==2.1.2
|
|||
Pygments==2.14.0
|
||||
PyYAML==6.0
|
||||
typing_extensions==4.5.0 ; python_version<"3.8"
|
||||
zipp==3.14.0
|
||||
zipp==3.15.0
|
||||
# Unpinned due to recompile_requirements.py limitations
|
||||
pyobjc-core ; sys_platform=="darwin"
|
||||
pyobjc-framework-Cocoa ; sys_platform=="darwin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue