diff --git a/actions/maven/publish/slsa-hashing-plugin/pom.xml b/actions/maven/publish/slsa-hashing-plugin/pom.xml index fc334ec212..969c8d19b7 100644 --- a/actions/maven/publish/slsa-hashing-plugin/pom.xml +++ b/actions/maven/publish/slsa-hashing-plugin/pom.xml @@ -25,7 +25,7 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.6.0 + 3.10.2 provided diff --git a/requirements.txt b/requirements.txt index 6bba18796d..42ae3fcccc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # Hashes retrieved using instructions here: # https://pip.pypa.io/en/stable/cli/pip_hash/#example -yamllint==1.32.0 \ - --hash=sha256:d01dde008c65de5b235188ab3110bebc59d18e5c65fc8a58267cd211cd9df34a \ - --hash=sha256:d97a66e48da820829d96077d76b8dfbe6c6140f106e558dae87e81ac4e6b30b7 +yamllint==1.33.0 \ + --hash=sha256:28a19f5d68d28d8fec538a1db21bb2d84c7dc2e2ea36266da8d4d1c5a683814d \ + --hash=sha256:2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d # NOTE: pathspec is included because it is not pinned using '==' by yamllint. So # we need to include the exact version and hash here. pathspec==0.11.1 \