[dependencies] new django release, update all dependencies
This commit is contained in:
parent
7028a03f5c
commit
06868361c6
3 changed files with 14 additions and 14 deletions
|
@ -15,11 +15,11 @@ click==8.1.8
|
|||
columnar==1.4.1
|
||||
decorator==5.2.1
|
||||
defusedxml==0.7.1
|
||||
django-debug-toolbar==5.0.1
|
||||
django-debug-toolbar==5.1.0
|
||||
django-stubs==5.1.3
|
||||
django-stubs-ext==5.1.3
|
||||
executing==2.2.0
|
||||
genbadge==1.1.1
|
||||
genbadge==1.1.2
|
||||
idna==3.10
|
||||
ipython==9.0.2
|
||||
ipython-pygments-lexers==1.1.1
|
||||
|
@ -41,16 +41,16 @@ pymarkdownlnt==0.9.29
|
|||
pyproject-hooks==1.2.0
|
||||
pyyaml==6.0.2
|
||||
requests==2.32.3
|
||||
rich==13.9.4
|
||||
ruff==0.11.0
|
||||
setuptools==76.0.0
|
||||
rich==14.0.0
|
||||
ruff==0.11.2
|
||||
setuptools==78.1.0
|
||||
stack-data==0.6.3
|
||||
tomli==2.2.1
|
||||
toolz==1.0.0
|
||||
toposort==1.10
|
||||
traitlets==5.14.3
|
||||
types-pyyaml==6.0.12.20241230
|
||||
types-pyyaml==6.0.12.20250402
|
||||
urllib3==2.3.0
|
||||
uv==0.6.7
|
||||
uv==0.6.12
|
||||
wcwidth==0.2.13
|
||||
wheel==0.45.1
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# pip-compile-multi
|
||||
#
|
||||
asgiref==3.8.1
|
||||
django==5.1.7
|
||||
django==5.2
|
||||
django-environ==0.12.0
|
||||
django-extensions==3.2.3
|
||||
django-ipware==7.0.1
|
||||
|
@ -17,4 +17,4 @@ psycopg-pool==3.2.6
|
|||
python-ipware==3.0.0
|
||||
sqlparse==0.5.3
|
||||
structlog==24.4.0
|
||||
typing-extensions==4.12.2
|
||||
typing-extensions==4.13.0
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
#
|
||||
-r prod.txt
|
||||
attrs==25.3.0
|
||||
coverage==7.7.0
|
||||
hypothesis==6.129.3
|
||||
iniconfig==2.0.0
|
||||
coverage==7.8.0
|
||||
hypothesis==6.130.8
|
||||
iniconfig==2.1.0
|
||||
packaging==24.2
|
||||
pluggy==1.5.0
|
||||
pytest==8.3.5
|
||||
pytest-cov==6.0.0
|
||||
pytest-django==4.10.0
|
||||
pytest-cov==6.1.0
|
||||
pytest-django==4.11.0
|
||||
sortedcontainers==2.4.0
|
||||
|
|
Loading…
Add table
Reference in a new issue