From 1d6355c4280a88236e63a75de520230ed77418dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:57:38 +0000 Subject: [PATCH] Update types-python-dateutil requirement from ~=2.8.19.10 to ~=2.8.19.12 Updates the requirements on [types-python-dateutil](https://github.com/python/typeshed) to permit the latest version. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-python-dateutil dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a5088187..148bf947 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,4 +5,4 @@ mypy~=1.1.1 pre-commit~=3.2.0 pylint~=2.17.0 pylint-django~=2.5.3 -types-python-dateutil~=2.8.19.10 +types-python-dateutil~=2.8.19.12