Skip to content

Commit eff18ee

Browse files
build(deps-dev): bump the pip-minor group with 2 updates (#138)
Bumps the pip-minor 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: pip-minor - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4242b4d commit eff18ee

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ pyyaml = "^6.0"
3232
pydantic = "^2.13"
3333

3434
[tool.poetry.group.dev.dependencies]
35-
pytest = "^9.0.3"
36-
ruff = "^0.15.16"
35+
pytest = "^9.1.0"
36+
ruff = "^0.15.17"
3737
types-pyyaml = "^6.0.12.20260510"
3838

3939
[tool.ruff]

0 commit comments

Comments
 (0)