We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb5c29e + f1afc98 commit 9d33a7dCopy full SHA for 9d33a7d
requirements/lint.txt
@@ -6,9 +6,9 @@
6
# Lint tools
7
# (We are not so interested in the specific versions of the tools: the versions
8
# 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
+ruff==0.13.0
+mypy==1.18.1
+zizmor==1.13.0
12
13
# Required for type stubs
14
freezegun==1.5.5
tuf/api/dsse.py
@@ -34,7 +34,7 @@
34
from tuf.api.serialization import DeserializationError, SerializationError
35
36
37
-class SimpleEnvelope(Generic[T], BaseSimpleEnvelope):
+class SimpleEnvelope(BaseSimpleEnvelope, Generic[T]):
38
"""Dead Simple Signing Envelope (DSSE) for TUF payloads.
39
40
* Sign with ``self.sign()`` (inherited).
0 commit comments