diff --git a/backend/requirements/development.txt b/backend/requirements/development.txt
index f06db70..39ad0b2 100644
--- a/backend/requirements/development.txt
+++ b/backend/requirements/development.txt
@@ -1,6 +1,6 @@
 -r base.txt
 
-Werkzeug==3.0.1 # https://github.com/pallets/werkzeug
+Werkzeug==3.0.2 # https://github.com/pallets/werkzeug
 ipdb==0.13.13  # https://github.com/gotcha/ipdb
 watchfiles==0.21.0  # https://github.com/samuelcolvin/watchfiles
 tblib==3.0.0                        # https://pypi.org/project/tblib/