Skip to content

Commit 9ad5674

Browse files
Bump the python-dependencies group across 1 directory with 5 updates (#725)
* Bump the python-dependencies group across 1 directory with 5 updates Bumps the python-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.0` | `4.5.1` | | [coverage[toml]](https://github.com/coveragepy/coveragepy) | `7.13.0` | `7.13.1` | | [pytest-run-parallel](https://github.com/Quansight-Labs/pytest-run-parallel) | `0.8.0` | `0.8.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.9` | `0.14.10` | | [types-setuptools](https://github.com/typeshed-internal/stub_uploader) | `80.9.0.20250822` | `80.9.0.20251223` | Updates `pre-commit` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.5.0...v4.5.1) Updates `coverage[toml]` from 7.13.0 to 7.13.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.13.0...7.13.1) Updates `pytest-run-parallel` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/Quansight-Labs/pytest-run-parallel/releases) - [Changelog](https://github.com/Quansight-Labs/pytest-run-parallel/blob/main/RELEASE.md) - [Commits](Quansight-Labs/pytest-run-parallel@v0.8.0...v0.8.1) Updates `ruff` from 0.14.9 to 0.14.10 - [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.14.9...0.14.10) Updates `types-setuptools` from 80.9.0.20250822 to 80.9.0.20251223 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: coverage[toml] dependency-version: 7.13.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest-run-parallel dependency-version: 0.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: types-setuptools dependency-version: 80.9.0.20251223 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * make uv-lock --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nycholas de Oliveira e Oliveira <nycholas@gmail.com>
1 parent 88ff902 commit 9ad5674

File tree

9 files changed

+1093
-1093
lines changed

9 files changed

+1093
-1093
lines changed

examples/javascript/uv.lock

Lines changed: 130 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/minimal-async/uv.lock

Lines changed: 130 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/minimal/uv.lock

Lines changed: 130 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/modular/uv.lock

Lines changed: 130 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/multiplesite/uv.lock

Lines changed: 130 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/openrpc/uv.lock

Lines changed: 130 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rpcdescribe/uv.lock

Lines changed: 130 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tests = [
6565
"pytest-env==1.2.0", # https://github.com/MobileDynasty/pytest-env
6666
"pytest-clarity==1.0.1", # https://github.com/darrenburns/pytest-clarity
6767
"typeguard==4.4.4", # https://github.com/agronholm/typeguard
68-
"coverage[toml]==7.13.0", # https://github.com/nedbat/coveragepy
68+
"coverage[toml]==7.13.1", # https://github.com/nedbat/coveragepy
6969
"requests==2.32.5", # https://github.com/psf/requests
7070
]
7171
ci-tests = [
@@ -77,19 +77,19 @@ ci-tests = [
7777
]
7878
parallel-tests = [
7979
{include-group = "ci-tests"},
80-
"pytest-run-parallel==0.8.0", # https://github.com/Quansight-Labs/pytest-run-parallel
80+
"pytest-run-parallel==0.8.1", # https://github.com/Quansight-Labs/pytest-run-parallel
8181
]
8282
integration-tests = [
8383
{include-group = "ci-tests"},
8484
"pytest-playwright==0.7.2", # https://github.com/microsoft/playwright-python
8585
"playwright==1.57.0", # https://github.com/microsoft/playwright-python
8686
]
8787
style = [
88-
"ruff==0.14.9", # https://github.com/astral-sh/ruff
88+
"ruff==0.14.10", # https://github.com/astral-sh/ruff
8989
]
9090
typing = [
9191
"mypy==1.18.2;python_version>='3.11'", # https://github.com/python/mypy
92-
"types_setuptools==80.9.0.20250822", # https://github.com/python/typeshed
92+
"types_setuptools==80.9.0.20251223", # https://github.com/python/typeshed
9393
"typeguard==4.4.4", # https://github.com/agronholm/typeguard
9494
"pyright==1.1.407;python_version>='3.11'", # https://github.com/microsoft/pyright
9595
]

uv.lock

Lines changed: 179 additions & 179 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)