diff --git a/poetry.lock b/poetry.lock index 957600d..277dde2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "astroid" @@ -1343,13 +1343,13 @@ six = ">=1.5" [[package]] name = "requests" -version = "2.31.0" +version = "2.32.1" 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.1-py3-none-any.whl", hash = "sha256:21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5"}, + {file = "requests-2.32.1.tar.gz", hash = "sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685"}, ] [package.dependencies] @@ -1596,4 +1596,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "aad080e8c390221e19f8b21bafba317e34da39fe07748717525e1ee96dbafa54" +content-hash = "951585326492be30ca240196570e81aefe28d7dc55781c0509f1c54d16883b6a" diff --git a/pyproject.toml b/pyproject.toml index 3a0204d..95bd534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ boto3-stubs = "^1.26.0.post1" pylint = "^2.15.5" mypy-boto3-cloudformation = "^1.26.0.post1" mypy-boto3-lambda = "^1.26.0.post1" -requests = "^2.28.1" +requests = "^2.32.0" retry = "^0.9.2" mypy-boto3-sqs = "^1.26.0.post1" mypy-boto3-dynamodb = "^1.26.0.post1"