Skip to content

Commit

Permalink
chore(deps): Relax Playwright version constraint (#474)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
janbuchar authored Aug 30, 2024
1 parent 5184a70 commit 3facb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ inquirer = ">=3.3.0"
lxml = { version = ">=5.2.0", optional = true }
more_itertools = ">=10.2.0"
parsel = { version = ">=1.9.0", optional = true }
playwright = { version = ">=1.43.0", optional = true }
playwright = { version = ">=1.27.0", optional = true }
psutil = ">=6.0.0"
pydantic = ">=2.6.0"
pydantic-settings = ">=2.2.0"
Expand Down

0 comments on commit 3facb48

Please sign in to comment.