Skip to content

Commit

Permalink
Align dependencies with Home Assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Sep 20, 2024
1 parent 3cfd559 commit c1e1a9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 50 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 1.8.2 (2024-09-20)

- Align dependencies with Home Assistant

## 1.8.1 (2024-09-20)

- Fix backwards compatibility
Expand Down
46 changes: 2 additions & 44 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "chargeamps"
version = "1.8.1"
version = "1.8.2"
readme = "README.md"
description = "Charge-Amps API bindings for Python"
authors = ["Jakob Schlyter <[email protected]>"]
Expand All @@ -27,12 +27,12 @@ classifiers = [
chargeamps = "chargeamps.cli:main"

[tool.poetry.dependencies]
python = "^3.9"
aiohttp = "^3.9.5"
PyJWT = "^2.1.0"
python = "^3.12"
aiohttp = "^3.10.5"
PyJWT = "^2.9.0"
isoduration = "^20.11.0"
ciso8601 = "^2.2.0"
pydantic = "^2.7.4"
ciso8601 = "^2.3.1"
pydantic = "^2.9.2"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.3"
Expand Down

0 comments on commit c1e1a9b

Please sign in to comment.