updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-22 09:34:30 +00:00 committed by 梓澄qwq
parent 622344516d
commit 4ac0633d8e
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

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

View File

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