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 Apr 9, 2024
1 parent 242cd8a commit 82e1e4a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 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.1"
version = "1.24.2"
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.42.0"
playwright = "^1.43.0"
dateparser = "^1.2.0"
beautifulsoup4 = {version= "^4.12.3", extras = ["lxml", "charset_normalizer"]}
w3lib = "^2.1.2"
Expand All @@ -43,7 +43,7 @@ types-beautifulsoup4 = "^4.12.0.20240229"
pytest = "^8.1.1"
mypy = "^1.9.0"
types-dateparser = "^1.1.4.20240331"
types-requests = "^2.31.0.20240403"
types-requests = "^2.31.0.20240406"
types-pytz = "^2024.1.0.20240203"


Expand Down

0 comments on commit 82e1e4a

Please sign in to comment.