diff --git a/poetry.lock b/poetry.lock index 41b41af9..07873850 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5085,13 +5085,13 @@ tests = ["build", "coverage", "mypy", "pyyaml", "ruff", "wheel"] [[package]] name = "werkzeug" -version = "2.3.7" +version = "2.3.8" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-2.3.7-py3-none-any.whl", hash = "sha256:effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528"}, - {file = "werkzeug-2.3.7.tar.gz", hash = "sha256:2b8c0e447b4b9dbcc85dd97b6eeb4dcbaf6c8b6c3be0bd654e25553e0a2157d8"}, + {file = "werkzeug-2.3.8-py3-none-any.whl", hash = "sha256:bba1f19f8ec89d4d607a3bd62f1904bd2e609472d93cd85e9d4e178f472c3748"}, + {file = "werkzeug-2.3.8.tar.gz", hash = "sha256:554b257c74bbeb7a0d254160a4f8ffe185243f52a52035060b761ca62d977f03"}, ] [package.dependencies] @@ -5317,4 +5317,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "dd3776bd6702b3cd2bbfa5e528fab65c147394b2c3b91939870948ddeb71fa78" +content-hash = "47388520a55319ca40f2a1b0d4e0b747d5058cd6d376dd43f5126009f92b3b42" diff --git a/pyproject.toml b/pyproject.toml index 27855786..61696d84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ honeybadger = "^0.15.2" # Needed according to HB docs. blinker = "^1.6.2" folio-migration-tools = "^1.8.1" -werkzeug = "2.3.7" +werkzeug = "2.3.8" connexion = "2.14.1" # Pinning until Airflow updates this dependency pendulum = "2.1.2"