Skip to content

Commit 7987e5c

Browse files
fix: Bump pan-os-python required version
1 parent 42ad1eb commit 7987e5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package-mode = false
1616
# Best compatible way is to use >= and < version range contraints.
1717
[tool.poetry.dependencies]
1818
python = ">=3.10,<4.0"
19-
pan-os-python = ">=1.13.0,<2.0"
19+
pan-os-python = ">=1.13.1,<2.0"
2020
xmltodict = ">=0.12.0"
2121
aiohttp = ">=3.8.4"
2222
dpath = ">=2.1.5"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp>=3.8.4 ; python_version >= "3.10" and python_version < "4.0"
22
dpath>=2.1.5 ; python_version >= "3.10" and python_version < "4.0"
3-
pan-os-python>=1.13.0,<2.0 ; python_version >= "3.10" and python_version < "4.0"
3+
pan-os-python>=1.13.1,<2.0 ; python_version >= "3.10" and python_version < "4.0"
44
panos-upgrade-assurance>=2.0.0,<3.0 ; python_version >= "3.10" and python_version < "4.0"
55
xmltodict>=0.12.0 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)