Update dependencies
This commit is contained in:
parent
7315c34957
commit
be87927923
|
|
@ -11,7 +11,7 @@ certifi==2025.6.15
|
|||
cffi==1.17.1
|
||||
charset-normalizer==3.4.2
|
||||
click==8.1.8
|
||||
cryptography==45.0.4
|
||||
cryptography==45.0.5
|
||||
docutils==0.21.2
|
||||
exceptiongroup==1.3.0
|
||||
github3.py==4.0.1
|
||||
|
|
@ -66,7 +66,7 @@ tomlkit==0.13.3
|
|||
twine==6.1.0
|
||||
typeguard==4.3.0
|
||||
typing-inspection==0.4.1
|
||||
typing_extensions==4.14.0
|
||||
typing_extensions==4.14.1
|
||||
uritemplate==4.2.0
|
||||
# urllib3==2.5.0
|
||||
wcmatch==10.1
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ types-colorama==0.4.15.20240311
|
|||
types-docutils==0.21.0.20250604
|
||||
types-Pygments==2.19.0.20250516
|
||||
types-PyYAML==6.0.12.20250516
|
||||
typing_extensions==4.14.0
|
||||
typing_extensions==4.14.1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
altgraph==0.17.4
|
||||
importlib_metadata==8.7.0
|
||||
packaging==25.0
|
||||
pyinstaller==6.14.1
|
||||
pyinstaller==6.14.2
|
||||
pyinstaller-hooks-contrib==2025.5
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ astroid==3.3.10
|
|||
certifi==2025.6.15
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.2
|
||||
cryptography==45.0.4
|
||||
cryptography==45.0.5
|
||||
dill==0.4.0
|
||||
github3.py==4.0.1
|
||||
idna==3.10
|
||||
|
|
@ -21,6 +21,6 @@ requests==2.32.4
|
|||
six==1.17.0
|
||||
tomli==2.2.1
|
||||
tomlkit==0.13.3
|
||||
typing_extensions==4.14.0
|
||||
typing_extensions==4.14.1
|
||||
uritemplate==4.2.0
|
||||
# urllib3==2.5.0
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ importlib_metadata==8.7.0
|
|||
packaging==25.0
|
||||
Pygments==2.19.2
|
||||
pyproject_hooks==1.2.0
|
||||
pyroma==4.2
|
||||
pyroma==4.3.3
|
||||
requests==2.32.4
|
||||
tomli==2.2.1
|
||||
trove-classifiers==2025.5.9.12
|
||||
|
|
|
|||
|
|
@ -9,14 +9,14 @@ certifi==2025.6.15
|
|||
charset-normalizer==3.4.2
|
||||
cheroot==10.0.1
|
||||
click==8.1.8
|
||||
coverage==7.9.1
|
||||
coverage==7.9.2
|
||||
exceptiongroup==1.3.0
|
||||
execnet==2.1.1
|
||||
filelock==3.18.0
|
||||
Flask==3.1.1
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.7.0
|
||||
hypothesis==6.135.17
|
||||
hypothesis==6.135.26
|
||||
idna==3.10
|
||||
importlib_metadata==8.7.0
|
||||
importlib_resources==6.5.2
|
||||
|
|
@ -35,7 +35,7 @@ more-itertools==10.7.0
|
|||
packaging==25.0
|
||||
parse==1.20.2
|
||||
parse_type==0.6.4
|
||||
pillow==11.2.1
|
||||
pillow==11.3.0
|
||||
platformdirs==4.3.8
|
||||
pluggy==1.6.0
|
||||
py-cpuinfo==9.0.0
|
||||
|
|
@ -46,10 +46,10 @@ pytest-benchmark==5.1.0
|
|||
pytest-cov==6.2.1
|
||||
pytest-instafail==0.5.0
|
||||
pytest-mock==3.14.1
|
||||
pytest-qt==4.4.0
|
||||
pytest-qt==4.5.0
|
||||
pytest-repeat==0.9.4
|
||||
pytest-rerunfailures==15.1
|
||||
pytest-xdist==3.7.0
|
||||
pytest-xdist==3.8.0
|
||||
pytest-xvfb==3.1.1
|
||||
PyVirtualDisplay==3.0
|
||||
requests==2.32.4
|
||||
|
|
@ -60,7 +60,7 @@ soupsieve==2.7
|
|||
tldextract==5.3.0
|
||||
tomli==2.2.1
|
||||
typeguard==4.3.0
|
||||
typing_extensions==4.14.0
|
||||
typing_extensions==4.14.1
|
||||
urllib3==2.5.0
|
||||
vulture==2.14
|
||||
Werkzeug==3.1.3
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ pyproject-api==1.9.1
|
|||
setuptools==80.9.0
|
||||
tomli==2.2.1
|
||||
tox==4.27.0 ; python_full_version!="3.14.0b1"
|
||||
typing_extensions==4.14.0
|
||||
typing_extensions==4.14.1
|
||||
virtualenv==20.31.2
|
||||
wheel==0.45.1
|
||||
tox @ git+https://github.com/tox-dev/tox ; python_full_version=="3.14.0b1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue