Skip to content

Commit fa2f13c

Browse files
Bump setuptools from 69.0.0 to 70.0.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.0 to 70.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v69.0.0...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96c14bc commit fa2f13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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==69.0.0", "unidecode", "bigml-chronos>=0.4.3", "requests",
53+
install_requires = ["setuptools==70.0.0", "unidecode", "bigml-chronos>=0.4.3", "requests",
5454
"requests-toolbelt", "msgpack", "numpy>=1.22", "scipy",
5555
"javascript"],
5656
extras_require={"images": IMAGES_DEPENDENCIES,

0 commit comments

Comments
 (0)