mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2024-11-16 04:45:27 +00:00
⬆ Bump beautifulsoup4 from 4.12.0 to 4.12.1
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.0 to 4.12.1. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6016199a93
commit
a2306cb797
8
poetry.lock
generated
8
poetry.lock
generated
@ -401,14 +401,14 @@ tzdata = ["tzdata"]
|
||||
|
||||
[[package]]
|
||||
name = "beautifulsoup4"
|
||||
version = "4.12.0"
|
||||
version = "4.12.1"
|
||||
description = "Screen-scraping library"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6.0"
|
||||
files = [
|
||||
{file = "beautifulsoup4-4.12.0-py3-none-any.whl", hash = "sha256:2130a5ad7f513200fae61a17abb5e338ca980fa28c439c0571014bc0217e9591"},
|
||||
{file = "beautifulsoup4-4.12.0.tar.gz", hash = "sha256:c5fceeaec29d09c84970e47c65f2f0efe57872f7cff494c9691a26ec0ff13234"},
|
||||
{file = "beautifulsoup4-4.12.1-py3-none-any.whl", hash = "sha256:e44795bb4f156d94abb5fbc56efff871c1045bfef72e9efe77558db9f9616ac3"},
|
||||
{file = "beautifulsoup4-4.12.1.tar.gz", hash = "sha256:c7bdbfb20a0dbe09518b96a809d93351b2e2bcb8046c0809466fa6632a10c257"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -2949,4 +2949,4 @@ test = ["pytest", "pytest-asyncio", "flaky"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "dc3bdca259d34c2ec5b68a9418b810e80eacb28487e643704a04472554a23e17"
|
||||
content-hash = "86c35b3bef089fea697ad25f04ec114965b55138128d25cdfdbfe8d9d64446ec"
|
||||
|
@ -17,7 +17,7 @@ sqlmodel = "^0.0.8"
|
||||
colorlog = "^6.7.0"
|
||||
fakeredis = "^2.10.3"
|
||||
redis = "^4.5.4"
|
||||
beautifulsoup4 = "^4.12.0"
|
||||
beautifulsoup4 = "^4.12.1"
|
||||
asyncmy = "^0.2.7"
|
||||
pyppeteer = "^1.0.2"
|
||||
aiofiles = "^23.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user