[deps] update dependencies
This commit is contained in:
parent
caedf2f9a4
commit
463c824f5c
3 changed files with 20 additions and 19 deletions
|
|
@ -6,23 +6,23 @@
|
||||||
# requirements upgrade
|
# requirements upgrade
|
||||||
#
|
#
|
||||||
-r test.txt
|
-r test.txt
|
||||||
application-properties==0.8.2
|
application-properties==0.8.3
|
||||||
asttokens==3.0.0
|
asttokens==3.0.0
|
||||||
build==1.2.2.post1
|
build==1.2.2.post1
|
||||||
certifi==2025.4.26
|
certifi==2025.6.15
|
||||||
charset-normalizer==3.4.2
|
charset-normalizer==3.4.2
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
columnar==1.4.1
|
columnar==1.4.1
|
||||||
decorator==5.2.1
|
decorator==5.2.1
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
django-debug-toolbar==5.2.0
|
django-debug-toolbar==5.2.0
|
||||||
django-stubs==5.2.0
|
django-stubs-ext==5.2.1
|
||||||
django-stubs-ext==5.2.0
|
django-stubs==5.2.1
|
||||||
executing==2.2.0
|
executing==2.2.0
|
||||||
genbadge==1.1.2
|
genbadge==1.1.2
|
||||||
idna==3.10
|
idna==3.10
|
||||||
ipython==9.2.0
|
|
||||||
ipython-pygments-lexers==1.1.1
|
ipython-pygments-lexers==1.1.1
|
||||||
|
ipython==9.2.0
|
||||||
jedi==0.19.2
|
jedi==0.19.2
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
matplotlib-inline==0.1.7
|
matplotlib-inline==0.1.7
|
||||||
|
|
@ -30,9 +30,9 @@ mdurl==0.1.2
|
||||||
parso==0.8.4
|
parso==0.8.4
|
||||||
pexpect==4.9.0
|
pexpect==4.9.0
|
||||||
pillow==11.2.1
|
pillow==11.2.1
|
||||||
pip==25.1.1
|
pip-compile-multi==3.2.1
|
||||||
pip-compile-multi==3.0.0
|
|
||||||
pip-tools==7.4.1
|
pip-tools==7.4.1
|
||||||
|
pip==25.1.1
|
||||||
prompt-toolkit==3.0.51
|
prompt-toolkit==3.0.51
|
||||||
ptyprocess==0.7.0
|
ptyprocess==0.7.0
|
||||||
pure-eval==0.2.3
|
pure-eval==0.2.3
|
||||||
|
|
@ -40,17 +40,17 @@ pygments==2.19.1
|
||||||
pymarkdownlnt==0.9.29
|
pymarkdownlnt==0.9.29
|
||||||
pyproject-hooks==1.2.0
|
pyproject-hooks==1.2.0
|
||||||
pyyaml==6.0.2
|
pyyaml==6.0.2
|
||||||
requests==2.32.3
|
requests==2.32.4
|
||||||
rich==14.0.0
|
rich==14.0.0
|
||||||
ruff==0.11.8
|
ruff==0.12.0
|
||||||
setuptools==80.3.1
|
setuptools==80.9.0
|
||||||
stack-data==0.6.3
|
stack-data==0.6.3
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
toolz==1.0.0
|
toolz==1.0.0
|
||||||
toposort==1.10
|
toposort==1.10
|
||||||
traitlets==5.14.3
|
traitlets==5.14.3
|
||||||
types-pyyaml==6.0.12.20250402
|
types-pyyaml==6.0.12.20250516
|
||||||
urllib3==2.4.0
|
urllib3==2.5.0
|
||||||
uv==0.7.3
|
uv==0.7.13
|
||||||
wcwidth==0.2.13
|
wcwidth==0.2.13
|
||||||
wheel==0.45.1
|
wheel==0.45.1
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
# requirements upgrade
|
# requirements upgrade
|
||||||
#
|
#
|
||||||
asgiref==3.8.1
|
asgiref==3.8.1
|
||||||
django==5.2.1
|
django==5.2.3
|
||||||
django-environ==0.12.0
|
django-environ==0.12.0
|
||||||
django-extensions==4.1
|
django-extensions==4.1
|
||||||
django-ipware==7.0.1
|
django-ipware==7.0.1
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,13 @@
|
||||||
#
|
#
|
||||||
-r prod.txt
|
-r prod.txt
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
coverage==7.8.0
|
coverage==7.9.1
|
||||||
hypothesis==6.131.15
|
hypothesis==6.135.14
|
||||||
iniconfig==2.1.0
|
iniconfig==2.1.0
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
pluggy==1.5.0
|
pluggy==1.6.0
|
||||||
pytest==8.3.5
|
pygments==2.19.1
|
||||||
pytest-cov==6.1.1
|
pytest-cov==6.2.1
|
||||||
pytest-django==4.11.1
|
pytest-django==4.11.1
|
||||||
|
pytest==8.4.1
|
||||||
sortedcontainers==2.4.0
|
sortedcontainers==2.4.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue