From ebc0cedfefedea9ec4936cfe11e2e5aadc1958d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 02:39:41 +0000 Subject: [PATCH] build(deps-dev): update types-python-dateutil requirement 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 10c58e80..60dd97b6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ Sphinx~=3.5.1 mypy~=0.961 types-requests~=2.28.2 -types-python-dateutil~=2.8.18 +types-python-dateutil~=2.8.19 flake8~=4.0.1 black~=22.6.0 codespell~=2.1.0