diff --git a/lambdas/mns_subscription/poetry.lock b/lambdas/mns_subscription/poetry.lock index 699a2966c..dd403f979 100644 --- a/lambdas/mns_subscription/poetry.lock +++ b/lambdas/mns_subscription/poetry.lock @@ -788,25 +788,26 @@ files = [ [[package]] name = "requests" -version = "2.32.5" +version = "2.33.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"}, - {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"}, + {file = "requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"}, + {file = "requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"}, ] [package.dependencies] -certifi = ">=2017.4.17" +certifi = ">=2023.5.7" charset_normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<3" +urllib3 = ">=1.26,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] +test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov", "pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"] +use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] name = "responses" @@ -912,4 +913,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "e7393436beafefef90786c7ea8a1e662ef2cd7abfab47daf514bb22a286d64f9" +content-hash = "6f6ff34e1ffd2305b7e1002acd28a5e8f5fbcb4a1e9ab8d4cc6e748fc2a5dd87" diff --git a/lambdas/mns_subscription/pyproject.toml b/lambdas/mns_subscription/pyproject.toml index 67e5733fb..988f5c913 100644 --- a/lambdas/mns_subscription/pyproject.toml +++ b/lambdas/mns_subscription/pyproject.toml @@ -14,7 +14,7 @@ boto3 = "~1.42.74" pyjwt = {extras = ["crypto"], version = "~2.12.1"} moto = "^5.1.22" coverage = "^7.13.5" -requests = "~2.32.5" +requests = "~2.33.0" responses = "~0.26.0"