Update dependencies
This commit is contained in:
parent
c7f330d646
commit
8ed77568f8
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
build==1.2.2.post1
|
||||
check-manifest==0.50
|
||||
importlib_metadata==8.5.0
|
||||
importlib_metadata==8.6.1
|
||||
packaging==24.2
|
||||
pyproject_hooks==1.2.0
|
||||
tomli==2.2.1
|
||||
|
|
|
|||
|
|
@ -11,8 +11,9 @@ cryptography==44.0.0
|
|||
docutils==0.21.2
|
||||
github3.py==4.0.1
|
||||
hunter==3.7.0
|
||||
id==1.5.0
|
||||
idna==3.10
|
||||
importlib_metadata==8.5.0
|
||||
importlib_metadata==8.6.1
|
||||
importlib_resources==6.5.2
|
||||
inflect==7.3.1
|
||||
jaraco.classes==3.4.0
|
||||
|
|
@ -28,7 +29,6 @@ mdurl==0.1.2
|
|||
more-itertools==10.6.0
|
||||
nh3==0.2.20
|
||||
packaging==24.2
|
||||
pkginfo==1.12.0
|
||||
platformdirs==4.3.6
|
||||
pycparser==2.22
|
||||
Pygments==2.19.1
|
||||
|
|
@ -46,7 +46,7 @@ SecretStorage==3.3.3
|
|||
sip==6.9.1
|
||||
six==1.17.0
|
||||
tomli==2.2.1
|
||||
twine==6.0.1
|
||||
twine==6.1.0
|
||||
typeguard==4.3.0
|
||||
typing_extensions==4.12.2
|
||||
uritemplate==4.1.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==24.3.0
|
||||
attrs==25.1.0
|
||||
flake8==7.1.1
|
||||
flake8-bugbear==24.12.12
|
||||
flake8-builtins==2.5.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.4
|
||||
importlib_metadata==8.5.0
|
||||
importlib_metadata==8.6.1
|
||||
packaging==24.2
|
||||
pyinstaller==6.11.1
|
||||
pyinstaller-hooks-contrib==2025.0
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ certifi==2024.12.14
|
|||
charset-normalizer==3.4.1
|
||||
docutils==0.21.2
|
||||
idna==3.10
|
||||
importlib_metadata==8.5.0
|
||||
importlib_metadata==8.6.1
|
||||
packaging==24.2
|
||||
Pygments==2.19.1
|
||||
pyproject_hooks==1.2.0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ charset-normalizer==3.4.1
|
|||
docutils==0.21.2
|
||||
idna==3.10
|
||||
imagesize==1.4.1
|
||||
importlib_metadata==8.5.0
|
||||
importlib_metadata==8.6.1
|
||||
Jinja2==3.1.5
|
||||
MarkupSafe==3.0.2
|
||||
packaging==24.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==24.3.0
|
||||
attrs==25.1.0
|
||||
autocommand==2.2.2
|
||||
backports.tarfile==1.2.0
|
||||
beautifulsoup4==4.12.3
|
||||
|
|
@ -12,13 +12,13 @@ click==8.1.8
|
|||
coverage==7.6.10
|
||||
exceptiongroup==1.2.2
|
||||
execnet==2.1.1
|
||||
filelock==3.16.1
|
||||
filelock==3.17.0
|
||||
Flask==3.1.0
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.7.0
|
||||
hypothesis==6.124.1
|
||||
hypothesis==6.124.7
|
||||
idna==3.10
|
||||
importlib_metadata==8.5.0
|
||||
importlib_metadata==8.6.1
|
||||
importlib_resources==6.5.2
|
||||
inflect==7.3.1
|
||||
iniconfig==2.0.0
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
cachetools==5.5.0
|
||||
cachetools==5.5.1
|
||||
chardet==5.2.0
|
||||
colorama==0.4.6
|
||||
distlib==0.3.9
|
||||
filelock==3.16.1
|
||||
filelock==3.17.0
|
||||
packaging==24.2
|
||||
pip==24.3.1
|
||||
pip==25.0
|
||||
platformdirs==4.3.6
|
||||
pluggy==1.5.0
|
||||
pyproject-api==1.8.0
|
||||
pyproject-api==1.9.0
|
||||
setuptools==75.8.0
|
||||
tomli==2.2.1
|
||||
tox==4.23.2
|
||||
tox==4.24.1
|
||||
typing_extensions==4.12.2
|
||||
virtualenv==20.29.1
|
||||
wheel==0.45.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue