Skip to content

Commit

Permalink
Update setuptools requirement in /src/bindings/python
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.6.1...v74.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 10, 2024
1 parent 4127181 commit 1d3547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pytest-timeout==2.2.0
# Python bindings
py>=1.9.0
pygments>=2.8.1
setuptools>=65.6.1,<74.1.0
setuptools>=65.6.1,<74.2.0
sympy>=1.10
wheel>=0.38.1
patchelf<=0.17.2.1
Expand Down

0 comments on commit 1d3547a

Please sign in to comment.