diff --git a/poetry.lock b/poetry.lock index 091158df..f824cc8e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1999,13 +1999,13 @@ rpds-py = ">=0.7.0" [[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] @@ -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 = "15e06bfaf80630ed9c0fa6e9532082d7a98981db70019cab5ac0b32e11c39886" +content-hash = "8b8bcfc7bb6d2772034517531122017596cbb121c3fafd3d7b71842a39a8e218" diff --git a/pyproject.toml b/pyproject.toml index 17c85a6c..456a8220 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.32.2" +requests = "2.32.3" url-normalize = "1.4.3" python-dotenv = "1.0.1" importlib-metadata = "7.1.0"