Skip to content

Commit 867c8a0

Browse files
committed
pinning boto3 version
1 parent ed8b1fa commit 867c8a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements/test_requirements.in

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pytest
33
moto[s3]
44
testcontainers[localstack]
55
urllib3==1.26.18
6+
boto3==1.34.113
67
black==23.3.0
78
flake8==6.0.0
89
pytest-cov>=5.0.0

requirements/test_requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ anyio==4.6.2.post1
1616
# watchfiles
1717
black==23.3.0
1818
# via -r requirements/test_requirements.in
19-
boto3==1.35.76
19+
boto3==1.34.113
2020
# via
21+
# -r requirements/test_requirements.in
2122
# moto
2223
# testcontainers
23-
botocore==1.35.76
24+
botocore==1.34.162
2425
# via
2526
# boto3
2627
# moto

0 commit comments

Comments
 (0)