diff --git a/poetry.lock b/poetry.lock index e57d056..cd86243 100644 --- a/poetry.lock +++ b/poetry.lock @@ -476,7 +476,7 @@ python-versions = "*" [[package]] name = "types-requests" -version = "2.27.15" +version = "2.27.16" description = "Typing stubs for requests" category = "main" optional = false @@ -525,7 +525,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "c3e5740f2772361234911bec345cb2cd79f4b71bdf75f597789f726b9cec8090" +content-hash = "da6807c6a84a147b5212a2e67950f2a949f3d21eff09211c5ad75d89f9b111db" [metadata.files] astroid = [ @@ -805,8 +805,8 @@ types-python-dateutil = [ {file = "types_python_dateutil-2.8.10-py3-none-any.whl", hash = "sha256:1f6d2305513d54da353a9dde7ed8a9ef46e8987377291612a0e2b9aac2d2b875"}, ] types-requests = [ - {file = "types-requests-2.27.15.tar.gz", hash = "sha256:2d371183c535208d2cc8fe7473d9b49c344c7077eb70302eb708638fb86086a8"}, - {file = "types_requests-2.27.15-py3-none-any.whl", hash = "sha256:77d09182a68e447e9e8b0ffc21abf54618b96f07689dffbb6a41cf0356542969"}, + {file = "types-requests-2.27.16.tar.gz", hash = "sha256:c8010c18b291a7efb60b1452dbe12530bc25693dd657e70c62803fcdc4bffe9b"}, + {file = "types_requests-2.27.16-py3-none-any.whl", hash = "sha256:2437a5f4d16c0c8bd7539a8126d492b7aeb41e6cda670d76b286c7f83a658d42"}, ] types-urllib3 = [ {file = "types-urllib3-1.26.9.tar.gz", hash = "sha256:abd2d4857837482b1834b4817f0587678dcc531dbc9abe4cde4da28cef3f522c"}, diff --git a/pyproject.toml b/pyproject.toml index b83fd76..e6be32c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python-dateutil = "^2.8.1" requests = {extras = ["security"], version = "^2.27.0"} click = "^8.1.2" types-python-dateutil = "^2.8.10" -types-requests = "^2.27.15" +types-requests = "^2.27.16" [tool.poetry.dev-dependencies]