Skip to content

Commit 76fc454

Browse files
Bump the python-dependencies group with 2 updates (#337)
Bumps the python-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.1 to 9.0.2 - [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.1...9.0.2) Updates `ruff` from 0.14.7 to 0.14.8 - [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.7...0.14.8) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.14.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2996ae commit 76fc454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "tuf-conformance"
77
dependencies = [
88
"securesystemslib[crypto]==1.3.1",
99
"tuf==6.0.0",
10-
"pytest==9.0.1",
10+
"pytest==9.0.2",
1111
"pytest-json-report==1.5.0"
1212
]
1313
dynamic = ["version"]
@@ -16,7 +16,7 @@ requires-python = ">= 3.10"
1616
[project.optional-dependencies]
1717
lint = [
1818
"mypy==1.19.0",
19-
"ruff==0.14.7"
19+
"ruff==0.14.8"
2020
]
2121

2222
[tool.hatch.version]

0 commit comments

Comments
 (0)