Update dependencies
This commit is contained in:
parent
e42c3222b1
commit
5615d0e59b
|
|
@ -12,7 +12,7 @@ hunter==3.6.1
|
|||
idna==3.6
|
||||
importlib-metadata==7.0.1
|
||||
importlib-resources==6.1.1
|
||||
jaraco.classes==3.3.0
|
||||
jaraco.classes==3.3.1
|
||||
jeepney==0.8.0
|
||||
keyring==24.3.0
|
||||
manhole==1.8.0
|
||||
|
|
@ -35,10 +35,10 @@ requests-toolbelt==1.0.0
|
|||
rfc3986==2.0.0
|
||||
rich==13.7.0
|
||||
SecretStorage==3.3.3
|
||||
sip==6.8.2
|
||||
sip==6.8.3
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
twine==4.0.2
|
||||
twine==5.0.0
|
||||
typing_extensions==4.9.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==2.2.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
attrs==23.2.0
|
||||
flake8==7.0.0
|
||||
flake8-bugbear==24.1.17
|
||||
flake8-bugbear==24.2.6
|
||||
flake8-builtins==2.2.0
|
||||
flake8-comprehensions==3.14.0
|
||||
flake8-debugger==4.1.2
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
altgraph==0.17.4
|
||||
importlib-metadata==7.0.1
|
||||
packaging==23.2
|
||||
pyinstaller==6.3.0
|
||||
pyinstaller-hooks-contrib==2024.0
|
||||
pyinstaller==6.4.0
|
||||
pyinstaller-hooks-contrib==2024.1
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ execnet==2.0.2
|
|||
filelock==3.13.1
|
||||
Flask==3.0.2
|
||||
hunter==3.6.1
|
||||
hypothesis==6.98.1
|
||||
hypothesis==6.98.3
|
||||
idna==3.6
|
||||
importlib-metadata==7.0.1
|
||||
iniconfig==2.0.0
|
||||
|
|
@ -36,7 +36,7 @@ pytest-benchmark==4.0.0
|
|||
pytest-cov==4.1.0
|
||||
pytest-instafail==0.5.0
|
||||
pytest-mock==3.12.0
|
||||
pytest-qt==4.3.1
|
||||
pytest-qt==4.4.0
|
||||
pytest-repeat==0.9.3
|
||||
pytest-rerunfailures==13.0
|
||||
pytest-xdist==3.5.0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ pip==24.0
|
|||
platformdirs==4.2.0
|
||||
pluggy==1.4.0
|
||||
pyproject-api==1.6.1
|
||||
setuptools==69.0.3
|
||||
setuptools==69.1.0
|
||||
tomli==2.0.1
|
||||
tox==4.12.1
|
||||
virtualenv==20.25.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
pathspec==0.12.1
|
||||
PyYAML==6.0.1
|
||||
yamllint==1.33.0
|
||||
yamllint==1.34.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue