diff --git a/poetry.lock b/poetry.lock index 37dc771..ef37c41 100644 --- a/poetry.lock +++ b/poetry.lock @@ -468,7 +468,7 @@ python-versions = ">=3.7" [[package]] name = "types-python-dateutil" -version = "2.8.15" +version = "2.8.16" description = "Typing stubs for python-dateutil" 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 = "4359c2ee724e253c7937482b715f727fd1887726d6da7dc2c91041ae100b6a02" +content-hash = "4abe9c75106c4f1febf69218fa3e0c4ee26cecb9b18fe20c1155471d7c595205" [metadata.files] astroid = [ @@ -801,8 +801,8 @@ tomli = [ {file = "tomli-2.0.0.tar.gz", hash = "sha256:c292c34f58502a1eb2bbb9f5bbc9a5ebc37bee10ffb8c2d6bbdfa8eb13cc14e1"}, ] types-python-dateutil = [ - {file = "types-python-dateutil-2.8.15.tar.gz", hash = "sha256:7db1e4ed4916bd128cbee3eecdee0e06cc5684da2a1cdfd57f98541cdfbe0861"}, - {file = "types_python_dateutil-2.8.15-py3-none-any.whl", hash = "sha256:9d6f01382d5ffe1977dc29f0782a01228dfaa36da148a7f4076cbd9beba26647"}, + {file = "types-python-dateutil-2.8.16.tar.gz", hash = "sha256:3aaac4c138eb6b8ecbc2550996ec25d6e45b5d32887d1e693d0842ee2fa659d2"}, + {file = "types_python_dateutil-2.8.16-py3-none-any.whl", hash = "sha256:0e7286436d049d2732ba2f01552f84c52184b955552359156fc8835c10714f2a"}, ] types-requests = [ {file = "types-requests-2.27.27.tar.gz", hash = "sha256:d618d9809fa32f514cf17cea8460814da671c56366fb1c908accca8bf183112b"}, diff --git a/pyproject.toml b/pyproject.toml index 5d2defd..087ee65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pip = "*" python-dateutil = "^2.8.1" requests = {extras = ["security"], version = "^2.27.0"} click = "^8.1.3" -types-python-dateutil = "^2.8.15" +types-python-dateutil = "^2.8.16" types-requests = "^2.27.27"