Bump requests from 2.32.5 to 2.33.1 (#3312)

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]
2026-04-15 22:28:09 -04:00
committed by GitHub
parent 4f9d3d49d0
commit bb0cc4cc76
2 changed files with 9 additions and 9 deletions
Generated
+8 -8
View File
@@ -654,25 +654,25 @@ typing-extensions = {version = ">=4.4.0", markers = "python_version < \"3.13\""}
[[package]]
name = "requests"
version = "2.32.5"
version = "2.33.1"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.9"
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"},
{file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"},
{file = "requests-2.33.1-py3-none-any.whl", hash = "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a"},
{file = "requests-2.33.1.tar.gz", hash = "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517"},
]
[package.dependencies]
certifi = ">=2017.4.17"
certifi = ">=2023.5.7"
charset_normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3"
urllib3 = ">=1.26,<3"
[package.extras]
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"]
[[package]]
name = "rich"
@@ -995,4 +995,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
[metadata]
lock-version = "2.1"
python-versions = "^3.11"
content-hash = "193698f0c0f416f6294909dfd8287cd279d7546347fe6510aa44e6044263e7b6"
content-hash = "cdc961de12810a4a619c556815e5abd958a06b9cac1a3e2968a391db7f24a8e3"
+1 -1
View File
@@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.11"
pyyaml = "^6.0.3"
jsonschema = "^4.26.0"
requests = "^2.32.5"
requests = "^2.33.1"
ruamel-yaml = "^0.18.16"
pydantic = "^2.13.1"
typer = "^0.24.1"