diff --git a/poetry.lock b/poetry.lock index 971c1f6e9..74b393f14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1450,13 +1450,13 @@ files = [ [[package]] name = "requests" -version = "2.32.0" +version = "2.32.1" 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.1-py3-none-any.whl", hash = "sha256:21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5"}, + {file = "requests-2.32.1.tar.gz", hash = "sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685"}, ] [package.dependencies] @@ -1794,4 +1794,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "2579c6abdd530a83660cb35d01924eec7834f1042bc20f68069fc53890b24ec4" +content-hash = "aa96f1ac70959cd83080e0748aa340356dc6a9cca2c6e7c6d608da3198c30617" diff --git a/pyproject.toml b/pyproject.toml index 4e54fa40e..46c4eee1c 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.0" +requests = "^2.32.1" boto3 = "^1.34.108" argparse = "^1.4.0" pre-commit = "^3.7.1"