Skip to content

Commit

Permalink
Update setuptools requirement from ^69.2.0 to >=69.2,<73.0 (#641)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Lorello <42971704+slorello89@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and slorello89 committed Aug 6, 2024
1 parent 424b842 commit e0d62fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ python-ulid = "^1.0.3"
typing-extensions = "^4.4.0"
hiredis = "^2.2.3"
more-itertools = ">=8.14,<11.0"
setuptools = {version = "^69.2.0", markers = "python_version >= '3.12'"}
setuptools = {version = ">=69.2,<73.0", markers = "python_version >= '3.12'"}

[tool.poetry.dev-dependencies]
mypy = "^1.9.0"
Expand Down

0 comments on commit e0d62fb

Please sign in to comment.