diff --git a/poetry.lock b/poetry.lock index 0c200532..b2db155e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -922,19 +922,19 @@ files = [ [[package]] name = "requests" -version = "2.32.3" +version = "2.32.5" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, - {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, + {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"}, + {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"}, ] [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2,<4" +charset_normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<3" @@ -1071,4 +1071,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "6b249e46b0eb482d9d849ae030f88b8bc6dc861408c642f5015b418d2850419d" +content-hash = "770faae55246c200786cc35377d7f90f4222212d1fb3ec2e8f4d7d8939f4d6b2" diff --git a/pyproject.toml b/pyproject.toml index 11010760..3e689a1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ aws-lambda-powertools = "^3.14.0" pydantic = "1.10.22" setuptools = "^80.9.0" jproperties = "^2.1.2" -requests = "^2.32.3" +requests = "^2.32.5" pyjwt = "^2.9.0" cryptography = "^43.0.1" proxygen-cli = "^2.1.14"