mirror of
https://github.com/simple-login/app.git
synced 2025-09-29 01:46:49 +08:00
Remove poetry.lock and set boto3 back to 1.35
This commit is contained in:
parent
c757aa16f2
commit
3dd313c773
4 changed files with 8 additions and 3747 deletions
3739
poetry.lock
generated
3739
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -29,7 +29,7 @@ dependencies = [
|
|||
"blinker ~= 1.4",
|
||||
"arrow ~= 0.16.0",
|
||||
"Flask-WTF ~= 0.14.3",
|
||||
"boto3 ~= 1.36.0",
|
||||
"boto3 ~= 1.35.37",
|
||||
"Flask-Migrate ~= 2.5.3",
|
||||
"flask_admin ~= 1.5.6",
|
||||
"flask-cors ~= 3.0.9",
|
||||
|
@ -144,4 +144,4 @@ allow-direct-references = true
|
|||
include = ["app", "local_data", "migrations", "templates"]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["app", "local_data", "migrations", "templates"]
|
||||
packages = ["app", "local_data", "migrations", "templates"]
|
||||
|
|
|
@ -48,10 +48,10 @@ black==22.1.0
|
|||
blinker==1.9.0
|
||||
# via flask-debugtoolbar
|
||||
# via simplelogin
|
||||
boto3==1.36.0
|
||||
boto3==1.35.99
|
||||
# via simplelogin
|
||||
# via watchtower
|
||||
botocore==1.36.0
|
||||
botocore==1.35.99
|
||||
# via boto3
|
||||
# via s3transfer
|
||||
cachetools==5.5.0
|
||||
|
@ -358,7 +358,7 @@ requests-oauthlib==1.3.1
|
|||
rsa==4.9
|
||||
# via google-auth
|
||||
ruff==0.1.15
|
||||
s3transfer==0.11.0
|
||||
s3transfer==0.10.4
|
||||
# via boto3
|
||||
sentry-sdk==2.20.0
|
||||
# via simplelogin
|
||||
|
|
|
@ -43,10 +43,10 @@ bcrypt==3.2.0
|
|||
blinker==1.4
|
||||
# via flask-debugtoolbar
|
||||
# via simplelogin
|
||||
boto3==1.36.0
|
||||
boto3==1.35.99
|
||||
# via simplelogin
|
||||
# via watchtower
|
||||
botocore==1.36.0
|
||||
botocore==1.35.99
|
||||
# via boto3
|
||||
# via s3transfer
|
||||
cachetools==4.1.1
|
||||
|
@ -299,7 +299,7 @@ ruamel-yaml==0.18.10
|
|||
# via strictyaml
|
||||
ruamel-yaml-clib==0.2.12
|
||||
# via ruamel-yaml
|
||||
s3transfer==0.11.0
|
||||
s3transfer==0.10.4
|
||||
# via boto3
|
||||
sentry-sdk==2.20.0
|
||||
# via simplelogin
|
||||
|
|
Loading…
Add table
Reference in a new issue