From 9eef114f18a543b811e436246c919b73da2aa6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 08:54:10 +0000 Subject: [PATCH] chore: bump the python-packages group with 3 updates Updates the requirements on [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 `ruff` to 0.16.6 - [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.16.5...0.16.6) Updates `faker` to 40.38.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.37.0...v40.38.0) Updates `lxml` to 6.1.3 - [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.2...lxml-6.1.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:development dependency-group: python-packages - dependency-name: faker dependency-version: 40.38.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: lxml dependency-version: 6.1.3 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.development.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.development.txt b/requirements.development.txt index eb1fbb0..6ed738b 100644 --- a/requirements.development.txt +++ b/requirements.development.txt @@ -9,7 +9,7 @@ twine # Lint # mypy>=2.3.1 -ruff>=0.16.5 +ruff>=0.16.6 # # Unit tests @@ -26,5 +26,5 @@ filecheck<1.0 # # Fuzz tests # -faker>=40.37.0 -lxml>=6.1.2 +faker>=40.38.0 +lxml>=6.1.3