diff --git a/poetry.lock b/poetry.lock index b77bb0d1d..262610cd0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2615,13 +2615,13 @@ reference = "pypi-public" [[package]] name = "types-python-dateutil" -version = "2.9.0.20240906" +version = "2.9.0.20241003" description = "Typing stubs for python-dateutil" optional = false python-versions = ">=3.8" files = [ - {file = "types-python-dateutil-2.9.0.20240906.tar.gz", hash = "sha256:9706c3b68284c25adffc47319ecc7947e5bb86b3773f843c73906fd598bc176e"}, - {file = "types_python_dateutil-2.9.0.20240906-py3-none-any.whl", hash = "sha256:27c8cc2d058ccb14946eebcaaa503088f4f6dbc4fb6093d3d456a49aef2753f6"}, + {file = "types-python-dateutil-2.9.0.20241003.tar.gz", hash = "sha256:58cb85449b2a56d6684e41aeefb4c4280631246a0da1a719bdbe6f3fb0317446"}, + {file = "types_python_dateutil-2.9.0.20241003-py3-none-any.whl", hash = "sha256:250e1d8e80e7bbc3a6c99b907762711d1a1cdd00e978ad39cb5940f6f0a87f3d"}, ] [package.source] @@ -2830,4 +2830,4 @@ reference = "pypi-public" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "a67263ec58ec71607407767abc7c34f06ec17bf348f7c37cab78f08b547c94d5" +content-hash = "29d3c93125ddcdf504ea0a75516fb32cf70d3a84560119a6084d13aa0a60930f" diff --git a/pyproject.toml b/pyproject.toml index 41af8abdb..4e5423fec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ sphinx-copybutton = "^0.5.2" sphinxext-opengraph = "^0.9.1" sphinx-rtd-theme = "^2.0.0" toml = "^0.10.2" -types-python-dateutil = "^2.8.19" +types-python-dateutil = "^2.9.0" types-toml = "^0.10.8" [build-system]