Skip to content

Commit

Permalink
Bump setuptools from 69.1.1 to 69.2.0
Browse files Browse the repository at this point in the history
Bumps [setuptools](https://github.com/pypa/setuptools) from 69.1.1 to 69.2.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.1.1...v69.2.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent e7b5e0e commit 343a22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def cargo_version():
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
install_requires=[
"semver == 3.0.2",
"setuptools == 69.1.1",
"setuptools == 69.2.0",
"wheel == 0.43.0",
],
extras_require={
Expand Down

0 comments on commit 343a22d

Please sign in to comment.