Skip to content

Commit 40e8684

Browse files
Bump setuptools from 69.0.0 to 78.1.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.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@v69.0.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 73c9700 commit 40e8684

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==69.0.0"
3+
"setuptools==78.1.1"
44
]
55

66
[tool.black]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
download_url="https://github.com/bigmlcom/python",
5151
license="http://www.apache.org/licenses/LICENSE-2.0",
5252
setup_requires = ['pytest'],
53-
install_requires = ["setuptools==70.0.0", "unidecode",
53+
install_requires = ["setuptools==78.1.1", "unidecode",
5454
"bigml-chronos>=0.4.3", "requests",
5555
"requests-toolbelt", "msgpack", "numpy>=1.22", "scipy",
5656
"javascript"],

0 commit comments

Comments
 (0)