Skip to content

Commit

Permalink
chg: Bump playwright, improve proxies support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jul 24, 2024
1 parent 8685cac commit 73c4230
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 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 = "lacuscore"
version = "1.10.7"
version = "1.10.8"
description = "Core of Lacus, usable as a module"
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -34,7 +34,7 @@ Sphinx = [
{version = "<7.2", python = "<3.9", optional = true},
{version = "^7.2", python = ">=3.9", optional = true}
]
playwrightcapture = {extras = ["recaptcha"], version = "^1.25.8"}
playwrightcapture = {extras = ["recaptcha"], version = "^1.25.9"}
defang = "^0.5.3"
ua-parser = "^0.18.0"
redis = {version = "^5.0.7", extras = ["hiredis"]}
Expand Down

0 comments on commit 73c4230

Please sign in to comment.