Skip to content

Commit

Permalink
feature(icaldownload): Downgrade urllib3 to match home assistant version
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDreschner committed Jan 17, 2025
1 parent f831862 commit abebd44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 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 @@ -12,7 +12,7 @@ python = "^3.9"
icalendar = "^6.0.0"
python-dateutil = "^2.9.0"
pytz = "^2024.1"
urllib3 = "^2.3.0"
urllib3 = ">=1.26.5,<2"

[tool.poetry.dev-dependencies]
coverage = "^6.0.1"
Expand Down

0 comments on commit abebd44

Please sign in to comment.