diff --git a/poetry.lock b/poetry.lock index 6a690d1b..091158df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1999,13 +1999,13 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.31.0" +version = "2.32.2" 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.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -2559,4 +2559,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "a2476a161c663060aa70eb29bf2f49ae0e5979ab730b090ce536d90c0d777a2b" +content-hash = "15e06bfaf80630ed9c0fa6e9532082d7a98981db70019cab5ac0b32e11c39886" diff --git a/pyproject.toml b/pyproject.toml index d56d0590..17c85a6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ kapitan = "0.32.0" click = "8.1.7" # Kapitan requires exactly 3.1.30 gitpython = "3.1.43" -requests = "2.31.0" +requests = "2.32.2" url-normalize = "1.4.3" python-dotenv = "1.0.1" importlib-metadata = "7.1.0"