1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Update deps

This commit is contained in:
Mo 2022-09-23 12:59:48 +02:00
parent e530dceab4
commit 4747f8a073
3 changed files with 14 additions and 14 deletions

14
poetry.lock generated
View file

@ -167,7 +167,7 @@ Flask = "*"
[[package]] [[package]]
name = "Flask-Security-Too" name = "Flask-Security-Too"
version = "5.0.1" version = "5.0.2"
description = "Simple security for Flask apps." description = "Simple security for Flask apps."
category = "main" category = "main"
optional = false optional = false
@ -308,7 +308,7 @@ python-versions = ">=3.7"
[[package]] [[package]]
name = "Mako" name = "Mako"
version = "1.2.2" version = "1.2.3"
description = "A super-fast templating language that borrows the best ideas from the existing templating languages." description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
category = "main" category = "main"
optional = false optional = false
@ -535,7 +535,7 @@ email = ["email-validator"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "8bcec10b9dcfd67b85cf75f4f5c4b37de8eb737e1eb33a32a56870a8e9788605" content-hash = "068b146f1e4f736e280ec42004d834ad249ab053a439796600d423f52d55b3d3"
[metadata.files] [metadata.files]
alembic = [ alembic = [
@ -656,8 +656,8 @@ Flask-Principal = [
{file = "Flask-Principal-0.4.0.tar.gz", hash = "sha256:f5d6134b5caebfdbb86f32d56d18ee44b080876a27269560a96ea35f75c99453"}, {file = "Flask-Principal-0.4.0.tar.gz", hash = "sha256:f5d6134b5caebfdbb86f32d56d18ee44b080876a27269560a96ea35f75c99453"},
] ]
Flask-Security-Too = [ Flask-Security-Too = [
{file = "Flask-Security-Too-5.0.1.tar.gz", hash = "sha256:436e3ba05984f010e27741055c69bc12cc45566946e4d805990a2628c3656594"}, {file = "Flask-Security-Too-5.0.2.tar.gz", hash = "sha256:36fee0da5d1b3d211caf274553b7753478c208997c624abb84ebba4261de65c2"},
{file = "Flask_Security_Too-5.0.1-py2.py3-none-any.whl", hash = "sha256:2197fa7fceff6c485aa9774ccc79f653e2f66db25e831b892a002261ede5fc3a"}, {file = "Flask_Security_Too-5.0.2-py2.py3-none-any.whl", hash = "sha256:5f81e220c63f8f319bcd04327267328fd4b58ca05aa6f3ffc458756dfa78d579"},
] ]
Flask-SQLAlchemy = [ Flask-SQLAlchemy = [
{file = "Flask-SQLAlchemy-2.5.1.tar.gz", hash = "sha256:2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912"}, {file = "Flask-SQLAlchemy-2.5.1.tar.gz", hash = "sha256:2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912"},
@ -814,8 +814,8 @@ kiwisolver = [
{file = "kiwisolver-1.4.4.tar.gz", hash = "sha256:d41997519fcba4a1e46eb4a2fe31bc12f0ff957b2b81bac28db24744f333e955"}, {file = "kiwisolver-1.4.4.tar.gz", hash = "sha256:d41997519fcba4a1e46eb4a2fe31bc12f0ff957b2b81bac28db24744f333e955"},
] ]
Mako = [ Mako = [
{file = "Mako-1.2.2-py3-none-any.whl", hash = "sha256:8efcb8004681b5f71d09c983ad5a9e6f5c40601a6ec469148753292abc0da534"}, {file = "Mako-1.2.3-py3-none-any.whl", hash = "sha256:c413a086e38cd885088d5e165305ee8eed04e8b3f8f62df343480da0a385735f"},
{file = "Mako-1.2.2.tar.gz", hash = "sha256:3724869b363ba630a272a5f89f68c070352137b8fd1757650017b7e06fda163f"}, {file = "Mako-1.2.3.tar.gz", hash = "sha256:7fde96466fcfeedb0eed94f187f20b23d85e4cb41444be0e542e2c8c65c396cd"},
] ]
MarkupSafe = [ MarkupSafe = [
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"}, {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"},

View file

@ -14,7 +14,7 @@ flask = ">=2.2.2"
flask-admin = ">=1.6.0" flask-admin = ">=1.6.0"
flask-login = ">=0.6.2" flask-login = ">=0.6.2"
flask-migrate = ">=3.1.0" flask-migrate = ">=3.1.0"
flask-security-Too = ">=5.0.1" flask-security-Too = ">=5.0.2"
flask-sqlalchemy = ">=2.5.1" flask-sqlalchemy = ">=2.5.1"
flask-wtf = ">=1.0.1" flask-wtf = ">=1.0.1"
gunicorn = ">=20.1.0" gunicorn = ">=20.1.0"

View file

@ -99,9 +99,9 @@ flask-migrate==3.1.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:a6498706241aba6be7a251078de9cf166d74307bca41a4ca3e403c9d39e2f897 --hash=sha256:a6498706241aba6be7a251078de9cf166d74307bca41a4ca3e403c9d39e2f897
flask-principal==0.4.0 ; python_version >= "3.10" and python_version < "4.0" \ flask-principal==0.4.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:f5d6134b5caebfdbb86f32d56d18ee44b080876a27269560a96ea35f75c99453 --hash=sha256:f5d6134b5caebfdbb86f32d56d18ee44b080876a27269560a96ea35f75c99453
flask-security-too==5.0.1 ; python_version >= "3.10" and python_version < "4.0" \ flask-security-too==5.0.2 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:2197fa7fceff6c485aa9774ccc79f653e2f66db25e831b892a002261ede5fc3a \ --hash=sha256:36fee0da5d1b3d211caf274553b7753478c208997c624abb84ebba4261de65c2 \
--hash=sha256:436e3ba05984f010e27741055c69bc12cc45566946e4d805990a2628c3656594 --hash=sha256:5f81e220c63f8f319bcd04327267328fd4b58ca05aa6f3ffc458756dfa78d579
flask-sqlalchemy==2.5.1 ; python_version >= "3.10" and python_version < "4.0" \ flask-sqlalchemy==2.5.1 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912 \ --hash=sha256:2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912 \
--hash=sha256:f12c3d4cc5cc7fdcc148b9527ea05671718c3ea45d50c7e732cceb33f574b390 --hash=sha256:f12c3d4cc5cc7fdcc148b9527ea05671718c3ea45d50c7e732cceb33f574b390
@ -250,9 +250,9 @@ kiwisolver==1.4.4 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:f6cb459eea32a4e2cf18ba5fcece2dbdf496384413bc1bae15583f19e567f3b2 \ --hash=sha256:f6cb459eea32a4e2cf18ba5fcece2dbdf496384413bc1bae15583f19e567f3b2 \
--hash=sha256:f8ad8285b01b0d4695102546b342b493b3ccc6781fc28c8c6a1bb63e95d22f09 \ --hash=sha256:f8ad8285b01b0d4695102546b342b493b3ccc6781fc28c8c6a1bb63e95d22f09 \
--hash=sha256:f9f39e2f049db33a908319cf46624a569b36983c7c78318e9726a4cb8923b26c --hash=sha256:f9f39e2f049db33a908319cf46624a569b36983c7c78318e9726a4cb8923b26c
mako==1.2.2 ; python_version >= "3.10" and python_version < "4.0" \ mako==1.2.3 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:3724869b363ba630a272a5f89f68c070352137b8fd1757650017b7e06fda163f \ --hash=sha256:7fde96466fcfeedb0eed94f187f20b23d85e4cb41444be0e542e2c8c65c396cd \
--hash=sha256:8efcb8004681b5f71d09c983ad5a9e6f5c40601a6ec469148753292abc0da534 --hash=sha256:c413a086e38cd885088d5e165305ee8eed04e8b3f8f62df343480da0a385735f
markupsafe==2.1.1 ; python_version >= "3.10" and python_version < "4.0" \ markupsafe==2.1.1 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003 \ --hash=sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003 \
--hash=sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88 \ --hash=sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88 \