Skip to content

Commit

Permalink
upgrade blake3
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed Jun 27, 2024
1 parent 434a86f commit 053a40d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ name = "pypi"

# keep in sync with pyproject.toml
[packages]
blake3 = ">=0.3.4"
blake3 = ">=0.4.1"

[dev-packages]
64 changes: 32 additions & 32 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "chkbit"
version = "4.1.0"
version = "4.2.0"
description = "chkbit checks the data integrity of your files"
authors = [
{name = "Christian Zangl", email = "[email protected]"},
]

# keep in sync with Pipfile
dependencies = [
"blake3>=0.3.4",
"blake3>=0.4.1",
]
requires-python = ">=3.7.0"
readme = "README.md"
Expand Down

0 comments on commit 053a40d

Please sign in to comment.