diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b6d4cb78c2..f30f9c6cff 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -52,7 +52,7 @@ jobs: run: vale docs/ - name: Install Ruby - uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # v1.246.0 + uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0 with: bundler-cache: true working-directory: docs diff --git a/.github/workflows/rubydoc.yml b/.github/workflows/rubydoc.yml index f95b7add7e..4c8047bf83 100644 --- a/.github/workflows/rubydoc.yml +++ b/.github/workflows/rubydoc.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false - name: Install Ruby - uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # v1.246.0 + uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0 with: bundler-cache: true working-directory: rubydoc diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 0fc972ee8a..0353cbc72b 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -17,7 +17,7 @@ GEM bindata (~> 2) erubi (1.13.1) hana (1.3.7) - json (2.12.2) + json (2.13.0) json_schemer (2.4.0) bigdecimal hana (~> 1.3) @@ -79,7 +79,7 @@ GEM rspec-support (3.13.4) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.77.0) + rubocop (1.78.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -106,11 +106,10 @@ GEM rubocop-sorbet (0.10.5) lint_roller rubocop (>= 1.75.2) - ruby-lsp (0.24.2) + ruby-lsp (0.25.0) language_server-protocol (~> 3.17.0) prism (>= 1.2, < 2.0) rbs (>= 3, < 5) - sorbet-runtime (>= 0.5.10782) ruby-macho (4.1.0) ruby-prof (1.7.2) base64 @@ -122,18 +121,18 @@ GEM simplecov-cobertura (2.1.0) rexml simplecov (~> 0.19) - simplecov-html (0.13.1) + simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) simpleidn (0.2.3) - sorbet (0.5.12222) - sorbet-static (= 0.5.12222) - sorbet-runtime (0.5.12222) - sorbet-static (0.5.12222-aarch64-linux) - sorbet-static (0.5.12222-universal-darwin) - sorbet-static (0.5.12222-x86_64-linux) - sorbet-static-and-runtime (0.5.12222) - sorbet (= 0.5.12222) - sorbet-runtime (= 0.5.12222) + sorbet (0.5.12230) + sorbet-static (= 0.5.12230) + sorbet-runtime (0.5.12230) + sorbet-static (0.5.12230-aarch64-linux) + sorbet-static (0.5.12230-universal-darwin) + sorbet-static (0.5.12230-x86_64-linux) + sorbet-static-and-runtime (0.5.12230) + sorbet (= 0.5.12230) + sorbet-runtime (= 0.5.12230) spoom (1.7.4) erubi (>= 1.10.0) prism (>= 0.28.0) @@ -143,7 +142,7 @@ GEM sorbet-static-and-runtime (>= 0.5.10187) thor (>= 0.19.2) stackprof (0.2.27) - tapioca (0.17.6) + tapioca (0.17.7) benchmark bundler (>= 2.2.25) netrc (>= 0.11.0) @@ -167,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 ae502f889f..9c5066077f 100644 --- a/Library/Homebrew/formula-analytics/requirements.txt +++ b/Library/Homebrew/formula-analytics/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile --allow-unsafe --generate-hashes --strip-extras requirements.in # -certifi==2025.6.15 \ - --hash=sha256:2e0c7ce7cb5d8f8634ca55d2ba7e6ec2689a2fd6537d8dec1296a477a4910057 \ - --hash=sha256:d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b +certifi==2025.7.9 \ + --hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ + --hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 # via influxdb3-python influxdb3-python==0.14.0 \ --hash=sha256:63318c1eb53e026d1d793ef00fef51510acd40dd80bd69b528bf05332757dc67 \