Skip to content

Commit

Permalink
Update dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob committed Jan 8, 2025
1 parent 19874aa commit a8aa090
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ dependencies = [
[project.optional-dependencies]
docs = [
"sphinx>=4.3.1,<8.0.0",
"enum-tools[sphinx]>=0.12.0",
"furo>=2024.5.6"
"enum-tools[sphinx]==0.12.0",
"furo>=2024.5.6,<2025.0.0",
]
ledger = [
"ledgerwallet>=0.5.0",
"bip-utils>=2.9.3"
"ledgerwallet>=0.5.0,<1.0.0",
"bip-utils>=2.9.3,<3.0.0",
]

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit a8aa090

Please sign in to comment.