From bc20c49af40ea0c3452edb3a26dc7b7d9a1ab8d7 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 5 updates Updates the requirements on [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [filecheck](https://github.com/AntonLydike/filecheck), [faker](https://github.com/joke2k/faker) and [lxml](https://github.com/lxml/lxml) to permit the latest version. Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v2.1.0) Updates `ruff` to 0.15.20 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.11...0.15.20) Updates `filecheck` from 0.0.24 to 1.0.3 - [Release notes](https://github.com/AntonLydike/filecheck/releases) - [Commits](https://github.com/AntonLydike/filecheck/commits/v1.0.3) Updates `faker` to 40.23.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v37.12.0...v40.23.0) Updates `lxml` to 6.1.1 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-6.1.0...lxml-6.1.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development dependency-group: python-packages - dependency-name: filecheck dependency-version: 1.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: faker dependency-version: 40.23.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: lxml dependency-version: 6.1.1 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.development.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.development.txt b/requirements.development.txt index eaebd2b..28da076 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.3 # # Fuzz tests # -faker>=37.12.0 -lxml>=6.1.0 +faker>=40.23.0 +lxml>=6.1.1