Skip to content

Commit

Permalink
Merge pull request #250 from ligangty/main
Browse files Browse the repository at this point in the history
Adjust requirements.txt - add lower version bounds
  • Loading branch information
ligangty authored Jul 7, 2024
2 parents 716587e + e5596eb commit 213d004
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Jinja2==3.1.4
boto3==1.28.46
botocore==1.31.46
click==8.1.7
requests==2.31.0
PyYAML==6.0.1
defusedxml==0.7.1
subresource-integrity==0.2
jsonschema==4.19.0
urllib3==1.26.18
semantic-version==2.10.0
Jinja2>=3.1.4
boto3>=1.28.46
botocore>=1.31.46
click>=8.1.7
requests>=2.31.0
PyYAML>=6.0.1
defusedxml>=0.7.1
subresource-integrity>=0.2
jsonschema>=4.19.0
urllib3>=1.26.18
semantic-version>=2.10.0
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pytest-cov
pytest-html
flake8
requests-mock
moto==5.0.3
python-gnupg==0.5.0
moto>=5.0.3,<6
python-gnupg>=0.5.0,<1

0 comments on commit 213d004

Please sign in to comment.