Skip to content

Commit

Permalink
change dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Apr 24, 2024
1 parent f7ca488 commit fb00878
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 11 deletions.
4 changes: 3 additions & 1 deletion node-runner-cli/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.python-version
junit
htmlcov
coverage.xml
coverage.xml
.pytest_cache
.venv
17 changes: 9 additions & 8 deletions node-runner-cli/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ verify_ssl = true
name = "pypi"

[packages]
responses= "==0.23.3"
responses= "==0.25.0"
requests = "==2.31.0"
PyYAML = "==6.0.0"
deepmerge = "==0.3.0"
PyYAML = "==6.0.1"
deepmerge = "==1.1.1"
bech32 = "==1.2.0"
ecdsa = "==0.19.0"
pyopenssl = "==24.1.0"
deepdiff = "==5.8.0"
Jinja2 = "==3.1.2"
pyopenssl = "==23.2.0"
deepdiff = "==7.0.1"
Jinja2 = "==3.1.3"
boto3 = "==1.34.90"
botocore = "==1.34.90"
pytest = "==7.4.0"
radix-engine-toolkit = "==0.12.1.dev3"
pytest = "==8.1.1"
radix-engine-toolkit = "==2.0.0"
cryptography = "==41.0.7"

[requires]
python_version = "3.10.6"
61 changes: 61 additions & 0 deletions node-runner-cli/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node-runner-cli/version/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.0.1-rc1-2-ga3d5b6f"
__base_version__ = "2.0.1-rc1"
__version__= "2.1.2-7-gf7ca488"
__base_version__= "2.1.2"

0 comments on commit fb00878

Please sign in to comment.