diff --git a/poetry.lock b/poetry.lock index 3cec1843b..12b83b312 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1450,13 +1450,13 @@ files = [ [[package]] name = "requests" -version = "2.32.2" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, - {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -1794,4 +1794,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b81dd75b353c0818bb459aafc1457110b001cf845dd5fd0a22109c7406c004ff" +content-hash = "4f5392ec54a3f87ccfa320479cfd4616a00f29b6bd895c045f3b06d3892921c4" diff --git a/pyproject.toml b/pyproject.toml index a80ed4c97..13bd4e17c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ docopt = "^0.6.2" jsonpath-rw = "^1.4.0" semver = "^3.0.2" gitpython = "^3.1.42" -requests = "^2.32.2" +requests = "^2.32.3" boto3 = "^1.34.116" argparse = "^1.4.0" pre-commit = "^3.7.1"