Skip to content

Commit

Permalink
Merge pull request #1121 from felddy/dependabot/pip/pip-all-e37e8001db
Browse files Browse the repository at this point in the history
Bump the pip-all group across 1 directory with 4 updates
  • Loading branch information
felddy authored Dec 18, 2024
2 parents 33f0136 + 5d0c69d commit 40ddbda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ def package_vars(version_file):
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
install_requires=[
"semver == 3.0.2",
"setuptools == 75.3.0",
"wheel == 0.44.0",
"setuptools == 75.6.0",
"wheel == 0.45.1",
],
extras_require={
"test": [
"coverage == 7.6.4",
"coverage == 7.6.9",
"coveralls == 4.0.1",
"docker == 7.1.0",
"pre-commit == 4.0.1",
"pytest == 8.3.3",
"pytest == 8.3.4",
"pytest-cov == 6.0.0",
]
},
Expand Down

0 comments on commit 40ddbda

Please sign in to comment.