diff --git a/poetry.lock b/poetry.lock index 2207d79..7be8d9a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2224,13 +2224,13 @@ files = [ [[package]] name = "werkzeug" -version = "3.0.1" +version = "3.0.3" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, - {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, + {file = "werkzeug-3.0.3-py3-none-any.whl", hash = "sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8"}, + {file = "werkzeug-3.0.3.tar.gz", hash = "sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18"}, ] [package.dependencies] @@ -2259,4 +2259,4 @@ email = ["email-validator"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "85bb8288e657667a256381aa0d14b97d9ad84787a485d2b60f25b7008c8e4c42" +content-hash = "af8218ceeccf164f47c2b0dddab43a7a45ca58e681f29f93c63ef2a3d9051f8a" diff --git a/pyproject.toml b/pyproject.toml index eaea85f..cb8529d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "AGPL-3.0-or-later" python = "^3.10" SQLAlchemy = "^2.0.23" Flask = "^3.0.0" -werkzeug = "3.0.1" +werkzeug = "3.0.3" Flask-SQLAlchemy = "^3.1.1" Flask-Login = "^0.6.3" Flask-Principal = "^0.4.0" @@ -26,7 +26,7 @@ feedparser = "^6.0.8" psycopg2-binary = "^2.9.9" flask_restx = "^1.3.0" feedgen = "^0.9.0" -requests = "^2.31.0" +requests = "^2.32.0" [tool.poetry.group.dev.dependencies]