Skip to content

Commit 14890f4

Browse files
ref: upgrade boto3 (#72935)
in order to upgrade urllib3 <!-- Describe your PR here. -->
1 parent 4ee1ea9 commit 14890f4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements-base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--index-url https://pypi.devinfra.sentry.io/simple
22

33
beautifulsoup4>=4.7.1
4-
boto3>=1.34.8
4+
boto3>=1.34.128
55
botocore>=1.34.8
66
cachetools>=5
77
celery>=5

requirements-dev-frozen.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ avalara==20.9.0
1414
beautifulsoup4==4.7.1
1515
billiard==4.2.0
1616
black==22.10.0
17-
boto3==1.34.8
18-
botocore==1.34.8
17+
boto3==1.34.128
18+
botocore==1.34.128
1919
brotli==1.0.9
2020
build==0.8.0
2121
cachetools==5.3.0

requirements-frozen.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ attrs==23.1.0
1313
avalara==20.9.0
1414
beautifulsoup4==4.7.1
1515
billiard==4.2.0
16-
boto3==1.34.8
17-
botocore==1.34.8
16+
boto3==1.34.128
17+
botocore==1.34.128
1818
brotli==1.0.9
1919
cachetools==5.3.0
2020
celery==5.3.5

0 commit comments

Comments
 (0)