Skip to content

Commit e0d62fb

Browse files
Update setuptools requirement from ^69.2.0 to >=69.2,<73.0 (#641)
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.2.0...v72.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Lorello <[email protected]>
1 parent 424b842 commit e0d62fb

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
@@ -44,7 +44,7 @@ python-ulid = "^1.0.3"
4444
typing-extensions = "^4.4.0"
4545
hiredis = "^2.2.3"
4646
more-itertools = ">=8.14,<11.0"
47-
setuptools = {version = "^69.2.0", markers = "python_version >= '3.12'"}
47+
setuptools = {version = ">=69.2,<73.0", markers = "python_version >= '3.12'"}
4848

4949
[tool.poetry.dev-dependencies]
5050
mypy = "^1.9.0"

0 commit comments

Comments
 (0)