Skip to content

Commit 8937624

Browse files
committed
fix python-dateutil
1 parent 4648801 commit 8937624

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hikvision-isapi-cli"
3-
version = "1.0.22"
3+
version = "1.0.23"
44
description = "A client library for accessing Hikvision ISAPI and more"
55

66
authors = ["mmascia"]
@@ -15,7 +15,7 @@ include = ["CHANGELOG.md", "hikvision_isapi_cli/py.typed", "docs"]
1515
[tool.poetry.dependencies]
1616
python = "^3.10"
1717
httpx = "==0.24.0"
18-
python-dateutil = "==2.8.19.5"
18+
python-dateutil = "==2.8.2"
1919
xmltodict = "==0.13.0"
2020
pytest-asyncio = "==0.20.3"
2121
pytest-aiohttp = "==1.0.4"

0 commit comments

Comments
 (0)