Skip to content

Commit c173dd5

Browse files
chore: Update pyproject requirements as well
1 parent 2ad9ff9 commit c173dd5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ package-mode = false
1515
# Caret(^), tilde(~) and other non-compatible contraints should NOT be used.
1616
# Best compatible way is to use >= and < version range contraints.
1717
[tool.poetry.dependencies]
18-
python = ">=3.10,<4.0"
18+
python = ">=3.11,<4.0"
1919
pan-os-python = ">=1.12.4,<2.0"
20-
xmltodict = ">=0.12.0,<0.15.0"
21-
aiohttp = ">=3.8.4,<4.0"
22-
dpath = ">=2.1.5,<3.0"
20+
xmltodict = ">=0.12.0"
21+
aiohttp = ">=3.8.4"
22+
dpath = ">=2.1.5"
2323
panos-upgrade-assurance = ">=2.0.0,<3.0"
2424

2525
[tool.poetry.dev-dependencies]
@@ -48,4 +48,4 @@ ansible-builder = ">=3.0,<4.0"
4848

4949
[build-system]
5050
requires = ["poetry>=0.12"]
51-
build-backend = "poetry.masonry.api"
51+
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)