Skip to content

Commit

Permalink
chg: Bump playwright, version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed May 21, 2024
1 parent 660b8c6 commit 0ecab2b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PlaywrightCapture"
version = "1.24.9"
version = "1.24.10"
description = "A simple library to capture websites using playwright"
authors = ["Raphaël Vinot <[email protected]>"]
license = "BSD-3-Clause"
Expand All @@ -19,7 +19,7 @@ classifiers=[

[tool.poetry.dependencies]
python = "^3.8"
playwright = "^1.43.0"
playwright = "^1.44.0"
dateparser = "^1.2.0"
beautifulsoup4 = {version= "^4.12.3", extras = ["lxml", "charset_normalizer"]}
w3lib = "^2.1.2"
Expand All @@ -42,7 +42,7 @@ optional = true

[tool.poetry.group.dev.dependencies]
types-beautifulsoup4 = "^4.12.0.20240511"
pytest = "^8.2.0"
pytest = "^8.2.1"
mypy = "^1.10.0"
types-dateparser = "^1.2.0.20240420"
types-pytz = "^2024.1.0.20240417"
Expand Down

0 comments on commit 0ecab2b

Please sign in to comment.