diff --git a/poetry.lock b/poetry.lock index 85daedcd9..4d62e519e 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 = "3c05dc8d51c9ddc63a5674c1c246a8b79646951db798e015acc8995b1630d0ca" +content-hash = "7a65934d6aef43f1fc1d79514b0694f68e5a432e793225794b1200a80d760e60" diff --git a/pyproject.toml b/pyproject.toml index 4cb5bd0fe..7540503bb 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"