diff --git a/poetry.lock b/poetry.lock index 3671245642f..b5205e5abca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1295,7 +1295,7 @@ python-versions = ">=3.6" [[package]] name = "types-requests" -version = "2.28.10" +version = "2.28.11" description = "Typing stubs for requests" category = "dev" optional = false @@ -1383,7 +1383,7 @@ pydantic = ["pydantic", "email-validator"] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "09f32c780e3bae2c695f68bf125446723b840458df052fe47f6debd7ec4e7a87" +content-hash = "f4bf6a61f98d66c83fc62e6568ba0463f21c68bdec6dc0ace0baa951d1ec0d25" [metadata.files] atomicwrites = [ @@ -2129,8 +2129,8 @@ typed-ast = [ {file = "typed_ast-1.5.4.tar.gz", hash = "sha256:39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2"}, ] types-requests = [ - {file = "types-requests-2.28.10.tar.gz", hash = "sha256:97d8f40aa1ffe1e58c3726c77d63c182daea9a72d9f1fa2cafdea756b2a19f2c"}, - {file = "types_requests-2.28.10-py3-none-any.whl", hash = "sha256:45b485725ed58752f2b23461252f1c1ad9205b884a1e35f786bb295525a3e16a"}, + {file = "types-requests-2.28.11.tar.gz", hash = "sha256:7ee827eb8ce611b02b5117cfec5da6455365b6a575f5e3ff19f655ba603e6b4e"}, + {file = "types_requests-2.28.11-py3-none-any.whl", hash = "sha256:af5f55e803cabcfb836dad752bd6d8a0fc8ef1cd84243061c0e27dee04ccf4fd"}, ] types-urllib3 = [ {file = "types-urllib3-1.26.24.tar.gz", hash = "sha256:a1b3aaea7dda3eb1b51699ee723aadd235488e4dc4648e030f09bc429ecff42f"}, diff --git a/pyproject.toml b/pyproject.toml index 20417d2a1e2..60be893835b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ mypy-boto3-secretsmanager = { version = "^1.24.11", python = ">=3.7" } mypy-boto3-ssm = { version = "^1.24.0", python = ">=3.7" } mypy-boto3-s3 = { version = "^1.24.76", python = ">=3.7" } mypy-boto3-xray = { version = "^1.24.0", python = ">=3.7" } -types-requests = "^2.28.8" +types-requests = "^2.28.11" typing-extensions = { version = "^4.3.0", python = ">=3.7" } python-snappy = "^0.6.1" mkdocs-material = { version = "^8.5.3", python = ">=3.7" }