From 120421d18c80b51ff7aabddffd684ea5b295f1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:17:11 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 4 updates Updates the requirements on [pyspark](https://github.com/apache/spark), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `pyspark` to 4.0.1 - [Commits](https://github.com/apache/spark/compare/v3.5.6...v4.0.1) Updates `ruff` to 0.13.2 - [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.12.7...0.13.2) Updates `mypy` to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.18.2) Updates `pre-commit` to 4.3.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: pyspark dependency-version: 4.0.1 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1489d89..6022b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,17 +6,17 @@ authors = [{ name = "Guido Kosloff Gancedo", email = "guidokosloff@gmail.com" }] readme = "README.md" requires-python = ">=3.13,<3.14" dependencies = [ - "pyspark~=3.5.6", + "pyspark~=4.0.1", ] [dependency-groups] dev = [ - "ruff~=0.12.7", - "mypy~=1.17.1", + "ruff~=0.13.2", + "mypy~=1.18.2", "confluent-kafka[avro, schemaregistry]~=2.11.0", "requests~=2.32.4", "fastavro~=1.12.0", - "pre-commit~=4.2.0", + "pre-commit~=4.3.0", ] [build-system]