Skip to content

Commit 4648801

Browse files
committed
Bumps
1 parent 3b59462 commit 4648801

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 16 additions & 16 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.21"
3+
version = "1.0.22"
44
description = "A client library for accessing Hikvision ISAPI and more"
55

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

1515
[tool.poetry.dependencies]
1616
python = "^3.10"
17-
httpx = ">=0.15.4,<0.24.0"
18-
python-dateutil = "^2.8.0"
19-
xmltodict = ">=0.13.0"
20-
pytest-asyncio = "0.20.3"
21-
pytest-aiohttp = "1.0.4"
22-
pytest-cov = "3.0.0"
23-
pytest-freezer = "0.4.6"
24-
pytest-socket = "0.5.1"
25-
pytest-test-groups = "1.0.3"
26-
pytest-sugar = "0.9.6"
27-
pytest-timeout = "2.1.0"
28-
pytest-unordered = "0.5.2"
29-
pytest-picked = "0.4.6"
30-
pytest-xdist = "3.2.1"
31-
pytest = "7.3.1"
17+
httpx = "==0.24.0"
18+
python-dateutil = "==2.8.19.5"
19+
xmltodict = "==0.13.0"
20+
pytest-asyncio = "==0.20.3"
21+
pytest-aiohttp = "==1.0.4"
22+
pytest-cov = "==3.0.0"
23+
pytest-freezer = "==0.4.6"
24+
pytest-socket = "==0.5.1"
25+
pytest-test-groups = "==1.0.3"
26+
pytest-sugar = "==0.9.6"
27+
pytest-timeout = "==2.1.0"
28+
pytest-unordered = "==0.5.2"
29+
pytest-picked = "==0.4.6"
30+
pytest-xdist = "==3.2.1"
31+
pytest = "==7.3.1"
3232
#opencv-python = "==4.6.0.66"
3333
#opencv-python-headless = "==4.6.0.66"
3434
#numpy = ">=1.24.1"

0 commit comments

Comments
 (0)