Skip to content

Commit b10f670

Browse files
dependabot[bot]NoeFontana
authored andcommitted
build(deps-dev): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `pytest` from 9.0.3 to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.0) Updates `ruff` from 0.15.16 to 0.15.17 - [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.16...0.15.17) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec6b761 commit b10f670

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ dependencies = [
2626

2727
[dependency-groups]
2828
test = [
29-
"pytest>=9.0.3",
29+
"pytest>=9.1.0",
3030
"pytest-cov>=4.0.0",
3131
"pytest-xdist>=3.0.0",
32-
"ruff>=0.15.16",
32+
"ruff>=0.15.17",
3333
"pyright>=1.1.410",
3434
"pre-commit>=4.6.0",
3535
]
@@ -41,7 +41,7 @@ docs = [
4141
"mkdocs-git-revision-date-localized-plugin>=1.5.3",
4242
"mkdocs-macros-plugin>=1.0.0",
4343
"mkdocs-minify-plugin>=0.8.0",
44-
"ruff>=0.15.16",
44+
"ruff>=0.15.17",
4545
]
4646

4747
[project.urls]

uv.lock

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

0 commit comments

Comments
 (0)