Merge branch 'main' into unstable

This commit is contained in:
Michał 2023-09-24 15:46:36 +01:00 committed by GitHub
commit 2db4d0a6ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View file

@ -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"

View file

@ -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"