Skip to content

Commit 4d14be8

Browse files
authored
Merge pull request #20309 from Homebrew/dependabot/all-f8dbd9efe6
Bump the "all" group with 3 updates across multiple ecosystems
2 parents 4d58e74 + bd24e11 commit 4d14be8

File tree

96 files changed

+232
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+232
-95
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
path: results.sarif
9494

9595
- name: Upload SARIF file
96-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
96+
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
9797
with:
9898
sarif_file: results.sarif
9999
category: zizmor

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
30+
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
3131
with:
3232
languages: ruby
3333
config: |
3434
paths-ignore:
3535
- Library/Homebrew/vendor
3636
3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
38+
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4

Library/Homebrew/Gemfile.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ GEM
3232
minitest (5.25.5)
3333
netrc (0.11.0)
3434
parallel (1.27.0)
35-
parallel_tests (5.3.0)
35+
parallel_tests (5.3.1)
3636
parallel
37-
parser (3.3.8.0)
37+
parser (3.3.9.0)
3838
ast (~> 2.4.1)
3939
racc
4040
patchelf (1.5.1)
@@ -90,7 +90,7 @@ GEM
9090
rubocop-ast (>= 1.45.1, < 2.0)
9191
ruby-progressbar (~> 1.7)
9292
unicode-display_width (>= 2.4.0, < 4.0)
93-
rubocop-ast (1.45.1)
93+
rubocop-ast (1.46.0)
9494
parser (>= 3.3.7.2)
9595
prism (~> 1.4)
9696
rubocop-md (2.0.1)
@@ -124,16 +124,16 @@ GEM
124124
simplecov-html (0.13.2)
125125
simplecov_json_formatter (0.1.4)
126126
simpleidn (0.2.3)
127-
sorbet (0.5.12230)
128-
sorbet-static (= 0.5.12230)
129-
sorbet-runtime (0.5.12230)
130-
sorbet-static (0.5.12230-aarch64-linux)
131-
sorbet-static (0.5.12230-universal-darwin)
132-
sorbet-static (0.5.12230-x86_64-linux)
133-
sorbet-static-and-runtime (0.5.12230)
134-
sorbet (= 0.5.12230)
135-
sorbet-runtime (= 0.5.12230)
136-
spoom (1.7.4)
127+
sorbet (0.5.12357)
128+
sorbet-static (= 0.5.12357)
129+
sorbet-runtime (0.5.12357)
130+
sorbet-static (0.5.12357-aarch64-linux)
131+
sorbet-static (0.5.12357-universal-darwin)
132+
sorbet-static (0.5.12357-x86_64-linux)
133+
sorbet-static-and-runtime (0.5.12357)
134+
sorbet (= 0.5.12357)
135+
sorbet-runtime (= 0.5.12357)
136+
spoom (1.7.5)
137137
erubi (>= 1.10.0)
138138
prism (>= 0.28.0)
139139
rbi (>= 0.3.3)
@@ -167,7 +167,8 @@ GEM
167167
PLATFORMS
168168
aarch64-linux
169169
arm-linux
170-
universal-darwin
170+
arm64-darwin
171+
x86_64-darwin
171172
x86_64-linux
172173

173174
DEPENDENCIES
@@ -219,4 +220,4 @@ RUBY VERSION
219220
ruby 3.4.5p51
220221

221222
BUNDLED WITH
222-
2.6.9
223+
2.6.8

Library/Homebrew/formula-analytics/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --allow-unsafe --generate-hashes --strip-extras requirements.in
66
#
7-
certifi==2025.7.9 \
8-
--hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \
9-
--hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39
7+
certifi==2025.7.14 \
8+
--hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \
9+
--hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995
1010
# via influxdb3-python
1111
influxdb3-python==0.14.0 \
1212
--hash=sha256:63318c1eb53e026d1d793ef00fef51510acd40dd80bd69b528bf05332757dc67 \
Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)