Skip to content

Commit 3facb48

Browse files
authored
chore(deps): Relax Playwright version constraint (#474)
1.27 is the lowest version I'm comfortable supporting - it adds helper functions to locators that we may want to use in the future. It's ~2 years old, so it should be OK.
1 parent 5184a70 commit 3facb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ inquirer = ">=3.3.0"
5757
lxml = { version = ">=5.2.0", optional = true }
5858
more_itertools = ">=10.2.0"
5959
parsel = { version = ">=1.9.0", optional = true }
60-
playwright = { version = ">=1.43.0", optional = true }
60+
playwright = { version = ">=1.27.0", optional = true }
6161
psutil = ">=6.0.0"
6262
pydantic = ">=2.6.0"
6363
pydantic-settings = ">=2.2.0"

0 commit comments

Comments
 (0)