Skip to content

Commit

Permalink
Merge pull request #760 from felddy/dependabot/pip/setuptools-68.1.2
Browse files Browse the repository at this point in the history
Bump setuptools from 68.0.0 to 68.1.2
  • Loading branch information
felddy authored Aug 21, 2023
2 parents eaf5d69 + c71cb60 commit d64dbe5
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 @@ -68,7 +68,7 @@ def package_vars(version_file):
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
install_requires=[
"semver == 3.0.1",
"setuptools == 68.0.0",
"setuptools == 68.1.2",
"wheel == 0.41.1",
],
extras_require={
Expand Down

0 comments on commit d64dbe5

Please sign in to comment.