Skip to content

Commit e73bc17

Browse files
Bump the pip group with 6 updates
Bumps the pip group with 6 updates: | Package | From | To | | --- | --- | --- | | [anyio](https://github.com/agronholm/anyio) | `4.10.0` | `4.11.0` | | [faker](https://github.com/joke2k/faker) | `37.6.0` | `37.8.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.138.15` | `6.140.2` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.2` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.3.0` | `7.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.12` | `0.13.2` | Updates `anyio` from 4.10.0 to 4.11.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.10.0...4.11.0) Updates `faker` from 37.6.0 to 37.8.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.6.0...v37.8.0) Updates `hypothesis` from 6.138.15 to 6.140.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.138.15...hypothesis-python-6.140.2) Updates `mypy` from 1.17.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.2) Updates `pytest-cov` from 6.3.0 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.3.0...v7.0.0) Updates `ruff` from 0.12.12 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](astral-sh/ruff@0.12.12...0.13.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: faker dependency-version: 37.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: hypothesis dependency-version: 6.140.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03be591 commit e73bc17

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ version = "0"
55

66
[dependency-groups]
77
dev = [
8-
"anyio==4.10.0",
9-
"faker==37.6.0",
10-
"hypothesis==6.138.15",
11-
"mypy==1.17.1",
8+
"anyio==4.11.0",
9+
"faker==37.8.0",
10+
"hypothesis==6.140.2",
11+
"mypy==1.18.2",
1212
"polyfactory==2.22.2",
1313
"pytest==8.4.2",
14-
"pytest-cov==6.3.0",
14+
"pytest-cov==7.0.0",
1515
"pytest-rerunfailures==16.0.1",
16-
"ruff==0.12.12",
16+
"ruff==0.13.2",
1717
"uvloop==0.21.0",
1818
]
1919

0 commit comments

Comments
 (0)