From 5476b31ee6fcf7d42b11ff5205c7fa444d2a7e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:07:12 +0000 Subject: [PATCH] Bump the pip group with 6 updates Bumps the pip group with 6 updates: | Package | From | To | | --- | --- | --- | | [faker](https://github.com/joke2k/faker) | `37.8.0` | `37.12.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.140.2` | `6.142.5` | | [polyfactory](https://github.com/litestar-org/polyfactory) | `2.22.2` | `2.22.3` | | [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `16.0.1` | `16.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.13.2` | `0.14.3` | | [uvloop](https://github.com/MagicStack/uvloop) | `0.21.0` | `0.22.1` | Updates `faker` from 37.8.0 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 `hypothesis` from 6.140.2 to 6.142.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.140.2...hypothesis-python-6.142.5) Updates `polyfactory` from 2.22.2 to 2.22.3 - [Release notes](https://github.com/litestar-org/polyfactory/releases) - [Changelog](https://github.com/litestar-org/polyfactory/blob/main/docs/changelog.rst) - [Commits](https://github.com/litestar-org/polyfactory/compare/v2.22.2...v2.22.3) Updates `pytest-rerunfailures` from 16.0.1 to 16.1 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.0.1...16.1) Updates `ruff` from 0.13.2 to 0.14.3 - [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.13.2...0.14.3) Updates `uvloop` from 0.21.0 to 0.22.1 - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](https://github.com/MagicStack/uvloop/compare/v0.21.0...v0.22.1) --- updated-dependencies: - dependency-name: faker dependency-version: 37.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: hypothesis dependency-version: 6.142.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: polyfactory dependency-version: 2.22.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest-rerunfailures dependency-version: '16.1' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: uvloop dependency-version: 0.22.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7469a41..0efb7af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,16 +6,16 @@ version = "0" [dependency-groups] dev = [ "anyio==4.11.0", - "faker==37.8.0", - "hypothesis==6.140.2", + "faker==37.12.0", + "hypothesis==6.142.5", "mypy==1.18.2", - "polyfactory==2.22.2", + "polyfactory==2.22.3", "pytest==8.4.2", "pytest-cov==7.0.0", "pytest-timeout==2.4.0", - "pytest-rerunfailures==16.0.1", - "ruff==0.13.2", - "uvloop==0.21.0", + "pytest-rerunfailures==16.1", + "ruff==0.14.3", + "uvloop==0.22.1", ] [tool.uv]