Bump requests from 2.32.3 to 2.32.4 (#3131)

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:
dependabot[bot]
2025-06-12 17:21:14 -04:00
committed by GitHub
parent eec43d0aff
commit 2116bf0490
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -584,19 +584,19 @@ rpds-py = ">=0.7.0"
[[package]]
name = "requests"
version = "2.32.3"
version = "2.32.4"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
{file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
{file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"},
{file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"},
]
[package.dependencies]
certifi = ">=2017.4.17"
charset-normalizer = ">=2,<4"
charset_normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3"
@@ -902,4 +902,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.11"
content-hash = "2137e59507dad846af8dded9dec561eeb4de03e31e8bd4427e2f4e581b84a17b"
content-hash = "8f664d97ed9a008570e67bd512af28ccf4e84280b5db9a27f3061a82173e4408"
+1 -1
View File
@@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.11"
pyyaml = "^6.0"
jsonschema = "^4.23.0"
requests = "^2.32.3"
requests = "^2.32.4"
ruamel-yaml = "^0.18.11"
pydantic = "^2.11.5"
typer = "^0.16.0"