Update yacron

This commit is contained in:
Adrià Casajús 2024-07-25 16:46:20 +02:00
parent 127bb5b98c
commit 32488284ec
No known key found for this signature in database
GPG Key ID: F0033226A5AFC9B9
3 changed files with 7 additions and 3 deletions

View File

@ -36,7 +36,7 @@ dependencies = [
"watchtower ~= 0.8.0", "watchtower ~= 0.8.0",
"sqlalchemy-utils == 0.36.8", "sqlalchemy-utils == 0.36.8",
"jwcrypto ~= 0.8", "jwcrypto ~= 0.8",
"yacron ~= 0.11.1", "yacron ~= 0.19",
"flask-debugtoolbar ~= 0.11.0", "flask-debugtoolbar ~= 0.11.0",
"requests_oauthlib ~= 1.3.0", "requests_oauthlib ~= 1.3.0",
"pyopenssl ~= 19.1.0", "pyopenssl ~= 19.1.0",

View File

@ -353,6 +353,8 @@ requests-oauthlib==1.3.1
# via simplelogin # via simplelogin
rsa==4.9 rsa==4.9
# via google-auth # via google-auth
ruamel-yaml==0.17.4
# via yacron
ruff==0.1.15 ruff==0.1.15
s3transfer==0.3.7 s3transfer==0.3.7
# via boto3 # via boto3
@ -450,7 +452,7 @@ wtforms==2.3.3
# via flask-admin # via flask-admin
# via flask-wtf # via flask-wtf
# via simplelogin # via simplelogin
yacron==0.11.2 yacron==0.19.0
# via simplelogin # via simplelogin
yarl==1.9.4 yarl==1.9.4
# via aiohttp # via aiohttp

View File

@ -294,6 +294,8 @@ requests-oauthlib==1.3.1
# via simplelogin # via simplelogin
rsa==4.9 rsa==4.9
# via google-auth # via google-auth
ruamel-yaml==0.17.4
# via yacron
s3transfer==0.3.7 s3transfer==0.3.7
# via boto3 # via boto3
sentry-sdk==1.5.12 sentry-sdk==1.5.12
@ -374,7 +376,7 @@ wtforms==2.3.3
# via flask-admin # via flask-admin
# via flask-wtf # via flask-wtf
# via simplelogin # via simplelogin
yacron==0.11.2 yacron==0.19.0
# via simplelogin # via simplelogin
yarl==1.9.4 yarl==1.9.4
# via aiohttp # via aiohttp