diff --git a/poetry.lock b/poetry.lock index f6b86068..615275a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2383,13 +2383,13 @@ urllib3 = ">=1.26.0" [[package]] name = "types-python-dateutil" -version = "2.9.0.20241003" +version = "2.9.0.20241206" description = "Typing stubs for python-dateutil" optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "types_python_dateutil-2.9.0.20241206-py3-none-any.whl", hash = "sha256:e248a4bc70a486d3e3ec84d0dc30eec3a5f979d6e7ee4123ae043eedbb987f53"}, + {file = "types_python_dateutil-2.9.0.20241206.tar.gz", hash = "sha256:18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb"}, ] [[package]] @@ -2594,4 +2594,4 @@ s3 = ["boto3"] [metadata] lock-version = "2.0" python-versions = ">=3.10.0,<3.13" -content-hash = "55aae4b04b7e09c06971bc4461959acf24b317e157f67148517141fa3475fba1" +content-hash = "cf4b5a320cf8fdbf9f1961e9ff753ee7ffc367c34d0eb50f8033aa1d0945818d" diff --git a/pyproject.toml b/pyproject.toml index 8d4fea86..f4f6d9e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ python-semantic-release = "7.34.6" requests-mock = "1.12.1" ruff = "0.8.2" syrupy = "4.8.0" -types-python-dateutil = "2.9.0.20241003" +types-python-dateutil = "2.9.0.20241206" types-requests = "2.32.0.20241016" types-setuptools = "75.6.0.20241126" types-toml = "0.10.8.20240310"