From b2c105e5b09ed5a7f0a85f67ed3a8eebf0781535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:41:50 +0000 Subject: [PATCH] Bump flake8-datetimez from 20.10.0 to 26.8.1 Bumps [flake8-datetimez](https://github.com/pjknkda/flake8-datetimez) from 20.10.0 to 26.8.1. - [Release notes](https://github.com/pjknkda/flake8-datetimez/releases) - [Commits](https://github.com/pjknkda/flake8-datetimez/compare/20.10.0...26.8.1) --- updated-dependencies: - dependency-name: flake8-datetimez dependency-version: 26.8.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81d150d..0bdadc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ assets = [ ] dev-flake8 = [ "flake8 == 7.3.0", - "flake8-datetimez == 20.10.0", + "flake8-datetimez == 26.8.1", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml "pydoclint == 0.9.1",