Skip to content
Open
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 requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r base.txt

Werkzeug==2.2.3 # https://github.com/pallets/werkzeug
Werkzeug==3.1.5 # https://github.com/pallets/werkzeug
Copy link

Copilot AI Jan 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a major version upgrade from Werkzeug 2.2.3 to 3.1.5. Werkzeug 3.x introduced several breaking changes that may affect compatibility with django-extensions 3.2.1 (currently used in this project). The django-extensions package uses Werkzeug for its runserver_plus command, which is actively used in the local development environment (see compose/local/django/start).

Before merging this PR, it's recommended to:

  1. Test the local development environment thoroughly, especially the runserver_plus command
  2. Consider upgrading django-extensions to a version that officially supports Werkzeug 3.x
  3. Verify that all development server features (debugging, auto-reload, etc.) work as expected

If compatibility issues arise, you may need to either pin Werkzeug to a 2.x version that addresses the security vulnerability, or upgrade django-extensions first.

Copilot uses AI. Check for mistakes.
ipdb==0.13.13 # https://github.com/gotcha/ipdb
psycopg2==2.9.3 # https://github.com/psycopg/psycopg2
watchgod==0.7 # https://github.com/samuelcolvin/watchgod
Expand Down