Skip to content

Commit

Permalink
Merge pull request #344 from felddy/dependabot/pip/pip-all-e7c9d30bd1
Browse files Browse the repository at this point in the history
Bump the pip-all group with 6 updates
  • Loading branch information
felddy authored May 24, 2024
2 parents 471f105 + 881b89b commit e06b894
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 @@ -68,20 +68,20 @@ def package_vars(version_file):
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
install_requires=[
"configobj == 5.0.8",
"paho-mqtt == 1.6.1",
"paho-mqtt == 2.1.0",
"pyserial == 3.5",
"pyusb == 1.2.1",
"semver == 3.0.2",
"setuptools == 69.2.0",
"setuptools == 70.0.0",
"wheel == 0.43.0",
],
extras_require={
"test": [
"coverage == 6.5.0",
"coveralls == 3.3.1",
"docker == 7.0.0",
"pre-commit == 3.7.0",
"pytest == 8.1.1",
"coveralls == 4.0.1",
"docker == 7.1.0",
"pre-commit == 3.7.1",
"pytest == 8.2.1",
"pytest-cov == 5.0.0",
]
},
Expand Down

0 comments on commit e06b894

Please sign in to comment.