diff --git a/poetry.lock b/poetry.lock index 94672775..8ce2fa06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiosqlite" @@ -680,13 +680,13 @@ files = [ [[package]] name = "twscrape" -version = "0.12" +version = "0.13" description = "Twitter GraphQL and Search API implementation with SNScrape data models" optional = false python-versions = ">=3.10" files = [ - {file = "twscrape-0.12-py3-none-any.whl", hash = "sha256:95bfc382c300c2430aaad87f9d4280dad47d8972f8a6c0f66aab444c04bae798"}, - {file = "twscrape-0.12.tar.gz", hash = "sha256:2f52e80edf090c5c47024e400de70850d28542e87fb7d19a1f1b21f61f5cf9e5"}, + {file = "twscrape-0.13-py3-none-any.whl", hash = "sha256:0621c3623fb34683cd815e31b11345aee93188878fc0a319bb07050620828300"}, + {file = "twscrape-0.13.tar.gz", hash = "sha256:947b9e28376aefb3e1a2762fb4baf1485249f6b11d023518075426449ab2693e"}, ] [package.dependencies] @@ -697,7 +697,7 @@ loguru = ">=0.7.0" pyotp = ">=2.9.0" [package.extras] -dev = ["pyright (>=1.1.359)", "pytest (>=7.4.4)", "pytest-asyncio (>=0.23.3)", "pytest-cov (>=4.1.0)", "pytest-httpx (>=0.28.0)", "ruff (>=0.1.11)"] +dev = ["pyright (>=1.1.369)", "pytest (>=7.4.4)", "pytest-asyncio (>=0.23.3)", "pytest-cov (>=4.1.0)", "pytest-httpx (>=0.28.0)", "ruff (>=0.1.11)"] [[package]] name = "typing-extensions" @@ -744,4 +744,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "336f3d8484b8091402530c506e9c676e0b55dc099d61b061ea57cee7451f594c" +content-hash = "5e6a0251ba811fafb3d6d8706ec8765450c5a909dc9fe401f1bd18f9c6999a51" diff --git a/pyproject.toml b/pyproject.toml index 969282a1..c8018a09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.12" loguru = "^0.7.2" pynacl = "^1.5.0" requests = "^2.31.0" -twscrape = "^0.12" +twscrape = "^0.13" [tool.poetry.group.dev.dependencies]