diff --git a/poetry.lock b/poetry.lock index 75d89865a..c462af90e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5404,14 +5404,14 @@ test = ["pytest", "websockets"] [[package]] name = "werkzeug" -version = "3.1.5" +version = "3.1.6" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "werkzeug-3.1.5-py3-none-any.whl", hash = "sha256:5111e36e91086ece91f93268bb39b4a35c1e6f1feac762c9c822ded0a4e322dc"}, - {file = "werkzeug-3.1.5.tar.gz", hash = "sha256:6a548b0e88955dd07ccb25539d7d0cc97417ee9e179677d22c7041c8f078ce67"}, + {file = "werkzeug-3.1.6-py3-none-any.whl", hash = "sha256:7ddf3357bb9564e407607f988f683d72038551200c704012bb9a4c523d42f131"}, + {file = "werkzeug-3.1.6.tar.gz", hash = "sha256:210c6bede5a420a913956b4791a7f4d6843a43b6fcee4dfa08a65e93007d0d25"}, ] [package.dependencies] @@ -5962,4 +5962,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 = "74e864e106aab647839c1e267e80fa6eb48a6444639a4d69fb3171dc7331bc40" +content-hash = "3d71e8a1a8f5a078d4e449e2f575da9730daaac4dc2c112840734f6948092f86" diff --git a/pyproject.toml b/pyproject.toml index 76c6ef45c..572966a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ psycopg2-binary = "==2.9.11" pyjwt = "==2.10.1" python-dotenv = "==1.2.1" sqlalchemy = "==2.0.46" -werkzeug = "^3.1.5" +werkzeug = "^3.1.6" faker = "^40.4.0" async-timeout = "^5.0.1" bleach = "^6.3.0"