1
0
Fork 0

chore: update poetry.lock

This commit is contained in:
nicoco 2024-01-19 21:23:08 +01:00
parent 2c94a133a6
commit ecd393fe83
1 changed files with 7 additions and 4 deletions

11
poetry.lock generated
View File

@ -209,19 +209,22 @@ dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"]
[[package]]
name = "beautifulsoup4"
version = "4.12.2"
version = "4.12.3"
description = "Screen-scraping library"
optional = false
python-versions = ">=3.6.0"
files = [
{file = "beautifulsoup4-4.12.2-py3-none-any.whl", hash = "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a"},
{file = "beautifulsoup4-4.12.2.tar.gz", hash = "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da"},
{file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"},
{file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"},
]
[package.dependencies]
soupsieve = ">1.2"
[package.extras]
cchardet = ["cchardet"]
chardet = ["chardet"]
charset-normalizer = ["charset-normalizer"]
html5lib = ["html5lib"]
lxml = ["lxml"]
@ -1828,7 +1831,7 @@ slixmpp = "^1.8.4"
type = "git"
url = "https://git.sr.ht/~nicoco/slidge"
reference = "master"
resolved_reference = "576a0629de4e24030dadcbdf35c2cc687f9d74de"
resolved_reference = "f29adaa3dd53b7a318c6880e8d2156a58b3d23c8"
[[package]]
name = "slidge-dev-helpers"