Skip to content

Commit b8882a3

Browse files
chore(deps): update xxhash requirement from <3.6,>=3.4 to >=3.4,<3.7 (#872)
Updates the requirements on [xxhash](https://github.com/ifduyue/python-xxhash) to permit the latest version. - [Release notes](https://github.com/ifduyue/python-xxhash/releases) - [Changelog](https://github.com/ifduyue/python-xxhash/blob/master/CHANGELOG.rst) - [Commits](ifduyue/python-xxhash@v3.4.0...v3.6.0) --- updated-dependencies: - dependency-name: xxhash dependency-version: 3.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a41145d commit b8882a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"pyyaml >= 6.0",
4242
# Job Attachments
4343
"typing_extensions >= 4.8",
44-
"xxhash >= 3.4,< 3.6",
44+
"xxhash >= 3.4,< 3.7",
4545
"pywin32 >= 307,< 311; sys_platform == 'win32'",
4646
"QtPy == 2.4.*",
4747
"psutil >= 7.0.0"

0 commit comments

Comments
 (0)