From 835c5667f00a29ea8f767a6b0f3d2e5e0d5c8343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 08:54:46 +0000 Subject: [PATCH] chore: bump the python-packages group with 2 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [faker](https://github.com/joke2k/faker) to permit the latest version. Updates `ruff` to 0.16.7 - [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.6...0.16.7) Updates `faker` to 40.39.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.38.0...v40.39.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development dependency-group: python-packages - dependency-name: faker dependency-version: 40.39.0 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.development.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.development.txt b/requirements.development.txt index 6ed738b..7ec6b67 100644 --- a/requirements.development.txt +++ b/requirements.development.txt @@ -9,7 +9,7 @@ twine # Lint # mypy>=2.3.1 -ruff>=0.16.6 +ruff>=0.16.7 # # Unit tests @@ -26,5 +26,5 @@ filecheck<1.0 # # Fuzz tests # -faker>=40.38.0 +faker>=40.39.0 lxml>=6.1.3