Skip to content

Commit d10e045

Browse files
security update for urllib3
Bump version to 0.7.1 and update urllib3 dependency
1 parent 235b479 commit d10e045

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
[project]
22
name = "videoipath-automation-tool"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "A Python package for automating VideoIPath configuration workflows."
55
license = "AGPL-3.0-only"
66
license-files = ["LICENSE"]
@@ -24,7 +24,7 @@ dependencies = [
2424
"pydantic (>=2.6.4,<3.0.0)",
2525
"pydantic-extra-types (>=2.6.0,<3.0.0)",
2626
"pydantic-settings (>=2.2.1,<3.0.0)",
27-
"urllib3 (>=2.2.3,<3.0.0)",
27+
"urllib3 (>=2.6.3,<3.0.0)",
2828
"deepdiff (>=8.6.1,<9.0.0)",
2929
]
3030

0 commit comments

Comments
 (0)