Skip to content

Commit

Permalink
chg: Bump deps, version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 8, 2024
1 parent a84c00d commit f3fe784
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

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

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

[tool.poetry.dependencies]
python = "^3.8"
playwright = "^1.41.1"
playwright = "^1.41.2"
dateparser = "^1.2.0"
beautifulsoup4 = {version= "^4.12.3", extras = ["lxml", "charset_normalizer"]}
w3lib = "^2.1.2"
Expand Down

0 comments on commit f3fe784

Please sign in to comment.