From 4107a33d2ced4a4eeb7f8507051d1ab6068d6998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 8 Dec 2023 17:32:06 +0100 Subject: [PATCH] chg: Bump deps, version --- poetry.lock | 9 +++++---- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4b788b7..eccdf71 100644 --- a/poetry.lock +++ b/poetry.lock @@ -760,17 +760,18 @@ files = [ [[package]] name = "speechrecognition" -version = "3.10.0" +version = "3.10.1" description = "Library for performing speech recognition, with support for several engines and APIs, online and offline." optional = true python-versions = ">=3.8" files = [ - {file = "SpeechRecognition-3.10.0-py2.py3-none-any.whl", hash = "sha256:7ae9966887d9909ce3e5a0c27ecc3eacfca16fd0c0829f77f552919418e86306"}, - {file = "SpeechRecognition-3.10.0.tar.gz", hash = "sha256:14131155e8a8ba00ead1b7b9b1a2fa71c845e4db5f9a5f66a33a1bd6c55c6c35"}, + {file = "SpeechRecognition-3.10.1-py2.py3-none-any.whl", hash = "sha256:69898b2b0bbd5bc65647c5ef833fe318ad74f02e8a6af5c9fd671933083660bc"}, + {file = "SpeechRecognition-3.10.1.tar.gz", hash = "sha256:718731886b7836e20a06b9a2c6cace12a9e130971bb6af1b1dd130b22bad9f82"}, ] [package.dependencies] requests = ">=2.26.0" +typing-extensions = "*" [package.extras] whisper-api = ["openai"] @@ -920,4 +921,4 @@ recaptcha = ["SpeechRecognition", "pydub", "requests"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "85f52791429d747c60f96604452075471991bc62b6ba151983d82776668a94e3" +content-hash = "093fc9824097dd47abea8c3a7aa670e3ee4a04f2e766ada904050fd5f2da2d61" diff --git a/pyproject.toml b/pyproject.toml index ca8418f..24dc338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "BSD-3-Clause" @@ -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"