Update dependencies
This commit is contained in:
parent
9f5df2071f
commit
38223ecb40
|
|
@ -19,12 +19,12 @@ keyring==24.2.0
|
|||
manhole==1.8.0
|
||||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
more-itertools==10.0.0
|
||||
more-itertools==10.1.0
|
||||
packaging==23.1
|
||||
pkginfo==1.9.6
|
||||
ply==3.11
|
||||
pycparser==2.21
|
||||
Pygments==2.15.1
|
||||
Pygments==2.16.1
|
||||
PyJWT==2.8.0
|
||||
Pympler==1.0.1
|
||||
pyproject_hooks==1.0.0
|
||||
|
|
@ -36,7 +36,7 @@ requests-toolbelt==1.0.0
|
|||
rfc3986==2.0.0
|
||||
rich==13.5.2
|
||||
SecretStorage==3.3.3
|
||||
sip==6.7.10
|
||||
sip==6.7.11
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
twine==4.0.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==5.1.0
|
||||
chardet==5.2.0
|
||||
diff-cover==7.7.0
|
||||
importlib-resources==6.0.0
|
||||
Jinja2==3.1.2
|
||||
|
|
@ -9,12 +9,12 @@ MarkupSafe==2.1.3
|
|||
mypy==1.4.1
|
||||
mypy-extensions==1.0.0
|
||||
pluggy==1.2.0
|
||||
Pygments==2.15.1
|
||||
Pygments==2.16.1
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-colorama==0.4.15.12
|
||||
types-docutils==0.20.0.1
|
||||
types-Pygments==2.15.0.2
|
||||
types-Pygments==2.16.0.0
|
||||
types-PyYAML==6.0.12.11
|
||||
types-setuptools==68.0.0.3
|
||||
typing_extensions==4.7.1
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ charset-normalizer==3.2.0
|
|||
docutils==0.20.1
|
||||
idna==3.4
|
||||
packaging==23.1
|
||||
Pygments==2.15.1
|
||||
Pygments==2.16.1
|
||||
pyproject_hooks==1.0.0
|
||||
pyroma==4.2
|
||||
requests==2.31.0
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@ importlib-metadata==6.8.0
|
|||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.3
|
||||
packaging==23.1
|
||||
Pygments==2.15.1
|
||||
Pygments==2.16.1
|
||||
pytz==2023.3
|
||||
requests==2.31.0
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==7.1.1
|
||||
Sphinx==7.1.2
|
||||
sphinxcontrib-applehelp==1.0.4
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.1
|
||||
|
|
|
|||
|
|
@ -13,23 +13,23 @@ execnet==2.0.2
|
|||
filelock==3.12.2
|
||||
Flask==2.3.2
|
||||
hunter==3.6.1
|
||||
hypothesis==6.82.0
|
||||
hypothesis==6.82.2
|
||||
idna==3.4
|
||||
importlib-metadata==6.8.0
|
||||
iniconfig==2.0.0
|
||||
itsdangerous==2.1.2
|
||||
jaraco.functools==3.8.0
|
||||
jaraco.functools==3.8.1
|
||||
# Jinja2==3.1.2
|
||||
Mako==1.2.4
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.3
|
||||
more-itertools==10.0.0
|
||||
more-itertools==10.1.0
|
||||
packaging==23.1
|
||||
parse==1.19.1
|
||||
parse-type==0.6.2
|
||||
pluggy==1.2.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.15.1
|
||||
Pygments==2.16.1
|
||||
pytest==7.4.0
|
||||
pytest-bdd==6.1.1
|
||||
pytest-benchmark==4.0.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
cachetools==5.3.1
|
||||
chardet==5.1.0
|
||||
chardet==5.2.0
|
||||
colorama==0.4.6
|
||||
distlib==0.3.7
|
||||
filelock==3.12.2
|
||||
|
|
@ -14,4 +14,4 @@ setuptools==68.0.0
|
|||
tomli==2.0.1
|
||||
tox==4.6.4
|
||||
virtualenv==20.24.2
|
||||
wheel==0.41.0
|
||||
wheel==0.41.1
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ colorama==0.4.6
|
|||
importlib-resources==6.0.0 ; python_version=="3.8.*"
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.3
|
||||
Pygments==2.15.1
|
||||
Pygments==2.16.1
|
||||
PyYAML==6.0.1
|
||||
zipp==3.16.2
|
||||
# Unpinned due to recompile_requirements.py limitations
|
||||
|
|
|
|||
Loading…
Reference in New Issue