From 6215298f2580c8c33b3b4a3a53939a992f9f126b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:34:53 +0200 Subject: [PATCH] Bump setuptools from 74.1.2 to 75.1.0 (#1577) Bumps [setuptools](https://github.com/pypa/setuptools) from 74.1.2 to 75.1.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/v74.1.2...v75.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- snyk/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3cce7b92a8..350406bd56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "rich==13.8.1", "requests==2.32.3", "requirements-parser==0.11.0", - "setuptools==74.1.2", + "setuptools==75.1.0", 'snowflake.core==0.12.1; python_version < "3.12"', "snowflake-connector-python[secure-local-storage]==3.12.2", 'snowflake-snowpark-python>=1.15.0;python_version < "3.12"', diff --git a/snyk/requirements.txt b/snyk/requirements.txt index 9b169cd7ab..907cccafb6 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -5,7 +5,7 @@ packaging rich==13.8.1 requests==2.32.3 requirements-parser==0.11.0 -setuptools==74.1.2 +setuptools==75.1.0 snowflake.core==0.12.1; python_version < "3.12" snowflake-connector-python[secure-local-storage]==3.12.2 snowflake-snowpark-python>=1.15.0;python_version < "3.12"