chg: Bump deps

pull/937/head
Raphaël Vinot 2024-08-16 14:32:58 +02:00
parent 7ea1caf19d
commit d00e658c82
2 changed files with 12 additions and 12 deletions

22
poetry.lock generated
View File

@ -37,13 +37,13 @@ pycares = ">=4.0.0"
[[package]]
name = "aiohappyeyeballs"
version = "2.3.5"
version = "2.3.6"
description = "Happy Eyeballs for asyncio"
optional = false
python-versions = ">=3.8"
files = [
{file = "aiohappyeyeballs-2.3.5-py3-none-any.whl", hash = "sha256:4d6dea59215537dbc746e93e779caea8178c866856a721c9c660d7a5a7b8be03"},
{file = "aiohappyeyeballs-2.3.5.tar.gz", hash = "sha256:6fa48b9f1317254f122a07a131a86b71ca6946ca989ce6326fff54a99a920105"},
{file = "aiohappyeyeballs-2.3.6-py3-none-any.whl", hash = "sha256:15dca2611fa78442f1cb54cf07ffb998573f2b4fbeab45ca8554c045665c896b"},
{file = "aiohappyeyeballs-2.3.6.tar.gz", hash = "sha256:88211068d2a40e0436033956d7de3926ff36d54776f8b1022d6b21320cadae79"},
]
[[package]]
@ -1669,13 +1669,13 @@ referencing = ">=0.31.0"
[[package]]
name = "lacuscore"
version = "1.10.10"
version = "1.10.11"
description = "Core of Lacus, usable as a module"
optional = false
python-versions = "<4.0,>=3.8"
files = [
{file = "lacuscore-1.10.10-py3-none-any.whl", hash = "sha256:de50d620487399160f9367093b4a5fc2739de7665e2bfc300cd3e7dfed9ae976"},
{file = "lacuscore-1.10.10.tar.gz", hash = "sha256:69b539117821de2c2a726b2966dda1a11117507248620a1de88c2f999b7d9f8c"},
{file = "lacuscore-1.10.11-py3-none-any.whl", hash = "sha256:5c2aba520bbba37b2cc4f05c4c653bfb06b2100a9bd76ae7b1d4cc1e0f06a43b"},
{file = "lacuscore-1.10.11.tar.gz", hash = "sha256:2aa29d09fd25b1ec33d39a224d5adef77dfea5841a7d8ccccb8dbd61966c814d"},
]
[package.dependencies]
@ -1683,7 +1683,7 @@ async-timeout = {version = ">=4.0.3,<5.0.0", markers = "python_version < \"3.11\
defang = ">=0.5.3,<0.6.0"
dnspython = ">=2.6.1,<3.0.0"
eval-type-backport = {version = ">=0.2.0,<0.3.0", markers = "python_version < \"3.10\""}
playwrightcapture = {version = ">=1.25.11,<2.0.0", extras = ["recaptcha"]}
playwrightcapture = {version = ">=1.25.13,<2.0.0", extras = ["recaptcha"]}
pydantic = ">=2.8.2,<3.0.0"
redis = {version = ">=5.0.8,<6.0.0", extras = ["hiredis"]}
requests = ">=2.32.3,<3.0.0"
@ -2587,13 +2587,13 @@ test = ["pytest"]
[[package]]
name = "playwrightcapture"
version = "1.25.12"
version = "1.25.13"
description = "A simple library to capture websites using playwright"
optional = false
python-versions = "<4.0,>=3.8"
files = [
{file = "playwrightcapture-1.25.12-py3-none-any.whl", hash = "sha256:54ce71ed5ccf35b8b13ea83646711fd21cf748ec17921694a61d693ee44a01e0"},
{file = "playwrightcapture-1.25.12.tar.gz", hash = "sha256:1432f9655fb907956a9ee48447891f52fb3ebb51613f074d9b0335578029dfa7"},
{file = "playwrightcapture-1.25.13-py3-none-any.whl", hash = "sha256:7ceb20996631fa5d84bde1f8380fe12c4329aa26d9b6263ec245bada4975aa74"},
{file = "playwrightcapture-1.25.13.tar.gz", hash = "sha256:a1488a53ae0015c99453e9cfc305ebd7f348c93bfc28961da9f0d1696fd080c5"},
]
[package.dependencies]
@ -4390,4 +4390,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<3.13"
content-hash = "a013aebc925e3f0f6119e00631df048fda085384aedceaecc8b29266567d2776"
content-hash = "97db022462549e7a7ab6e4c351180e26cf66cf5caa39b4ed1d086911be748ed2"

View File

@ -68,7 +68,7 @@ passivetotal = "^2.5.9"
werkzeug = "^3.0.3"
filetype = "^1.2.0"
pypandora = "^1.9.0"
lacuscore = "^1.10.10"
lacuscore = "^1.10.11"
pylacus = "^1.10.0"
pyipasnhistory = "^2.1.2"
publicsuffixlist = "^1.0.2.20240814"