diff --git a/poetry.lock b/poetry.lock index 6da41bdab..3aacb3004 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5444,14 +5444,14 @@ test = ["pytest", "websockets"] [[package]] name = "werkzeug" -version = "3.1.4" +version = "3.1.5" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "werkzeug-3.1.4-py3-none-any.whl", hash = "sha256:2ad50fb9ed09cc3af22c54698351027ace879a0b60a3b5edf5730b2f7d876905"}, - {file = "werkzeug-3.1.4.tar.gz", hash = "sha256:cd3cd98b1b92dc3b7b3995038826c68097dcb16f9baa63abe35f20eafeb9fe5e"}, + {file = "werkzeug-3.1.5-py3-none-any.whl", hash = "sha256:5111e36e91086ece91f93268bb39b4a35c1e6f1feac762c9c822ded0a4e322dc"}, + {file = "werkzeug-3.1.5.tar.gz", hash = "sha256:6a548b0e88955dd07ccb25539d7d0cc97417ee9e179677d22c7041c8f078ce67"}, ] [package.dependencies] @@ -5993,4 +5993,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "88abeab537e652ce0f8d4d9e2040645a54d0b4a5850f349dc6e532693bd9f730" +content-hash = "a98b696883903201a92f35481844ed84e831f868032d8d9f603a9c9db6fa5b1e" diff --git a/pyproject.toml b/pyproject.toml index b0b75223a..aab87bd58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ psycopg2-binary = "==2.9.11" pyjwt = "==2.10.1" python-dotenv = "==1.2.1" sqlalchemy = "==2.0.45" -werkzeug = "^3.1.4" +werkzeug = "^3.1.5" faker = "^40.1.0" async-timeout = "^5.0.1" bleach = "^6.3.0"