This commit is contained in:
helloplhm-qwq 2024-06-08 11:52:23 +08:00
commit e78599de70
No known key found for this signature in database
GPG Key ID: 6BE1B64B905567C7
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -642,13 +642,13 @@ windows-terminal = ["colorama (>=0.4.6)"]
[[package]]
name = "requests"
version = "2.32.2"
version = "2.32.3"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.8"
files = [
{file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"},
{file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"},
{file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
{file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
]
[package.dependencies]
@ -959,4 +959,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "71d4791c5141756c19a1c4450249ffafac10a4d833940cfbd6fa237bc67c7c1b"
content-hash = "e08fd578753a43577efe81f54cdc4003e99233e7927de2e3f51e860c591c1056"

View File

@ -12,7 +12,7 @@ python = "^3.8"
aiohttp = "^3.9.5"
pycryptodome = "^3.20.0"
ujson = "^5.10.0"
requests = "^2.32.2"
requests = "^2.32.3"
colorlog = "^6.8.2"
Pygments = "^2.18.0"
xmltodict = "^0.13.0"