Skip to content

Commit

Permalink
Merge pull request #424 from multiversx/update-pyproject-deps
Browse files Browse the repository at this point in the history
Update dependencies in pyproject.toml
  • Loading branch information
popenta committed Apr 25, 2024
2 parents 6783cd1 + 9271ec8 commit 3112b15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "multiversx-sdk-cli"
version = "9.5.4"
version = "9.5.5"
authors = [
{ name="MultiversX" },
]
Expand All @@ -27,9 +27,9 @@ dependencies = [
"semver",
"requests-cache",
"rich==13.3.4",
"multiversx-sdk-network-providers>=0.12.0,<0.13.0",
"multiversx-sdk-wallet>=0.8.0,<0.9.0,",
"multiversx-sdk-core>=0.7.0,<0.8.0"
"multiversx-sdk-network-providers>=0.13.0,<0.14.0",
"multiversx-sdk-wallet>=0.9.0,<0.10.0",
"multiversx-sdk-core>=0.8.0,<0.9.0"
]

[project.scripts]
Expand Down

0 comments on commit 3112b15

Please sign in to comment.