Skip to content

Commit

Permalink
Change: pin paho-mqtt version < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Feb 21, 2024
1 parent 5493d57 commit ecab051
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
paho-mqtt = ">=1.5.1"
# use v1.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
paho-mqtt = "^1.6"
psutil = "^5.9"
python-gnupg = "^0.5.1"
tomli = { version = "<3.0.0", python = "<3.11" }
Expand All @@ -53,6 +54,7 @@ autohooks-plugin-black = ">=22.7.0"
autohooks-plugin-isort = ">=22.8.0"
autohooks-plugin-ruff = ">=24.1.0"
pontos = ">=22.7.2"
autohooks = "^24.1.1"

[tool.poetry.scripts]
notus-scanner = "notus.scanner.daemon:main"
Expand All @@ -77,7 +79,7 @@ exclude = '''

[tool.autohooks]
mode = "poetry"
pre-commit = ['autohooks.plugins.black', "autohooks.plugins.ruff"]
pre-commit = ["autohooks.plugins.black", "autohooks.plugins.ruff"]

[tool.pontos.version]
version-module-file = "notus/scanner/__version__.py"
Expand Down

0 comments on commit ecab051

Please sign in to comment.