diff --git a/poetry.lock b/poetry.lock index e7b7cc693..7d8766544 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2159,13 +2159,13 @@ files = [ [[package]] name = "types-python-dateutil" -version = "2.8.19.12" +version = "2.8.19.14" description = "Typing stubs for python-dateutil" optional = false python-versions = "*" files = [ - {file = "types-python-dateutil-2.8.19.12.tar.gz", hash = "sha256:355b2cb82b31e556fd18e7b074de7c350c680ab80608f0cc55ba6770d986d67d"}, - {file = "types_python_dateutil-2.8.19.12-py3-none-any.whl", hash = "sha256:fe5b545e678ec13e3ddc83a0eee1545c1b5e2fba4cfc39b276ab6f4e7604a923"}, + {file = "types-python-dateutil-2.8.19.14.tar.gz", hash = "sha256:1f4f10ac98bb8b16ade9dbee3518d9ace017821d94b057a425b069f834737f4b"}, + {file = "types_python_dateutil-2.8.19.14-py3-none-any.whl", hash = "sha256:f977b8de27787639986b4e28963263fd0e5158942b3ecef91b9335c130cb1ce9"}, ] [[package]] @@ -2402,4 +2402,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1885790c443654a1abfab47538b1121790eef09f1e0b222a781d5fa15d1209e3" +content-hash = "2e57502568c231300a31101ed65ea4fe07c5183bb5cb06cff9b10165e43efb6e" diff --git a/pyproject.toml b/pyproject.toml index b07c85b0b..31f71578e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ sphinx-copybutton = "^0.5.2" sphinxext-opengraph = "^0.8.2" sphinx-rtd-theme = "^1.0.0" toml = "^0.10.2" -types-python-dateutil = "^2.8.0" +types-python-dateutil = "^2.8.19" types-toml = "^0.10.1" [build-system]