From fab0cc5cc4d0372c0e257b0d37c6c4082a073a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:53:42 +0000 Subject: [PATCH] Bump the pip group with 6 updates Bumps the pip group with 6 updates: | Package | From | To | | --- | --- | --- | | [anyio](https://github.com/agronholm/anyio) | `4.14.1` | `4.14.2` | | [faker](https://github.com/joke2k/faker) | `40.27.0` | `40.36.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.155.7` | `6.163.0` | | [mypy](https://github.com/python/mypy) | `2.1.0` | `2.3.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.20` | `0.16.0` | | [websockets](https://github.com/python-websockets/websockets) | `16.0` | `16.1.1` | Updates `anyio` from 4.14.1 to 4.14.2 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.14.1...4.14.2) Updates `faker` from 40.27.0 to 40.36.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.27.0...v40.36.0) Updates `hypothesis` from 6.155.7 to 6.163.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.7...v6.163.0) Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `ruff` from 0.15.20 to 0.16.0 - [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.15.20...0.16.0) Updates `websockets` from 16.0 to 16.1.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/16.0...16.1.1) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: faker dependency-version: 40.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: hypothesis dependency-version: 6.163.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: websockets dependency-version: 16.1.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 b96ca07..d87c905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,19 +5,19 @@ version = "0" [dependency-groups] dev = [ - "anyio==4.14.1", - "faker==40.27.0", - "hypothesis==6.155.7", - "mypy==2.1.0", + "anyio==4.14.2", + "faker==40.36.0", + "hypothesis==6.163.0", + "mypy==2.3.0", "polyfactory==3.3.0", "pytest==9.1.1", "pytest-cov==7.1.0", "pytest-timeout==2.4.0", - "ruff==0.15.20", + "ruff==0.16.0", "uvloop==0.22.1", ] ws = [ - "websockets==16.0", + "websockets==16.1.1", ] [tool.uv]