Skip to content

Commit

Permalink
change botocore version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Apr 24, 2024
1 parent e6a82ab commit 3fb4562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node-runner-cli/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ ecdsa = "==0.19.0"
pyopenssl = "==23.2.0"
deepdiff = "==7.0.1"
Jinja2 = "==3.1.3"
boto3 = "==1.20.33"
botocore = "==1.20.33"
boto3 = ">=1.20.33"
botocore = ">=1.20.33"
pytest = "==8.1.1"
radix-engine-toolkit = "==0.12.1.dev3"
cryptography = "==41.0.7"
cryptography = "==41.0.4"

[requires]
python_version = "3.10.6"

0 comments on commit 3fb4562

Please sign in to comment.