Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "pilotage"
dynamic = ["version"]
requires-python = "==3.13.*"
requires-python = "==3.14.*"

[tool.ruff]
line-length = 119
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ psycopg[binary] # https://github.com/psycopg/psycopg
# Django
# ------------------------------------------------------------------------------

Django==5.1.* # https://www.djangoproject.com/
Django==6.0.* # https://www.djangoproject.com/
django-compressor # https://django-compressor.readthedocs.io/en/latest/
django-cors-headers # https://github.com/adamchainz/django-cors-headers
django-datadog-logger # https://github.com/namespace-ee/django-datadog-logger
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ certifi==2026.2.25 \
# httpcore
# httpx
# sentry-sdk
django==5.1.15 \
--hash=sha256:117871e58d6eda37f09870b7d73a3d66567b03aecd515b386b1751177c413432 \
--hash=sha256:46a356b5ff867bece73fc6365e081f21c569973403ee7e9b9a0316f27d0eb947
django==6.0.3 \
--hash=sha256:2e5974441491ddb34c3f13d5e7a9f97b07ba03bf70234c0a9c68b79bbb235bc3 \
--hash=sha256:90be765ee756af8a6cbd6693e56452404b5ad15294f4d5e40c0a55a0f4870fe1
# via
# -r requirements/base.in
# django-appconf
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ cssbeautifier==1.15.4 \
# via
# -r requirements/test.txt
# djlint
django==5.1.15 \
--hash=sha256:117871e58d6eda37f09870b7d73a3d66567b03aecd515b386b1751177c413432 \
--hash=sha256:46a356b5ff867bece73fc6365e081f21c569973403ee7e9b9a0316f27d0eb947
django==6.0.3 \
--hash=sha256:2e5974441491ddb34c3f13d5e7a9f97b07ba03bf70234c0a9c68b79bbb235bc3 \
--hash=sha256:90be765ee756af8a6cbd6693e56452404b5ad15294f4d5e40c0a55a0f4870fe1
# via
# -r requirements/test.txt
# django-appconf
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ cssbeautifier==1.15.4 \
--hash=sha256:78c84d5e5378df7d08622bbd0477a1abdbd209680e95480bf22f12d5701efc98 \
--hash=sha256:9bb08dc3f64c101a01677f128acf01905914cf406baf87434dcde05b74c0acf5
# via djlint
django==5.1.15 \
--hash=sha256:117871e58d6eda37f09870b7d73a3d66567b03aecd515b386b1751177c413432 \
--hash=sha256:46a356b5ff867bece73fc6365e081f21c569973403ee7e9b9a0316f27d0eb947
django==6.0.3 \
--hash=sha256:2e5974441491ddb34c3f13d5e7a9f97b07ba03bf70234c0a9c68b79bbb235bc3 \
--hash=sha256:90be765ee756af8a6cbd6693e56452404b5ad15294f4d5e40c0a55a0f4870fe1
# via
# -r requirements/base.txt
# django-appconf
Expand Down
Loading