updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

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]
2024-05-20 21:44:22 -04:00
committed by GitHub
parent 5feb0b4703
commit 5157bc80bd
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -537,13 +537,13 @@ rpds-py = ">=0.7.0"
[[package]]
name = "requests"
version = "2.31.0"
version = "2.32.0"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"},
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"},
{file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"},
{file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"},
]
[package.dependencies]
@@ -829,4 +829,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "cd4965921d79dd8921681ae7925183e66aaa286b3bef2166ee63c56bba612397"
content-hash = "087525d789876e6a3597656c4bd9cca6eb0dc202e3116f0f5b0bb74e6883ee1c"
+1 -1
View File
@@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.11"
pyyaml = "^6.0"
jsonschema = "^4.22.0"
requests = "^2.31.0"
requests = "^2.32.0"
ruamel-yaml = "^0.18.6"
pydantic = "^2.7.0"
typer = "^0.12.3"