From 3f4b377f6d1d5065fd332bd4ac6cdcef63ae2eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:08:34 +0000 Subject: [PATCH] Bump setuptools from 69.0.0 to 83.0.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.0 to 83.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.0.0...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1de495d4..9bd830f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires=[ - "setuptools==69.0.0" + "setuptools==83.0.0" ] [tool.black] diff --git a/setup.py b/setup.py index c7858b6c..0e30eb89 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ download_url="https://github.com/bigmlcom/python", license="http://www.apache.org/licenses/LICENSE-2.0", setup_requires = ['pytest'], - install_requires = ["setuptools==70.0.0", "unidecode", + install_requires = ["setuptools==83.0.0", "unidecode", "bigml-chronos>=0.4.3", "requests", "requests-toolbelt", "msgpack", "numpy>=1.22", "scipy", "javascript"],