Skip to content

Commit

Permalink
Merge pull request #79 from Chia-Network/dependabot/pip/chia-blockcha…
Browse files Browse the repository at this point in the history
…in-2.5.0

Bump chia-blockchain from 2.4.4 to 2.5.0
  • Loading branch information
emlowe authored Dec 19, 2024
2 parents 9ef3023 + d618fd4 commit 5ef0cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:

- shell: bash
run: |
pip install --extra-index https://pypi.chia.net/simple/ --editable .[dev]
python -m pip install --extra-index https://pypi.chia.net/simple/ --editable .[dev]
pre-commit run --all-files --verbose
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = fh.read()

dependencies = [
"chia-blockchain==2.4.4",
"chia-blockchain==2.5.0",
]

dev_dependencies = [
Expand Down

0 comments on commit 5ef0cad

Please sign in to comment.