Skip to content

Commit

Permalink
Dependancy adjustment (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH authored Feb 11, 2024
1 parent 426fa9f commit 211b930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ repos:
- bluetooth-clocks<1.0
- bluetooth-numbers>=1.0,<2.0
- importlib-metadata
- paho-mqtt>=1.6.1
- TheengsDecoder>=1.5.0
- paho-mqtt>=2.0.0,<3.0.0
- TheengsDecoder>=1.7.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"bluetooth-clocks<1.0",
"bluetooth-numbers>=1.0,<2.0",
"importlib-metadata",
"paho-mqtt>=2.0.0",
"paho-mqtt>=2.0.0,<3.0.0",
"pycryptodomex>=3.18.0",
"TheengsDecoder>=1.6.4",
"TheengsDecoder>=1.7.0",
],
use_scm_version={"version_scheme": "no-guess-dev"},
setup_requires=["setuptools_scm"],
Expand Down

0 comments on commit 211b930

Please sign in to comment.