diff --git a/poetry.lock b/poetry.lock index 95e186687..14cc5d0b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5456,14 +5456,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] @@ -6005,4 +6005,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 = "566dc0831e2343d00663deb999440a91b99b5242d977e71ee8881f9e9fee0ae9" +content-hash = "3bd32e3d4ef34e1abc12c7e5435936784dc1f5749dbe645fc9c356f387cfec45" diff --git a/pyproject.toml b/pyproject.toml index a1501a563..5ff39c020 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"