Skip to content

Commit f4fcf70

Browse files
authored
Bump dependencies (#1228)
1 parent 41ec710 commit f4fcf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pyarrow = ["pyarrow >= 1.0.0"]
6767
requires = [
6868
"setuptools == 68.0.0; python_version <= '3.7'", # dropped support for Python 3.7 in 68.1.0
6969
"setuptools == 75.3.0; python_version == '3.8'", # dropped support for Python 3.8 in 75.4.0
70-
"setuptools == 75.6.0; python_version >= '3.9'",
70+
"setuptools == 80.9.0; python_version >= '3.9'",
7171
# TODO: 6.0 - can be removed once `setup.py` is simplified
7272
"tomlkit == 0.12.5", # dropped support (at least CI testing) for Python 3.7 in 0.13.0
7373
]

0 commit comments

Comments
 (0)