Skip to content

Commit c1e1a9b

Browse files
committed
Align dependencies with Home Assistant
1 parent 3cfd559 commit c1e1a9b

3 files changed

Lines changed: 12 additions & 50 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 1.8.2 (2024-09-20)
4+
5+
- Align dependencies with Home Assistant
6+
37
## 1.8.1 (2024-09-20)
48

59
- Fix backwards compatibility

poetry.lock

Lines changed: 2 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.poetry]
44
name = "chargeamps"
5-
version = "1.8.1"
5+
version = "1.8.2"
66
readme = "README.md"
77
description = "Charge-Amps API bindings for Python"
88
authors = ["Jakob Schlyter <jakob@kirei.se>"]
@@ -27,12 +27,12 @@ classifiers = [
2727
chargeamps = "chargeamps.cli:main"
2828

2929
[tool.poetry.dependencies]
30-
python = "^3.9"
31-
aiohttp = "^3.9.5"
32-
PyJWT = "^2.1.0"
30+
python = "^3.12"
31+
aiohttp = "^3.10.5"
32+
PyJWT = "^2.9.0"
3333
isoduration = "^20.11.0"
34-
ciso8601 = "^2.2.0"
35-
pydantic = "^2.7.4"
34+
ciso8601 = "^2.3.1"
35+
pydantic = "^2.9.2"
3636

3737
[tool.poetry.group.dev.dependencies]
3838
pytest = ">=7.4.3"

0 commit comments

Comments
 (0)