Skip to content

Commit 4c869b0

Browse files
chore(deps-dev): bump the python-dependencies group with 5 updates
Bumps the python-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [fsspec](https://github.com/fsspec/filesystem_spec) | `2026.6.0` | `2026.7.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.160.0` | `6.163.0` | | [uv](https://github.com/astral-sh/uv) | `0.11.31` | `0.12.0` | | [s3fs](https://github.com/fsspec/s3fs) | `2026.6.0` | `2026.7.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.22` | `0.16.0` | Updates `fsspec` from 2026.6.0 to 2026.7.0 - [Commits](fsspec/filesystem_spec@2026.6.0...2026.7.0) Updates `hypothesis` from 6.160.0 to 6.163.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.160.0...v6.163.0) Updates `uv` from 0.11.31 to 0.12.0 - [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.11.31...0.12.0) Updates `s3fs` from 2026.6.0 to 2026.7.0 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/fsspec/s3fs/commits/2026.7.0) Updates `ruff` from 0.15.22 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](astral-sh/ruff@0.15.22...0.16.0) --- updated-dependencies: - dependency-name: fsspec dependency-version: 2026.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: hypothesis dependency-version: 6.163.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: uv dependency-version: 0.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: s3fs dependency-version: 2026.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e13cf5 commit 4c869b0

2 files changed

Lines changed: 105 additions & 101 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ test = [
100100
"pytest-cov==7.1.0",
101101
"pytest-accept==0.3.0",
102102
"numpydoc==1.10.0",
103-
"hypothesis==6.160.0",
103+
"hypothesis==6.163.0",
104104
"pytest-xdist==3.8.0",
105105
"pytest-benchmark==5.2.3",
106106
"pytest-codspeed==5.0.3",
107107
"tomlkit==0.15.1",
108-
"uv==0.11.31",
108+
"uv==0.12.0",
109109
]
110110
remote-tests = [
111111
{include-group = "test"},
@@ -129,7 +129,7 @@ docs = [
129129
"mkdocs-redirects==1.2.3",
130130
"markdown-exec[ansi]==1.12.3",
131131
"griffe-inherited-docstrings==1.1.3",
132-
"ruff==0.15.22",
132+
"ruff==0.16.0",
133133
# Changelog generation
134134
{include-group = "release"},
135135
# Optional dependencies to run examples

0 commit comments

Comments
 (0)