From 9806f527db71e5a90ada3b92dba90712675fe25a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 08:54:17 +0000 Subject: [PATCH] chore: bump the python-packages group with 4 updates Updates mypy, ruff, faker, and lxml to their latest versions. Excludes filecheck from the dependabot python-packages group so it is never proposed for automatic updates; its pin is loosened to <=1.0 instead. --- .github/dependabot.yml | 2 ++ requirements.development.txt | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 99cf9ee..361162c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,8 @@ updates: day: friday allow: - dependency-type: development + ignore: + - dependency-name: filecheck groups: python-packages: patterns: ["*"] diff --git a/requirements.development.txt b/requirements.development.txt index eaebd2b..12fe8b8 100644 --- a/requirements.development.txt +++ b/requirements.development.txt @@ -8,8 +8,8 @@ twine # # Lint # -mypy>=1.19.1 -ruff>=0.15.11 +mypy>=2.1.0 +ruff>=0.15.20 # # Unit tests @@ -21,10 +21,10 @@ coverage # Integration tests # lit -filecheck==0.0.24 +filecheck<1.0 # # Fuzz tests # -faker>=37.12.0 -lxml>=6.1.0 +faker>=40.23.0 +lxml>=6.1.1