Skip to content

Commit 9d33a7d

Browse files
authored
Merge pull request #2865 from theupdateframework/dependabot/pip/test-and-lint-dependencies-2012793cec
build(deps): bump the test-and-lint-dependencies group with 3 updates
2 parents fb5c29e + f1afc98 commit 9d33a7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
# Lint tools
77
# (We are not so interested in the specific versions of the tools: the versions
88
# are pinned to prevent unexpected linting failures when tools update)
9-
ruff==0.12.12
10-
mypy==1.17.1
11-
zizmor==1.12.1
9+
ruff==0.13.0
10+
mypy==1.18.1
11+
zizmor==1.13.0
1212

1313
# Required for type stubs
1414
freezegun==1.5.5

tuf/api/dsse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from tuf.api.serialization import DeserializationError, SerializationError
3535

3636

37-
class SimpleEnvelope(Generic[T], BaseSimpleEnvelope):
37+
class SimpleEnvelope(BaseSimpleEnvelope, Generic[T]):
3838
"""Dead Simple Signing Envelope (DSSE) for TUF payloads.
3939
4040
* Sign with ``self.sign()`` (inherited).

0 commit comments

Comments
 (0)