move to 3.14?
This commit is contained in:
parent
5502881dab
commit
d92efae345
|
|
@ -187,9 +187,7 @@ super-collections==0.6.2
|
||||||
termcolor==3.3.0
|
termcolor==3.3.0
|
||||||
# via mkdocs-macros-plugin
|
# via mkdocs-macros-plugin
|
||||||
typing-extensions==4.15.0
|
typing-extensions==4.15.0
|
||||||
# via
|
# via beautifulsoup4
|
||||||
# anyio
|
|
||||||
# beautifulsoup4
|
|
||||||
urllib3==2.6.3
|
urllib3==2.6.3
|
||||||
# via requests
|
# via requests
|
||||||
watchdog==6.0.0
|
watchdog==6.0.0
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ skip-magic-trailing-comma = true
|
||||||
line-ending = "auto"
|
line-ending = "auto"
|
||||||
|
|
||||||
[tool.uv.pip]
|
[tool.uv.pip]
|
||||||
python-version = "3.11.0"
|
python-version = "3.14"
|
||||||
no-strip-extras=true
|
no-strip-extras=true
|
||||||
# generate-hashes=true
|
# generate-hashes=true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -134,8 +134,6 @@ sqlparse==0.5.5
|
||||||
# -c src/backend/requirements.txt
|
# -c src/backend/requirements.txt
|
||||||
# django
|
# django
|
||||||
# django-silk
|
# django-silk
|
||||||
tomli==2.4.0
|
|
||||||
# via coverage
|
|
||||||
ty==0.0.1a21
|
ty==0.0.1a21
|
||||||
# via -r src/backend/requirements-dev.in
|
# via -r src/backend/requirements-dev.in
|
||||||
types-psycopg2==2.9.21.20251012
|
types-psycopg2==2.9.21.20251012
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,6 @@ asgiref==3.11.0
|
||||||
# django-allauth
|
# django-allauth
|
||||||
# django-cors-headers
|
# django-cors-headers
|
||||||
# django-structlog
|
# django-structlog
|
||||||
async-timeout==5.0.1
|
|
||||||
# via redis
|
|
||||||
attrs==25.4.0
|
attrs==25.4.0
|
||||||
# via
|
# via
|
||||||
# jsonschema
|
# jsonschema
|
||||||
|
|
@ -430,7 +428,6 @@ tinyhtml5==2.0.0
|
||||||
# via weasyprint
|
# via weasyprint
|
||||||
typing-extensions==4.15.0
|
typing-extensions==4.15.0
|
||||||
# via
|
# via
|
||||||
# dulwich
|
|
||||||
# flexcache
|
# flexcache
|
||||||
# flexparser
|
# flexparser
|
||||||
# grpcio
|
# grpcio
|
||||||
|
|
@ -442,7 +439,6 @@ typing-extensions==4.15.0
|
||||||
# opentelemetry-semantic-conventions
|
# opentelemetry-semantic-conventions
|
||||||
# pint
|
# pint
|
||||||
# py-moneyed
|
# py-moneyed
|
||||||
# referencing
|
|
||||||
tzdata==2025.3
|
tzdata==2025.3
|
||||||
# via icalendar
|
# via icalendar
|
||||||
uritemplate==4.2.0
|
uritemplate==4.2.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue