Skip to content

Commit 97ed5e6

Browse files
Update setuptools requirement from >=69.5.1,<76.0.0 to >=69.5.1,<79.0.0
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v69.5.1...v78.0.2) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49c2f7e commit 97ed5e6

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
@@ -30,7 +30,7 @@ tqdm = "^4.66.5"
3030
pygit2 = "^1.15.1"
3131
tyro = "^0.9.2"
3232
gitpython = "^3.1.43"
33-
setuptools = ">=69.5.1,<76.0.0"
33+
setuptools = ">=69.5.1,<79.0.0"
3434

3535
[tool.poetry.group.dev.dependencies]
3636
ruff = "^0.11.0"

0 commit comments

Comments
 (0)