Skip to content

Commit

Permalink
Update clusterlib to v0.6.0a18
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed May 8, 2024
1 parent 200fd51 commit 9df4f76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ packages = [{include = "cardano_node_tests"}]
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
allure-pytest = "^2.13.2"
cardano-clusterlib = "^0.6.0a17"
cardano-clusterlib = "^0.6.0a18"
cbor2 = "^5.4.6"
filelock = "^3.12.2"
hypothesis = "^6.82.6"
Expand Down
2 changes: 1 addition & 1 deletion requirements_freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ allure-pytest==2.13.5 ; python_version >= "3.9" and python_version < "4.0"
allure-python-commons==2.13.5 ; python_version >= "3.9" and python_version < "4.0"
annotated-types==0.6.0 ; python_version >= "3.9" and python_version < "4.0"
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0"
cardano-clusterlib==0.6.0a17 ; python_version >= "3.9" and python_version < "4.0"
cardano-clusterlib==0.6.0a18 ; python_version >= "3.9" and python_version < "4.0"
cbor2==5.6.3 ; python_version >= "3.9" and python_version < "4.0"
certifi==2024.2.2 ; python_version >= "3.9" and python_version < "4.0"
cffi==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 9df4f76

Please sign in to comment.