Skip to content

Commit 3da6ea4

Browse files
committed
bump httpx
1 parent 32e6230 commit 3da6ea4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

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

66
authors = ["mmascia"]
@@ -14,9 +14,9 @@ include = ["CHANGELOG.md", "hikvision_isapi_cli/py.typed", "docs"]
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.10"
17-
httpx = "==0.24.0"
17+
httpx = "==0.24.1"
1818
python-dateutil = "==2.8.2"
19-
xmltodict = "==0.13.0"
19+
xmltodict = "=0.13.0"
2020
pytest-asyncio = "==0.20.3"
2121
pytest-aiohttp = "==1.0.4"
2222
pytest-cov = "==3.0.0"

0 commit comments

Comments
 (0)