Skip to content

Commit a15fbd9

Browse files
committed
reupdate toml poetry dependency to 3.9
1 parent 84e3ec5 commit a15fbd9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ profile = "black"
77
skip = ["env", "venv"]
88

99
[tool.poetry]
10-
authors = ["nirtal85 <nirt236@gmail.com>","amielnoy <amielnoy@gmail.com>"]
1110
description = "Playwright Python example project with pytest and Allure report"
1211
keywords = ["playwright", "automation", "testing", "web"]
1312
name = "playwright-python"
@@ -23,7 +22,7 @@ pytest = "8.3.4"
2322
pytest-base-url = "2.1.0"
2423
pytest-playwright = "0.7.0"
2524
pytest-split = "0.10.0"
26-
python = "3.13"
25+
python = "^3.11"
2726
requests = "2.32.3"
2827

2928
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)