From 378e7dae027b54e8e83fe9cdbf2ad375f6bd3e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:42:46 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 2.2.3 to 3.0.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index ecda5fc..7063170 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1734,20 +1734,20 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "werkzeug" -version = "2.2.3" +version = "3.0.3" description = "The comprehensive WSGI web application library." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "Werkzeug-2.2.3-py3-none-any.whl", hash = "sha256:56433961bc1f12533306c624f3be5e744389ac61d722175d543e1751285da612"}, - {file = "Werkzeug-2.2.3.tar.gz", hash = "sha256:2e1ccc9417d4da358b9de6f174e3ac094391ea1d4fbef2d667865d819dfd0afe"}, + {file = "werkzeug-3.0.3-py3-none-any.whl", hash = "sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8"}, + {file = "werkzeug-3.0.3.tar.gz", hash = "sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18"}, ] [package.dependencies] MarkupSafe = ">=2.1.1" [package.extras] -watchdog = ["watchdog"] +watchdog = ["watchdog (>=2.3)"] [[package]] name = "yarl" @@ -1855,4 +1855,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "5676c88b5440862ff9ae8e12d512a5da3d5658abe870e3893ca687c5468fc457" +content-hash = "a635466eb111e6b05a8241fe7ac86ecd36ce549c2e541541cdc6b6f0ae56f64f" diff --git a/pyproject.toml b/pyproject.toml index 6a1b440..5501b7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ Flask-Migrate = "^4.0.5" Flask = "~2.2.5" flask-sqlalchemy = "~3.0.5" SQLAlchemy = "^1.4.49" -werkzeug = "~2.2.3" +werkzeug = "~3.0.3" flask-cors = "^4.0.2" asgiref = "^3.8.1"