From 99b8734ffa9e0cfdb2c7a2adff9b6482e7982f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:46:52 +0000 Subject: [PATCH] build(deps): update setuptools requirement in the pip group Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `setuptools` to 70.3.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/v57.4.0...v70.3.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02cc94c..9c198d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ singer-python~=5.12.1 google-cloud-bigquery==2.26.0 scalesec-gcp-workload-identity==1.0.7 jsonschema~=2.6.0 -setuptools~=57.4.0 \ No newline at end of file +setuptools~=70.3.0 \ No newline at end of file