diff --git a/poetry.lock b/poetry.lock index 8a77ba4..8c1c926 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "alembic" diff --git a/pyproject.toml b/pyproject.toml index cecea48..3752e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = ["Fluffy-Bean <michal-gdula@protonmail.com>"] [tool.poetry.dependencies] python = "^3.8" -Flask = "^2.2.2" +Flask = "^2.3.2" Flask-Sqlalchemy = "^3.0.3" Flask-Migrate = "^4.0.4" Flask-Compress = "^1.13"