Skip to content

Commit cf18d63

Browse files
authored
Bump Theengs Decoder to 195 (#301)
* Bump theengsdecoder requirement and pre commit --------- Co-authored-by: Florian <[email protected]>
1 parent d3867fc commit cf18d63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ repos:
2121
- bluetooth-numbers>=1.0,<2.0
2222
- importlib-metadata
2323
- paho-mqtt>=2.0.0,<3.0.0
24-
- TheengsDecoder>=1.8.2
24+
- theengsdecoder>=1.9.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"importlib-metadata",
2626
"paho-mqtt>=2.0.0,<3.0.0",
2727
"pycryptodomex>=3.18.0",
28-
"TheengsDecoder>=1.8.2",
28+
"theengsdecoder>=1.9.5",
2929
],
3030
use_scm_version={"version_scheme": "no-guess-dev"},
3131
setup_requires=["setuptools_scm"],

0 commit comments

Comments
 (0)