diff --git a/poetry.lock b/poetry.lock index 7fd7ed2..cdff4f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1564,13 +1564,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "werkzeug" -version = "3.0.2" +version = "3.0.3" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.2-py3-none-any.whl", hash = "sha256:3aac3f5da756f93030740bc235d3e09449efcf65f2f55e3602e1d851b8f48795"}, - {file = "werkzeug-3.0.2.tar.gz", hash = "sha256:e39b645a6ac92822588e7b39a692e7828724ceae0b0d702ef96701f90e70128d"}, + {file = "werkzeug-3.0.3-py3-none-any.whl", hash = "sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8"}, + {file = "werkzeug-3.0.3.tar.gz", hash = "sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18"}, ] [package.dependencies] @@ -1685,4 +1685,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "3bb85689f955c62c2f50a89442bfa32fc3c752a51b8377398fdeb95abda1c698" +content-hash = "fafee1d5ca3b058f9347d9b32a2622e0e38f4d62a276f3b49447f1a0c6179160" diff --git a/pyproject.toml b/pyproject.toml index 560c31a..d4cf82b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ python = "^3.10.0" bento-lib = {extras = ["fastapi"], version = "^11.6.0"} aiofiles = "^23.2.1" fastapi = "^0.110.2" -werkzeug = "^3.0.2" +werkzeug = "^3.0.3" python-multipart = "^0.0.9" pydantic-settings = "^2.2.1"