Skip to content

Commit

Permalink
build(deps): update setuptools requirement from ~=75.6.0 to ~=75.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.6.0...v75.7.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent ac72355 commit 8abf64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
chia-blockchain==2.4.4
blspy==2.0.3
setuptools~=75.6.0
setuptools~=75.7.0
aiosqlite==0.20.0
aiohttp==3.10.11
pytest==8.3.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(fname):
dependencies = [
"chia-blockchain==2.4.4",
"chia_rs>=0.5.2",
"setuptools>=56.1,<75.7",
"setuptools>=56.1,<75.8",
"aiosqlite==0.20.0",
"aiohttp==3.10.11",
"pytest==8.3.4",
Expand Down

0 comments on commit 8abf64c

Please sign in to comment.