diff --git a/poetry.lock b/poetry.lock index 0de4369..0b90bac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -801,13 +801,13 @@ files = [ [[package]] name = "types-requests" -version = "2.31.0.8" +version = "2.31.0.9" description = "Typing stubs for requests" optional = false python-versions = ">=3.7" files = [ - {file = "types-requests-2.31.0.8.tar.gz", hash = "sha256:e1b325c687b3494a2f528ab06e411d7092cc546cc9245c000bacc2fca5ae96d4"}, - {file = "types_requests-2.31.0.8-py3-none-any.whl", hash = "sha256:39894cbca3fb3d032ed8bdd02275b4273471aa5668564617cc1734b0a65ffdf8"}, + {file = "types-requests-2.31.0.9.tar.gz", hash = "sha256:3bb11188795cc3aa39f9635032044ee771009370fb31c3a06ae952b267b6fcd7"}, + {file = "types_requests-2.31.0.9-py3-none-any.whl", hash = "sha256:140e323da742a0cd0ff0a5a83669da9ffcebfaeb855d367186b2ec3985ba2742"}, ] [package.dependencies] @@ -887,4 +887,4 @@ recaptcha = ["SpeechRecognition", "pydub", "requests"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9804edfa2c939c5d9144e23f794c4db7f19741a3a1275f676e30e1bec2b9f52f" +content-hash = "ca4c3b69ede6b75ea756108eecb56f4f78039d154f8d1553211e72017190486a" diff --git a/pyproject.toml b/pyproject.toml index 534ad83..a2f7582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PlaywrightCapture" -version = "1.21.11" +version = "1.22.0" description = "A simple library to capture websites using playwright" authors = ["Raphaƫl Vinot "] license = "BSD-3-Clause" @@ -42,7 +42,7 @@ types-beautifulsoup4 = "^4.12.0.6" pytest = "^7.4.2" mypy = "^1.6.0" types-dateparser = "^1.1.4.10" -types-requests = "^2.31.0.8" +types-requests = "^2.31.0.9" types-pytz = "^2023.3.1.1"