Skip to content

Commit b18ac49

Browse files
authored
Merge pull request ClickHouse#80611 from ClickHouse/dependabot/pip/docker/test/integration/runner/setuptools-78.1.1
Bump setuptools from 70.0.0 to 78.1.1 in /docker/test/integration/runner
2 parents be14b43 + 108e0d0 commit b18ac49

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

ci/docker/integration/integration-test/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pycurl==7.45.3
1818
PyJWT==2.3.0
1919
pyparsing==2.4.7
2020
SecretStorage==3.3.1
21-
setuptools==59.6.0
21+
setuptools==78.1.1
2222
six==1.16.0
2323
wadllib==1.3.6
24-
wheel==0.37.1
24+
wheel==0.46.1
2525
zipp==1.0.0

docker/test/fuzzer/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pipdeptree==2.23.0
1919
PyJWT==2.3.0
2020
pyparsing==2.4.7
2121
SecretStorage==3.3.1
22-
setuptools==59.6.0
22+
setuptools==78.1.1
2323
six==1.16.0
2424
wadllib==1.3.6
25-
wheel==0.37.1
25+
wheel==0.46.1
2626
zipp==1.0.0

docker/test/integration/base/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ SecretStorage==3.3.1
2121
setuptools==78.1.1
2222
six==1.16.0
2323
wadllib==1.3.6
24-
wheel==0.37.1
24+
wheel==0.46.1
2525
zipp==1.0.0

docker/test/integration/resolver/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ bottle==0.12.25
22
packaging==24.1
33
pip==23.2.1
44
pipdeptree==2.23.0
5-
setuptools==69.0.3
6-
wheel==0.42.0
5+
setuptools==78.1.1
6+
wheel==0.46.1

docker/test/integration/runner/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ requests-kerberos==0.14.0
9797
requests==2.31.0
9898
rich==13.9.4
9999
s3transfer==0.11.4
100-
setuptools==70.0.0
100+
setuptools==78.1.1
101101
simplejson==3.19.2
102102
sortedcontainers==2.4.0
103103
soupsieve==2.5
@@ -109,4 +109,4 @@ tzdata==2025.1
109109
tzlocal==2.1
110110
urllib3==2.0.7
111111
websocket-client==1.8.0
112-
wheel==0.38.1
112+
wheel==0.46.1

docker/test/libfuzzer/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ pipdeptree==2.23.0
1919
PyJWT==2.3.0
2020
pyparsing==2.4.7
2121
SecretStorage==3.3.1
22-
setuptools==59.6.0
22+
setuptools==78.1.1
2323
six==1.16.0
2424
wadllib==1.3.6
25-
wheel==0.37.1
25+
wheel==0.46.1
2626
zipp==1.0.0

docker/test/performance-comparison/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ pytz==2023.4
2323
PyYAML==6.0.1
2424
scipy==1.12.0
2525
SecretStorage==3.3.1
26-
setuptools==59.6.0
26+
setuptools==78.1.1
2727
six==1.16.0
2828
tzlocal==2.1
2929
wadllib==1.3.6
30-
wheel==0.37.1
30+
wheel==0.46.1
3131
zipp==1.0.0

docker/test/stateless/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ rsa==4.8
4343
s3transfer==0.5.0
4444
scipy==1.12.0
4545
SecretStorage==3.3.1
46-
setuptools==59.6.0
46+
setuptools==78.1.1
4747
six==1.16.0
4848
termcolor==1.1.0
4949
urllib3==1.26.5
5050
wadllib==1.3.6
51-
wheel==0.37.1
51+
wheel==0.46.1
5252
zipp==1.0.0
5353
clickhouse-driver==0.2.7

0 commit comments

Comments
 (0)