Skip to content

Commit da0020e

Browse files
chore(deps): bump the python-dependencies group across 1 directory with 4 updates
Bumps the python-dependencies group with 4 updates in the / directory: [typer](https://github.com/fastapi/typer), [coverage](https://github.com/coveragepy/coveragepy), [uv](https://github.com/astral-sh/uv) and [ruff](https://github.com/astral-sh/ruff). Updates `typer` from 0.27.1 to 0.27.2 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.27.1...0.27.2) Updates `coverage` from 7.15.4 to 7.16.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.4...7.16.0) Updates `uv` from 0.12.6 to 0.12.7 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.12.6...0.12.7) Updates `ruff` from 0.16.4 to 0.16.5 - [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.16.4...0.16.5) --- updated-dependencies: - dependency-name: typer dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: uv dependency-version: 0.12.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c29a0d commit da0020e

2 files changed

Lines changed: 152 additions & 152 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ homepage = "https://github.com/zarr-developers/zarr-python"
107107
# pins deliberately, e.g. via dependabot or `uv lock --upgrade`.
108108
[dependency-groups]
109109
test = [
110-
"coverage==7.15.4",
110+
"coverage==7.16.0",
111111
"pytest==9.1.1",
112112
"pytest-asyncio==1.4.0",
113113
"pytest-cov==7.1.0",
@@ -119,7 +119,7 @@ test = [
119119
"pytest-benchmark==5.3.0",
120120
"pytest-codspeed==5.0.3",
121121
"tomlkit==0.15.1",
122-
"uv==0.12.6",
122+
"uv==0.12.7",
123123
]
124124
remote-tests = [
125125
{include-group = "test"},
@@ -143,7 +143,7 @@ docs = [
143143
"mkdocs-redirects==1.2.3",
144144
"markdown-exec[ansi]==1.12.3",
145145
"griffe-inherited-docstrings==1.1.3",
146-
"ruff==0.16.4",
146+
"ruff==0.16.5",
147147
# Changelog generation
148148
{include-group = "release"},
149149
# Optional dependencies to run examples

0 commit comments

Comments
 (0)