Skip to content

Commit d928d24

Browse files
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](python/mypy@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](astral-sh/ruff@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](joke2k/faker@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](lxml/lxml@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] <support@github.com>
1 parent 939003e commit d928d24

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.development.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ twine
88
#
99
# Lint
1010
#
11-
mypy>=0.910
12-
ruff>=0.9
11+
mypy>=1.19.1
12+
ruff>=0.15.11
1313

1414
#
1515
# Unit tests
@@ -26,5 +26,5 @@ filecheck==0.0.24
2626
#
2727
# Fuzz tests
2828
#
29-
faker>=37.8.0
30-
lxml>=5.3.0
29+
faker>=37.12.0
30+
lxml>=6.1.0

0 commit comments

Comments
 (0)