Skip to content

Commit 4777cef

Browse files
dependabot[bot]rumpelsepp
authored andcommitted
chore(deps): Bump the all-dependencies group with 10 updates
Bumps the all-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.9.6` | `4.10.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.13.3` | `2.13.4` | | [wcwidth](https://github.com/jquast/wcwidth) | `0.6.0` | `0.7.0` | | [mypy](https://github.com/python/mypy) | `1.20.2` | `2.1.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.15` | | [rust-just](https://github.com/gnpaone/rust-just) | `1.50.0` | `1.51.0` | | [ty](https://github.com/astral-sh/ty) | `0.0.33` | `0.0.40` | | [types-tabulate](https://github.com/python/typeshed) | `0.10.0.20260408` | `0.10.0.20260508` | | [types-boltons](https://github.com/python/typeshed) | `25.0.0.20260408` | `25.0.0.20260518` | Updates `platformdirs` from 4.9.6 to 4.10.0 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.9.6...4.10.0) Updates `pydantic` from 2.13.3 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.3...v2.13.4) Updates `wcwidth` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](jquast/wcwidth@0.6.0...0.7.0) Updates `mypy` from 1.20.2 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.2...v2.1.0) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) Updates `ruff` from 0.15.12 to 0.15.15 - [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.15.12...0.15.15) Updates `rust-just` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/gnpaone/rust-just/releases) - [Changelog](https://github.com/gnpaone/rust-just/blob/master/CHANGELOG.md) - [Commits](gnpaone/rust-just@1.50.0...1.51.0) Updates `ty` from 0.0.33 to 0.0.40 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.33...0.0.40) Updates `types-tabulate` from 0.10.0.20260408 to 0.10.0.20260508 - [Commits](https://github.com/python/typeshed/commits) Updates `types-boltons` from 25.0.0.20260408 to 25.0.0.20260518 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: wcwidth dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rust-just dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ty dependency-version: 0.0.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: types-tabulate dependency-version: 0.10.0.20260508 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: types-boltons dependency-version: 25.0.0.20260518 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 128f331 commit 4777cef

2 files changed

Lines changed: 317 additions & 275 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ dependencies = [
5353
# TODO: Change to dependency-groups once https://github.com/pypa/pip/issues/12963 is resolved
5454
[project.optional-dependencies]
5555
dev = [
56-
"mypy >=1.0,<2.0",
56+
"mypy>=1.0,<3.0",
5757
"pylsp-mypy >=0.6,<0.8",
5858
"pylsp-rope >=0.1,<0.2",
5959
"pytest>=7.1,<10.0",
60-
"pytest-asyncio>=0.20,<1.4",
60+
"pytest-asyncio>=0.20,<1.5",
6161
"pytest-cov>=4,<8",
6262
"python-lsp-server >=1.5,<2.0",
6363
"reuse>=4.0,<7.0",

0 commit comments

Comments
 (0)