Update dependencies
This commit is contained in:
parent
4925715dfc
commit
67db09a9c9
|
|
@ -9,9 +9,9 @@ build==1.3.0
|
||||||
bump-my-version==1.2.4
|
bump-my-version==1.2.4
|
||||||
certifi==2025.10.5
|
certifi==2025.10.5
|
||||||
cffi==2.0.0
|
cffi==2.0.0
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.4
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
cryptography==46.0.2
|
cryptography==46.0.3
|
||||||
docutils==0.22.2
|
docutils==0.22.2
|
||||||
exceptiongroup==1.3.0
|
exceptiongroup==1.3.0
|
||||||
github3.py==4.0.1
|
github3.py==4.0.1
|
||||||
|
|
@ -40,9 +40,9 @@ packaging==25.0
|
||||||
platformdirs==4.4.0
|
platformdirs==4.4.0
|
||||||
prompt_toolkit==3.0.52
|
prompt_toolkit==3.0.52
|
||||||
pycparser==2.23
|
pycparser==2.23
|
||||||
pydantic==2.12.0
|
pydantic==2.12.3
|
||||||
pydantic-settings==2.11.0
|
pydantic-settings==2.11.0
|
||||||
pydantic_core==2.41.1
|
pydantic_core==2.41.4
|
||||||
Pygments==2.19.2
|
Pygments==2.19.2
|
||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
Pympler==1.1
|
Pympler==1.1
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@
|
||||||
astroid==3.3.11
|
astroid==3.3.11
|
||||||
certifi==2025.10.5
|
certifi==2025.10.5
|
||||||
cffi==2.0.0
|
cffi==2.0.0
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.4
|
||||||
cryptography==46.0.2
|
cryptography==46.0.3
|
||||||
dill==0.4.0
|
dill==0.4.0
|
||||||
github3.py==4.0.1
|
github3.py==4.0.1
|
||||||
idna==3.11
|
idna==3.11
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
build==1.3.0
|
build==1.3.0
|
||||||
certifi==2025.10.5
|
certifi==2025.10.5
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.4
|
||||||
check-manifest==0.50
|
check-manifest==0.51
|
||||||
docutils==0.22.2
|
docutils==0.22.2
|
||||||
idna==3.11
|
idna==3.11
|
||||||
importlib_metadata==8.7.0
|
importlib_metadata==8.7.0
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
alabaster==0.7.16
|
alabaster==0.7.16
|
||||||
babel==2.17.0
|
babel==2.17.0
|
||||||
certifi==2025.10.5
|
certifi==2025.10.5
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.4
|
||||||
docutils==0.21.2
|
docutils==0.21.2
|
||||||
idna==3.11
|
idna==3.11
|
||||||
imagesize==1.4.1
|
imagesize==1.4.1
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ backports.tarfile==1.2.0
|
||||||
beautifulsoup4==4.14.2
|
beautifulsoup4==4.14.2
|
||||||
blinker==1.9.0
|
blinker==1.9.0
|
||||||
certifi==2025.10.5
|
certifi==2025.10.5
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.4
|
||||||
cheroot==11.0.0
|
cheroot==11.0.0
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
coverage==7.10.7
|
coverage==7.10.7
|
||||||
|
|
@ -16,7 +16,7 @@ filelock==3.19.1
|
||||||
Flask==3.1.2
|
Flask==3.1.2
|
||||||
gherkin-official==29.0.0
|
gherkin-official==29.0.0
|
||||||
hunter==3.9.0
|
hunter==3.9.0
|
||||||
hypothesis==6.140.3
|
hypothesis==6.141.1
|
||||||
idna==3.11
|
idna==3.11
|
||||||
importlib_metadata==8.7.0
|
importlib_metadata==8.7.0
|
||||||
importlib_resources==6.5.2
|
importlib_resources==6.5.2
|
||||||
|
|
@ -53,7 +53,7 @@ pytest-xdist==3.8.0
|
||||||
pytest-xvfb==3.1.1
|
pytest-xvfb==3.1.1
|
||||||
PyVirtualDisplay==3.0
|
PyVirtualDisplay==3.0
|
||||||
requests==2.32.5
|
requests==2.32.5
|
||||||
requests-file==2.1.0
|
requests-file==3.0.0
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
sortedcontainers==2.4.0
|
sortedcontainers==2.4.0
|
||||||
soupsieve==2.8
|
soupsieve==2.8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue