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 Dec 8, 2023
1 parent 3c4d066 commit 4107a33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 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 = "PlaywrightCapture"
version = "1.22.3"
version = "1.22.4"
description = "A simple library to capture websites using playwright"
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"
Expand All @@ -25,7 +25,7 @@ beautifulsoup4 = {version= "^4.12.2", extras = ["lxml"]}
w3lib = "^2.1.2"
requests = {extras = ["socks"], version = "^2.31.0"}
pydub = {version = "^0.25.1", optional = true}
SpeechRecognition = {version = "^3.10.0", optional = true}
SpeechRecognition = {version = "^3.10.1", optional = true}
pytz = {"version" = "^2023.3.post1", python = "<3.9"}
tzdata = "^2023.3"
playwright-stealth = "^1.0.6"
Expand Down

0 comments on commit 4107a33

Please sign in to comment.