From 0c4571cb457c942a5e8907297be5658981e95327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 10:48:28 +0000 Subject: [PATCH] chore: bump the python-packages group with 4 updates Updates the requirements on [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [faker](https://github.com/joke2k/faker) and [lxml](https://github.com/lxml/lxml) to permit the latest version. Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.1) Updates `ruff` to 0.16.4 - [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.20...0.16.4) Updates `faker` to 40.37.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/v40.23.0...v40.37.0) Updates `lxml` to 6.1.2 - [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.1...lxml-6.1.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: python-packages - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development dependency-group: python-packages - dependency-name: faker dependency-version: 40.37.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: lxml dependency-version: 6.1.2 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.development.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.development.txt b/requirements.development.txt index 12fe8b8..01676ad 100644 --- a/requirements.development.txt +++ b/requirements.development.txt @@ -8,8 +8,8 @@ twine # # Lint # -mypy>=2.1.0 -ruff>=0.15.20 +mypy>=2.3.1 +ruff>=0.16.4 # # Unit tests @@ -26,5 +26,5 @@ filecheck<1.0 # # Fuzz tests # -faker>=40.23.0 -lxml>=6.1.1 +faker>=40.37.0 +lxml>=6.1.2