Skip to content

Commit 961f07b

Browse files
build(deps): update setuptools requirement from ~=75.6.0 to ~=76.0.0
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...v76.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac72355 commit 961f07b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
chia-blockchain==2.4.4
22
blspy==2.0.3
3-
setuptools~=75.6.0
3+
setuptools~=76.0.0
44
aiosqlite==0.20.0
55
aiohttp==3.10.11
66
pytest==8.3.4

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def read(fname):
1616
dependencies = [
1717
"chia-blockchain==2.4.4",
1818
"chia_rs>=0.5.2",
19-
"setuptools>=56.1,<75.7",
19+
"setuptools>=56.1,<76.1",
2020
"aiosqlite==0.20.0",
2121
"aiohttp==3.10.11",
2222
"pytest==8.3.4",

0 commit comments

Comments
 (0)