mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-03 10:42:14 +08:00
build(deps): bump requests from 2.32.3 to 2.32.4 (#113)
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 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
7fdd558ca5
commit
f87d827a8d
10
poetry.lock
generated
10
poetry.lock
generated
@ -980,19 +980,19 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (>=20.0.1)", "requests (>=2.31.0)"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "requests"
|
name = "requests"
|
||||||
version = "2.32.3"
|
version = "2.32.4"
|
||||||
description = "Python HTTP for Humans."
|
description = "Python HTTP for Humans."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
|
{file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"},
|
||||||
{file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
|
{file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
certifi = ">=2017.4.17"
|
certifi = ">=2017.4.17"
|
||||||
charset-normalizer = ">=2,<4"
|
charset_normalizer = ">=2,<4"
|
||||||
idna = ">=2.5,<4"
|
idna = ">=2.5,<4"
|
||||||
urllib3 = ">=1.21.1,<3"
|
urllib3 = ">=1.21.1,<3"
|
||||||
|
|
||||||
@ -1327,4 +1327,4 @@ propcache = ">=0.2.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "2962d65e56ec97eb23e4dba6ed02e4bf4ed322134cd508768ca5f1c3c5b9ced2"
|
content-hash = "bc19d5d09cd73ddbff02063ad70d2da83f5ed51c47f83b290ceae58928dadb5f"
|
||||||
|
@ -12,7 +12,7 @@ python = "^3.8"
|
|||||||
aiohttp = "^3.10.10"
|
aiohttp = "^3.10.10"
|
||||||
pycryptodome = "^3.22.0"
|
pycryptodome = "^3.22.0"
|
||||||
ujson = "^5.10.0"
|
ujson = "^5.10.0"
|
||||||
requests = "^2.32.3"
|
requests = "^2.32.4"
|
||||||
colorlog = "^6.9.0"
|
colorlog = "^6.9.0"
|
||||||
Pygments = "^2.19.1"
|
Pygments = "^2.19.1"
|
||||||
xmltodict = "^0.14.2"
|
xmltodict = "^0.14.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user