From d928d248cb304f1ea5dc620376680fd6a17bb7dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 08:56:45 +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 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.910...v1.19.1) Updates `ruff` to 0.15.11 - [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.9.0...0.15.11) Updates `faker` to 37.12.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.8.0...v37.12.0) Updates `lxml` to 6.1.0 - [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-5.3.0...lxml-6.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development dependency-group: python-packages - dependency-name: faker dependency-version: 37.12.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: lxml dependency-version: 6.1.0 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 85a66f1..eaebd2b 100644 --- a/requirements.development.txt +++ b/requirements.development.txt @@ -8,8 +8,8 @@ twine # # Lint # -mypy>=0.910 -ruff>=0.9 +mypy>=1.19.1 +ruff>=0.15.11 # # Unit tests @@ -26,5 +26,5 @@ filecheck==0.0.24 # # Fuzz tests # -faker>=37.8.0 -lxml>=5.3.0 +faker>=37.12.0 +lxml>=6.1.0