Skip to content

Commit

Permalink
Merge pull request #201 from MTrab:Fix-pyproject-requirements
Browse files Browse the repository at this point in the history
Fix pyproject requirements
  • Loading branch information
MTrab authored Apr 8, 2024
2 parents 93d9597 + 7412773 commit 178dec1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ updates:
interval: "daily"
assignees:
- "MTrab"
ignore:
- dependency-name: "paho-mqtt"
- dependency-name: "urllib3"
- dependency-name: "requests"
12 changes: 6 additions & 6 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
urllib3 = "^1.26.10"
urllib3 = "^1.26.5"
requests = "^2.28.0"
paho-mqtt = "^1.6.1"

0 comments on commit 178dec1

Please sign in to comment.