Skip to content

Commit 0a13403

Browse files
authored
mraba/setuptools: pin setuptools to 80.8 to disable deprecation warni… (#2467)
mraba/setuptools: pin setuptools to 80.8 to disable deprecation warning temporarly
1 parent 03095a6 commit 0a13403

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"requests==2.32.4",
3232
"requirements-parser==0.13.0",
3333
"rich==14.0.0",
34-
"setuptools==80.9.0",
34+
"setuptools==80.8.0",
3535
"snowflake-connector-python[secure-local-storage]==3.15.0",
3636
'snowflake-snowpark-python==1.33.0;python_version < "3.12"',
3737
"snowflake.core==1.5.1",
@@ -54,8 +54,8 @@ dependencies = [
5454
'PyYAML==6.0.2',
5555
'annotated-types==0.7.0',
5656
'asn1crypto==1.5.1',
57-
'boto3==1.38.44',
58-
'botocore==1.38.44',
57+
'boto3==1.38.46',
58+
'botocore==1.38.46',
5959
'certifi==2025.6.15',
6060
'cffi==1.17.1',
6161
'cfgv==3.4.0',
@@ -88,7 +88,7 @@ dependencies = [
8888
'requests==2.32.4',
8989
'requirements-parser==0.13.0',
9090
'rich==14.0.0',
91-
'setuptools==80.9.0',
91+
'setuptools==80.8.0',
9292
'shellingham==1.5.4',
9393
'snowflake-connector-python[secure-local-storage]==3.15.0',
9494
'snowflake-core==1.5.1',

snyk/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ GitPython==3.1.44
22
PyYAML==6.0.2
33
annotated-types==0.7.0
44
asn1crypto==1.5.1
5-
boto3==1.38.44
6-
botocore==1.38.44
5+
boto3==1.38.46
6+
botocore==1.38.46
77
certifi==2025.6.15
88
cffi==1.17.1
99
cfgv==3.4.0
@@ -36,7 +36,7 @@ pytz==2025.2
3636
requests==2.32.4
3737
requirements-parser==0.13.0
3838
rich==14.0.0
39-
setuptools==80.9.0
39+
setuptools==80.8.0
4040
shellingham==1.5.4
4141
snowflake-connector-python[secure-local-storage]==3.15.0
4242
snowflake-core==1.5.1

0 commit comments

Comments
 (0)