diff --git a/.github/workflows/pkg-installer.yml b/.github/workflows/pkg-installer.yml index ab33fd8901..7733439b15 100644 --- a/.github/workflows/pkg-installer.yml +++ b/.github/workflows/pkg-installer.yml @@ -135,7 +135,7 @@ jobs: fi - name: Generate build provenance - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 + uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 with: subject-path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index cc4072d1b2..9d71aa03c8 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -57,7 +57,7 @@ GEM redcarpet (3.6.1) regexp_parser (2.11.2) require-hooks (0.2.2) - rexml (3.4.1) + rexml (3.4.2) rspec (3.13.1) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -79,7 +79,7 @@ GEM rspec-support (3.13.5) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.80.0) + rubocop (1.80.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -118,21 +118,21 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (3.0.0) + simplecov-cobertura (3.1.0) rexml simplecov (~> 0.19) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) simpleidn (0.2.3) - sorbet (0.5.12434) - sorbet-static (= 0.5.12434) - sorbet-runtime (0.5.12434) - sorbet-static (0.5.12434-aarch64-linux) - sorbet-static (0.5.12434-universal-darwin) - sorbet-static (0.5.12434-x86_64-linux) - sorbet-static-and-runtime (0.5.12434) - sorbet (= 0.5.12434) - sorbet-runtime (= 0.5.12434) + sorbet (0.6.12466) + sorbet-static (= 0.6.12466) + sorbet-runtime (0.6.12466) + sorbet-static (0.6.12466-aarch64-linux) + sorbet-static (0.6.12466-universal-darwin) + sorbet-static (0.6.12466-x86_64-linux) + sorbet-static-and-runtime (0.6.12466) + sorbet (= 0.6.12466) + sorbet-runtime (= 0.6.12466) spoom (1.7.6) erubi (>= 1.10.0) prism (>= 0.28.0) @@ -166,7 +166,6 @@ GEM PLATFORMS aarch64-linux - arm-linux arm64-darwin x86_64-darwin x86_64-linux diff --git a/Library/Homebrew/formula-analytics/requirements.txt b/Library/Homebrew/formula-analytics/requirements.txt index 39200a1317..ba76fd0934 100644 --- a/Library/Homebrew/formula-analytics/requirements.txt +++ b/Library/Homebrew/formula-analytics/requirements.txt @@ -69,9 +69,9 @@ six==1.17.0 \ --hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \ --hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81 # via python-dateutil -typing-extensions==4.14.1 \ - --hash=sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36 \ - --hash=sha256:d1e1e3b58374dc93031d6eda2420a48ea44a36c2b4766a4fdeb3710755731d76 +typing-extensions==4.15.0 \ + --hash=sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466 \ + --hash=sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548 # via reactivex urllib3==2.5.0 \ --hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \