diff --git a/poetry.lock b/poetry.lock index 7e12cea6..5449ba49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -112,6 +112,17 @@ files = [ tests = ["pytest (>=3.2.1,!=3.3.0)"] typecheck = ["mypy"] +[[package]] +name = "blinker" +version = "1.7.0" +description = "Fast, simple object-to-object and broadcast signaling" +optional = false +python-versions = ">=3.8" +files = [ + {file = "blinker-1.7.0-py3-none-any.whl", hash = "sha256:c3f865d4d54db7abc53758a01601cf343fe55b84c1de4e3fa910e420b438d5b9"}, + {file = "blinker-1.7.0.tar.gz", hash = "sha256:e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182"}, +] + [[package]] name = "boto3" version = "1.28.71" @@ -411,21 +422,22 @@ typing = ["typing-extensions (>=4.8)"] [[package]] name = "flask" -version = "2.2.5" +version = "3.0.0" description = "A simple framework for building complex web applications." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "Flask-2.2.5-py3-none-any.whl", hash = "sha256:58107ed83443e86067e41eff4631b058178191a355886f8e479e347fa1285fdf"}, - {file = "Flask-2.2.5.tar.gz", hash = "sha256:edee9b0a7ff26621bd5a8c10ff484ae28737a2410d99b0bb9a6850c7fb977aa0"}, + {file = "flask-3.0.0-py3-none-any.whl", hash = "sha256:21128f47e4e3b9d597a3e8521a329bf56909b690fcc3fa3e477725aa81367638"}, + {file = "flask-3.0.0.tar.gz", hash = "sha256:cfadcdb638b609361d29ec22360d6070a77d7463dcb3ab08d2c2f2f168845f58"}, ] [package.dependencies] -click = ">=8.0" +blinker = ">=1.6.2" +click = ">=8.1.3" importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""} -itsdangerous = ">=2.0" -Jinja2 = ">=3.0" -Werkzeug = ">=2.2.2" +itsdangerous = ">=2.1.2" +Jinja2 = ">=3.1.2" +Werkzeug = ">=3.0.0" [package.extras] async = ["asgiref (>=3.2)"] @@ -2149,4 +2161,4 @@ pg-binary = [] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "390ca331c3e1dc090a0a24f22864cbd3aa85e882c6c76c0762257d03949da86d" +content-hash = "63f0b69be6bc296352030342aba84ff1a6e2f5ce028c80aad951f29959794e82" diff --git a/pyproject.toml b/pyproject.toml index be3f5e05..87f90cfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ aws-xray-sdk = "<2.13" bcrypt = "4.0.1" boto3 = "^1.26.90" feedparser = "*" -Flask = "^2.2.3" +Flask = "^3.0.0" Flask-Babel = "4.0.0" Flask-Bcrypt = "*" GeoAlchemy2 = "*"