Skip to content

Commit e9a3a16

Browse files
Bump the python-dependencies group with 2 updates (#190)
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 8.3.2 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.2...8.3.3) Updates `ruff` from 0.6.4 to 0.6.5 - [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.6.4...0.6.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6710af commit e9a3a16

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,15 +7,15 @@ name = "tuf-conformance"
77
dependencies = [
88
"securesystemslib[crypto, pynacl]==1.1.0" ,
99
"tuf==5.0.0",
10-
"pytest==8.3.2"
10+
"pytest==8.3.3"
1111
]
1212
dynamic = ["version"]
1313
requires-python = ">= 3.10"
1414

1515
[project.optional-dependencies]
1616
lint = [
1717
"mypy==1.11.2",
18-
"ruff==0.6.4"
18+
"ruff==0.6.5"
1919
]
2020

2121
[tool.hatch.version]

0 commit comments

Comments
 (0)