Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 2956327 commit bb4ca68
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 @@ -98,7 +98,7 @@ def readme():
package_data={"asyncdb": ["py.typed"]},
license=__license__,
setup_requires=[
"setuptools==67.6.1",
"setuptools==69.0.2",
"Cython==3.0.6",
"wheel==0.42.0"
],
Expand Down

0 comments on commit bb4ca68

Please sign in to comment.