diff --git a/poetry.lock b/poetry.lock index 2e8df7f..72a86b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -852,18 +852,18 @@ files = [ [[package]] name = "werkzeug" -version = "3.1.3" +version = "3.1.5" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "werkzeug-3.1.3-py3-none-any.whl", hash = "sha256:54b78bf3716d19a65be4fceccc0d1d7b89e608834989dfae50ea87564639213e"}, - {file = "werkzeug-3.1.3.tar.gz", hash = "sha256:60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746"}, + {file = "werkzeug-3.1.5-py3-none-any.whl", hash = "sha256:5111e36e91086ece91f93268bb39b4a35c1e6f1feac762c9c822ded0a4e322dc"}, + {file = "werkzeug-3.1.5.tar.gz", hash = "sha256:6a548b0e88955dd07ccb25539d7d0cc97417ee9e179677d22c7041c8f078ce67"}, ] [package.dependencies] -MarkupSafe = ">=2.1.1" +markupsafe = ">=2.1.1" [package.extras] watchdog = ["watchdog (>=2.3)"] diff --git a/requirements.txt b/requirements.txt index d6c0761..9632946 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,5 +37,5 @@ redis==6.2.0 ; python_version >= "3.12" and python_version < "4.0" sqlalchemy==2.0.41 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.14.1 ; python_version >= "3.12" and python_version < "4.0" webassets==2.0 ; python_version >= "3.12" and python_version < "4.0" -werkzeug==3.1.3 ; python_version >= "3.12" and python_version < "4.0" +werkzeug==3.1.5 ; python_version >= "3.12" and python_version < "4.0" wtforms==3.2.1 ; python_version >= "3.12" and python_version < "4.0"