Skip to content

Commit

Permalink
fix: playwrightcapture with tracking missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Mar 29, 2024
1 parent 6b7006c commit 4098e53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.9.0"
version = "1.9.1"
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.24.0"}
playwrightcapture = {extras = ["recaptcha"], version = "^1.24.1"}
defang = "^0.5.3"
ua-parser = "^0.18.0"
redis = {version = "^5.0.3", extras = ["hiredis"]}
Expand Down

0 comments on commit 4098e53

Please sign in to comment.