Skip to content

Commit 22b8f50

Browse files
Bump setuptools from 76.0.0 to 78.1.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 76.0.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v76.0.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2e1c26 commit 22b8f50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
'setuptools==76.0.0',
3+
'setuptools==78.1.1',
44
'wheel==0.45.1'
55
]
66
build-backend = 'setuptools.build_meta'

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Build/Test requirements
33

4-
setuptools==76.0.0
4+
setuptools==78.1.1
55
build==1.2.2.post1 # MIT
66
wheel==0.45.1 # MIT
77

0 commit comments

Comments
 (0)