Skip to content

Commit 2e5209f

Browse files
committed
Chore: Fixed the dep versions
To avoid some api changes which could cause errors
1 parent d07fc6a commit 2e5209f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
setuptools-rust
2-
jinja2
3-
boto3
4-
boto3_type_annotations
5-
botocore
6-
click
7-
requests
8-
ruamel.yaml
9-
defusedxml
1+
setuptools-rust==1.1.2
2+
jinja2==3.0.3
3+
boto3==1.20.45
4+
botocore==1.23.45
5+
boto3_type_annotations==0.3.1
6+
click==8.0.3
7+
requests==2.27.1
8+
ruamel.yaml==0.17.20
9+
defusedxml==0.7.1

0 commit comments

Comments
 (0)