Skip to content

Commit f8e4dcb

Browse files
dependabot[bot]jtrobles-cdd
authored andcommitted
chore: Bump setuptools from 78.1.0 to 78.1.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 78.1.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@v78.1.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 127a64a commit f8e4dcb

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
@@ -10,7 +10,7 @@
1010

1111
[build-system]
1212
requires = [
13-
"setuptools==78.1.0",
13+
"setuptools==78.1.1",
1414
"wheel==0.45.1",
1515
]
1616
build-backend = "setuptools.build_meta"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@ zipp==3.20.2
207207
# The following packages are considered to be unsafe in a requirements file:
208208
pip==24.2
209209
# via pip-tools
210-
setuptools==78.1.0
210+
setuptools==78.1.1
211211
# via pip-tools

0 commit comments

Comments
 (0)