Skip to content

Commit

Permalink
Update setuptools requirement from <74,>=65.5.1 to >=65.5.1,<75 (#5076)
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@v65.5.1...v74.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Oct 3, 2024
1 parent 0034c92 commit c50be27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pytest>=6.2.1,<9
pytest-cov>=2.12.1,<6
pytest-timeout>=1.4.2,<3
stubserver>=1.1,<2
setuptools>=65.5.1,<74
setuptools>=65.5.1,<75
sphinx>=7,<9
sphinx-autoapi>=3.2.1,<4
astroid>=3,<4
Expand Down

0 comments on commit c50be27

Please sign in to comment.