diff --git a/poetry.lock b/poetry.lock index f56402d..996e47e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -356,13 +356,13 @@ cffi = ">=1.0.0" [[package]] name = "certifi" -version = "2024.6.2" +version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." optional = true python-versions = ">=3.6" files = [ - {file = "certifi-2024.6.2-py3-none-any.whl", hash = "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56"}, - {file = "certifi-2024.6.2.tar.gz", hash = "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516"}, + {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"}, + {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"}, ] [[package]] @@ -1426,13 +1426,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "setuptools" -version = "70.2.0" +version = "70.3.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-70.2.0-py3-none-any.whl", hash = "sha256:b8b8060bb426838fbe942479c90296ce976249451118ef566a5a0b7d8b78fb05"}, - {file = "setuptools-70.2.0.tar.gz", hash = "sha256:bd63e505105011b25c3c11f753f7e3b8465ea739efddaccef8f0efac2137bac1"}, + {file = "setuptools-70.3.0-py3-none-any.whl", hash = "sha256:fe384da74336c398e0d956d1cae0669bc02eed936cdb1d49b57de1990dc11ffc"}, + {file = "setuptools-70.3.0.tar.gz", hash = "sha256:f171bab1dfbc86b132997f26a119f6056a57950d058587841a0082e8830f9dc5"}, ] [package.extras] @@ -1716,4 +1716,4 @@ recaptcha = ["SpeechRecognition", "pydub"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2c5fcf3e667ba907d20a89beaf1fca18fead9699e63c1b38e97b165ae03ea729" +content-hash = "dcddb885bdcc0194a93f104cafdca8a7f3edbb5d09f5513afa698503278c8d7a" diff --git a/pyproject.toml b/pyproject.toml index e1bcd84..d28de25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PlaywrightCapture" -version = "1.25.0" +version = "1.25.1" description = "A simple library to capture websites using playwright" authors = ["Raphaƫl Vinot "] license = "BSD-3-Clause" @@ -28,7 +28,7 @@ SpeechRecognition = {version = "^3.10.4", optional = true} pytz = {"version" = "^2024.1", python = "<3.9"} tzdata = "^2024.1" playwright-stealth = "^1.0.6" -setuptools = "^70.2.0" +setuptools = "^70.3.0" puremagic = "^1.25" async-timeout = {version = "^4.0.3", python = "<3.11"} aiohttp = {extras = ["speedups"], version = "^3.9.5"}