Skip to content

Commit f12c11b

Browse files
committed
adding cryptography to control version of transient dependancy used by moto[s3]
1 parent 867c8a0 commit f12c11b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

requirements/test_requirements.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-r requirements.txt
22
pytest
33
moto[s3]
4+
cryptography==3.4.8 #Needed to control version of transient dependancy used by moto[s3]
45
testcontainers[localstack]
56
urllib3==1.26.18
67
boto3==1.34.113

requirements/test_requirements.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ click==8.1.7
4444
# uvicorn
4545
coverage[toml]==7.6.8
4646
# via pytest-cov
47-
cryptography==44.0.0
48-
# via moto
47+
cryptography==3.4.8
48+
# via
49+
# -r requirements/test_requirements.in
50+
# moto
4951
dnspython==2.7.0
5052
# via
5153
# -r /home/ssadhu/pipeline-internal-api/requirements/requirements.txt

0 commit comments

Comments
 (0)