Skip to content

Commit 653b918

Browse files
authored
Bump boto3 version (CTFd#2471)
* Bump boto3 version to 1.34.39
1 parent 0078ac9 commit 653b918

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python-dotenv==0.13.0
1919
flask-restx==1.1.0
2020
flask-marshmallow==0.10.1
2121
marshmallow-sqlalchemy==0.17.0
22-
boto3==1.13.9
22+
boto3==1.34.39
2323
marshmallow==2.20.2
2424
pydantic==1.6.2
2525
WTForms==2.3.1

requirements.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ banal==1.0.6
1818
# via dataset
1919
bcrypt==4.0.1
2020
# via -r requirements.in
21-
boto3==1.13.9
21+
boto3==1.34.39
2222
# via -r requirements.in
23-
botocore==1.16.26
23+
botocore==1.34.39
2424
# via
2525
# boto3
2626
# s3transfer
@@ -43,8 +43,6 @@ cryptography==40.0.2
4343
# via pymysql
4444
dataset==1.6.2
4545
# via -r requirements.in
46-
docutils==0.15.2
47-
# via botocore
4846
flask==2.0.3
4947
# via
5048
# -r requirements.in
@@ -146,7 +144,7 @@ redis==4.5.5
146144
# via -r requirements.in
147145
requests==2.28.1
148146
# via -r requirements.in
149-
s3transfer==0.3.3
147+
s3transfer==0.10.0
150148
# via boto3
151149
six==1.15.0
152150
# via

0 commit comments

Comments
 (0)