diff --git a/poetry.lock b/poetry.lock index b94bf1883a..1ac03b212d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -537,13 +537,13 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.32.0" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, - {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -829,4 +829,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "087525d789876e6a3597656c4bd9cca6eb0dc202e3116f0f5b0bb74e6883ee1c" +content-hash = "d9cd3a97c7ceb263f0b566f46b2317efb9626fca97c7b57d4800221dd378dc94" diff --git a/pyproject.toml b/pyproject.toml index 601496eaf6..491e0e3b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" python = "^3.11" pyyaml = "^6.0" jsonschema = "^4.22.0" -requests = "^2.32.0" +requests = "^2.32.3" ruamel-yaml = "^0.18.6" pydantic = "^2.7.0" typer = "^0.12.3"