We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716587e commit e5596ebCopy full SHA for e5596eb
requirements.txt
@@ -1,11 +1,11 @@
1
-Jinja2==3.1.4
2
-boto3==1.28.46
3
-botocore==1.31.46
4
-click==8.1.7
5
-requests==2.31.0
6
-PyYAML==6.0.1
7
-defusedxml==0.7.1
8
-subresource-integrity==0.2
9
-jsonschema==4.19.0
10
-urllib3==1.26.18
11
-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
tests/requirements.txt
@@ -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 commit comments