From 67ea20834835664e2556d45347f3a42ff3366bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 10:35:28 +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 17e099a..9401932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ email = "floss@frequenz.com" [project.optional-dependencies] 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",