Skip to content

Commit

Permalink
Merge pull request #384 from felddy/dependabot/pip/pip-all-8301dc15d6
Browse files Browse the repository at this point in the history
Bump the pip-all group across 1 directory with 6 updates
  • Loading branch information
felddy authored Nov 24, 2024
2 parents 90681ef + 56da0fd commit fd8e789
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,22 @@ def package_vars(version_file):
package_dir={"": "src"},
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
install_requires=[
"configobj == 5.0.8",
"configobj == 5.0.9",
"paho-mqtt == 2.1.0",
"pyserial == 3.5",
"pyusb == 1.2.1",
"semver == 3.0.2",
"setuptools == 70.0.0",
"wheel == 0.43.0",
"setuptools == 75.6.0",
"wheel == 0.45.1",
],
extras_require={
"test": [
"coverage == 6.5.0",
"coveralls == 4.0.1",
"docker == 7.1.0",
"pre-commit == 3.7.1",
"pytest == 8.2.1",
"pytest-cov == 5.0.0",
"pre-commit == 4.0.1",
"pytest == 8.3.3",
"pytest-cov == 6.0.0",
]
},
)

0 comments on commit fd8e789

Please sign in to comment.