dependabot[bot] opened a new pull request, #2863:
URL: https://github.com/apache/shiro/pull/2863

   Bumps the pre-commit-hooks group with 3 updates: 
[https://github.com/oxipng/oxipng](https://github.com/oxipng/oxipng), 
[https://github.com/python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema)
 and 
[https://github.com/editorconfig-checker/editorconfig-checker.python](https://github.com/editorconfig-checker/editorconfig-checker.python).
   
   Updates `https://github.com/oxipng/oxipng` from v10.1.1 to 10.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/oxipng/oxipng/releases";>https://github.com/oxipng/oxipng's
 releases</a>.</em></p>
   <blockquote>
   <h2>v10.2.0</h2>
   <ul>
   <li>[Performance] Improve performance of filtering and reductions.</li>
   <li>[Improvement] Balance changes to level presets for better/faster 
results.</li>
   <li>[Improvement] Improve optimization of indexed images.</li>
   <li>[Improvement] Slightly improve optimization of interlaced images.</li>
   <li>[Improvement] Make <code>--keep</code> more robust, no longer stripping 
certain chunks regardless.</li>
   <li>[Misc] Show oxipng version in verbose output.</li>
   <li>[Misc] Bump minimum Rust version to 1.88.0.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/oxipng/oxipng/blob/master/CHANGELOG.md";>https://github.com/oxipng/oxipng's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 10.2.0</h2>
   <ul>
   <li>[Performance] Improve performance of filtering and reductions.</li>
   <li>[Improvement] Balance changes to level presets for better/faster 
results.</li>
   <li>[Improvement] Improve optimization of indexed images.</li>
   <li>[Improvement] Slightly improve optimization of interlaced images.</li>
   <li>[Improvement] Make <code>--keep</code> more robust, no longer stripping 
certain chunks regardless.</li>
   <li>[Misc] Show oxipng version in verbose output.</li>
   <li>[Misc] Bump minimum Rust version to 1.88.0.</li>
   </ul>
   <h2>Version 10.1.1</h2>
   <ul>
   <li>[Performance] Improve Bigrams performance, giving notably faster results 
at lower levels.</li>
   <li>[Improvement] Change <code>--np</code> flag to also prevent conversion 
to indexed from other color types.</li>
   <li>[Improvement] Improve support for recompressing ICC profiles with high 
compression ratios.</li>
   <li>[Misc] Add warning when <code>--ziwi</code> exceeds 
<code>--zi</code>.</li>
   <li>[Build] Further reduce size of binaries.</li>
   </ul>
   <h2>Version 10.1.0</h2>
   <ul>
   <li>[Feature] Add <code>--json</code> option for machine-readable 
output.</li>
   <li>[Improvement] New default output with file counter and summary. (Use an 
extra <code>-v</code> flag to get the same output as before.)</li>
   <li>[Bugfix] Fix fast mode sometimes giving suboptimal results for small, 
indexed images.</li>
   </ul>
   <h2>Version 10.0.0</h2>
   <ul>
   <li>[Breaking] CLI: Change short zopfli flag from <code>-Z</code> to 
<code>-z</code>.</li>
   <li>[Breaking] CLI: Change <code>--pretend</code>/<code>-P</code> to 
<code>--dry-run</code>/<code>-d</code>.</li>
   <li>[Breaking] CLI: Change <code>--interlace</code> options from 
<code>1</code>/<code>0</code> to <code>on</code>/<code>off</code>.</li>
   <li>[Breaking] API: Change <code>Options.interlace: 
Option&lt;Interlacing&gt;</code> to <code>Options.interlace: 
Option&lt;bool&gt;</code>.</li>
   <li>[Breaking] API: Change <code>Options.filter: 
IndexSet&lt;RowFilter&gt;</code> to <code>Options.filters: 
IndexSet&lt;FilterStrategy&gt;</code>.</li>
   <li>[Breaking] API: Change <code>Options.deflate: Deflaters</code> to 
<code>Options.deflater: Deflater</code>.</li>
   <li>[Breaking] API: Change <code>Deflaters::Zopfli { .. }</code> to 
<code>Deflater::Zopfli(ZopfliOptions { .. })</code>.</li>
   <li>[Breaking] API: Change <code>optimize()</code> to return <code>(usize, 
usize)</code>, with original and optimized sizes.</li>
   <li>[Feature] Allow zopfli iterations higher than 255.</li>
   <li>[Feature] Add <code>--ziwi</code> option for zopfli iterations without 
improvement.</li>
   <li>[Feature] Add <code>--max-raw-size</code> option to skip images that are 
too large.</li>
   <li>[Feature] Add <code>--brute-level</code> and <code>--brute-lines</code> 
options for advanced control of Brute filter.</li>
   <li>[Improvement] Reduce memory usage for <code>fast</code> mode.</li>
   <li>[Improvement] Slightly improve compression with Brute filter at levels 5 
and 6.</li>
   <li>[Misc] Change <code>--preserve</code> option to no longer preserve last 
access time.</li>
   <li>[Misc] Make help output colored.</li>
   </ul>
   <h2>Version 9.1.5</h2>
   <ul>
   <li>[Feature] Add <code>--sequential</code> option to process files 
sequentially rather than in parallel.</li>
   <li>[Performance] Update to latest Zopfli with greatly improved 
performance.</li>
   <li>[Improvement] Reduce memory usage.</li>
   <li>[Bugfix] Correct handling of grayscale conversion when ICC profile is 
present.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oxipng/oxipng/commit/340cd9878d8d8289f09fa101b48a8f5f0b7783f4";><code>340cd98</code></a>
 v10.2 (<a 
href="https://redirect.github.com/oxipng/oxipng/issues/843";>#843</a>)</li>
   <li><a 
href="https://github.com/oxipng/oxipng/commit/671410c8dc2c10b8d90aaf122ba03c679314ad9c";><code>671410c</code></a>
 chore(deps): bump taiki-e/install-action from 2 to 2.85.5 (<a 
href="https://redirect.github.com/oxipng/oxipng/issues/844";>#844</a>)</li>
   <li><a 
href="https://github.com/oxipng/oxipng/commit/bc8d0783a326e94157d835dd598f3a43d2d29184";><code>bc8d078</code></a>
 chore(deps): bump github/codeql-action from 4 to 4.37.4 (<a 
href="https://redirect.github.com/oxipng/oxipng/issues/846";>#846</a>)</li>
   <li><a 
href="https://github.com/oxipng/oxipng/commit/71601d76c9829d85c3f09bae7bc0d127c64efbce";><code>71601d7</code></a>
 chore(deps): bump image from 0.25.9 to 0.25.10 in the rust-dependencies 
group...</li>
   <li><a 
href="https://github.com/oxipng/oxipng/commit/195f18bbe681cda6fc9873bf0841cb6cc9714eb3";><code>195f18b</code></a>
 Rebalance (<a 
href="https://redirect.github.com/oxipng/oxipng/issues/842";>#842</a>)</li>
   <li><a 
href="https://github.com/oxipng/oxipng/commit/b0af897db33a3fd624b028b7817fc2e03517a33a";><code>b0af897</code></a>
 More transformation performance improvements (<a 
href="https://redirect.github.com/oxipng/oxipng/issues/840";>#840</a>)</li>
   <li><a 
href="https://github.com/oxipng/oxipng/commit/d34b3cb10f0490f83340288042db44e86fda895f";><code>d34b3cb</code></a>
 chore(deps): bump the rust-dependencies group across 1 directory with 3 
updat...</li>
   <li><a 
href="https://github.com/oxipng/oxipng/commit/0b3dcb85d4a5a83598fb9e8b3e3d9f55fd754f41";><code>0b3dcb8</code></a>
 Make <code>keep</code> more robust (<a 
href="https://redirect.github.com/oxipng/oxipng/issues/837";>#837</a>)</li>
   <li><a 
href="https://github.com/oxipng/oxipng/commit/27c8355635be9725cfa7c0db507e17985ab0c4fd";><code>27c8355</code></a>
 Refactor sorting for improved performance (<a 
href="https://redirect.github.com/oxipng/oxipng/issues/831";>#831</a>)</li>
   <li><a 
href="https://github.com/oxipng/oxipng/commit/f0f5bc1d59d36fa3054fd582d90242cd66bae948";><code>f0f5bc1</code></a>
 chore(deps): bump the rust-dependencies group across 1 directory with 2 
updat...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/oxipng/oxipng/compare/628e241e23f368097883807fa6e985ccf7c00357...340cd9878d8d8289f09fa101b48a8f5f0b7783f4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `https://github.com/python-jsonschema/check-jsonschema` from 0.37.4 
to 0.38.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/python-jsonschema/check-jsonschema/releases";>https://github.com/python-jsonschema/check-jsonschema's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.38.0</h2>
   <ul>
   <li>Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, 
codecov, compose-spec, dependabot, gitlab-ci, mergify, readthedocs, renovate, 
taskfile, woodpecker-ci (2026-08-08)</li>
   <li>Add a dedicated <code>check-github-workflows-require-timeout</code> 
pre-commit hook for requiring <code>timeout-minutes</code> on all GitHub 
Workflow jobs. (:issue:<code>639</code>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/python-jsonschema/check-jsonschema/blob/main/CHANGELOG.rst";>https://github.com/python-jsonschema/check-jsonschema's
 changelog</a>.</em></p>
   <blockquote>
   <p>.. Unlike other docs, the changelog is incorporated into a sphinx doc 
site in
   .. which we want to use sphinx-issues to generate links.
   .. As a result, it's maintained as ReST doc, not markdown.</p>
   <h1>CHANGELOG</h1>
   <h2>Unreleased</h2>
   <p>.. vendor-insert-here</p>
   <ul>
   <li>Update vendored schemas: bitbucket-pipelines, mergify, renovate 
(2026-08-16)</li>
   </ul>
   <h2>0.38.0</h2>
   <ul>
   <li>Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, 
codecov,
   compose-spec, dependabot, gitlab-ci, mergify, readthedocs, renovate, 
taskfile,
   woodpecker-ci (2026-08-08)</li>
   <li>Add a dedicated <code>check-github-workflows-require-timeout</code> 
pre-commit hook for
   requiring <code>timeout-minutes</code> on all GitHub Workflow jobs. 
(:issue:<code>639</code>)</li>
   </ul>
   <h2>0.37.4</h2>
   <ul>
   <li>Update vendored schemas: bitbucket-pipelines, buildkite, changie, 
github-workflows,
   gitlab-ci, mergify, renovate, snapcraft, travis, woodpecker-ci 
(2026-06-29)</li>
   </ul>
   <h2>0.37.3</h2>
   <ul>
   <li>Update vendored schemas: bitbucket-pipelines, circle-ci, dependabot, 
github-workflows,
   gitlab-ci, mergify, readthedocs, renovate, snapcraft, woodpecker-ci 
(2026-06-12)</li>
   </ul>
   <h2>0.37.2</h2>
   <ul>
   <li>Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, 
dependabot,
   drone-ci, github-actions, github-issue-forms, github-workflows, gitlab-ci, 
meltano,
   mergify, readthedocs, renovate, taskfile, woodpecker-ci (2026-05-02)</li>
   </ul>
   <h2>0.37.1</h2>
   <ul>
   <li>Update vendored schemas: buildkite, circle-ci, dependabot, 
github-workflows,
   gitlab-ci, mergify, readthedocs, renovate, woodpecker-ci (2026-03-25)</li>
   <li>Add Changie.dev schema and pre-commit hook. Thanks 
:user:<code>edgarrmondragon</code>! (:pr:<code>662</code>)</li>
   </ul>
   <p>0.37.0</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/python-jsonschema/check-jsonschema/commit/12e63946db2c5cfcc9030fac21c3883ba88c6ed8";><code>12e6394</code></a>
 Bump version for release</li>
   <li><a 
href="https://github.com/python-jsonschema/check-jsonschema/commit/a55e2f9af2fe147d92c89e58c93579c3a0c3497e";><code>a55e2f9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/693";>#693</a>
 from python-jsonschema/vendor-schemas-auto</li>
   <li><a 
href="https://github.com/python-jsonschema/check-jsonschema/commit/d29d272761a728c681d6c1110401861a6315f77f";><code>d29d272</code></a>
 Fix codecov example doc</li>
   <li><a 
href="https://github.com/python-jsonschema/check-jsonschema/commit/068f555603a359aa02a68bcd799e7d3c51d1405c";><code>068f555</code></a>
 Fix gitlab schema source, update vendored schemas</li>
   <li><a 
href="https://github.com/python-jsonschema/check-jsonschema/commit/4d1c9759e5eee7f5cf8730a6ed0f4bd1b2c12021";><code>4d1c975</code></a>
 [vendor-schemas] automated update</li>
   <li><a 
href="https://github.com/python-jsonschema/check-jsonschema/commit/e210bb27484930e1948835f8b454ef680fd196e2";><code>e210bb2</code></a>
 Merge pull request <a 
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/699";>#699</a>
 from python-jsonschema/dependabot/github_actions/gith...</li>
   <li><a 
href="https://github.com/python-jsonschema/check-jsonschema/commit/d3f2871bc6727bbea6865f80fc664a05db7889df";><code>d3f2871</code></a>
 Merge pull request <a 
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/698";>#698</a>
 from python-jsonschema/dependabot/pip/responses-0.26.2</li>
   <li><a 
href="https://github.com/python-jsonschema/check-jsonschema/commit/1ae03fedbd4506e563a61440edbce0c27db5118d";><code>1ae03fe</code></a>
 Bump actions/setup-python from 6 to 7 in the github-actions group</li>
   <li><a 
href="https://github.com/python-jsonschema/check-jsonschema/commit/f4e36776a1017fb39771fb8d3e3eaa1805a72d0a";><code>f4e3677</code></a>
 Bump responses from 0.26.1 to 0.26.2</li>
   <li><a 
href="https://github.com/python-jsonschema/check-jsonschema/commit/de21be92570729d969f276e3bc139da5862928b7";><code>de21be9</code></a>
 Merge pull request <a 
href="https://redirect.github.com/python-jsonschema/check-jsonschema/issues/695";>#695</a>
 from w3lld1/feat/github-workflow-timeout-hook</li>
   <li>Additional commits viewable in <a 
href="https://github.com/python-jsonschema/check-jsonschema/compare/6b63472e72e1a91ed8a2f6d483790dfb644fa1d3...12e63946db2c5cfcc9030fac21c3883ba88c6ed8";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates 
`https://github.com/editorconfig-checker/editorconfig-checker.python` from 
3.8.0 to 3.11.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/editorconfig-checker/editorconfig-checker.python/commit/e8b4e28241a9ae8296ba6e4a491b5da4eda73283";><code>e8b4e28</code></a>
 Merge pull request <a 
href="https://redirect.github.com/editorconfig-checker/editorconfig-checker.python/issues/56";>#56</a>
 from editorconfig-checker/chore/bump-core-3.11.1</li>
   <li><a 
href="https://github.com/editorconfig-checker/editorconfig-checker.python/commit/ccb4a164abb0994e2832fc1e8519051466c89f30";><code>ccb4a16</code></a>
 chore(release): bump core package to 3.11.1</li>
   <li><a 
href="https://github.com/editorconfig-checker/editorconfig-checker.python/commit/5a90e5894a20e05df9dc195d0c91d6a3246ab5b2";><code>5a90e58</code></a>
 Merge pull request <a 
href="https://redirect.github.com/editorconfig-checker/editorconfig-checker.python/issues/55";>#55</a>
 from editorconfig-checker/chore/bump-core-3.11.0</li>
   <li><a 
href="https://github.com/editorconfig-checker/editorconfig-checker.python/commit/1739a5a388a4304114bc39fbbf7b6059150fccae";><code>1739a5a</code></a>
 chore(release): bump core package to 3.11.0</li>
   <li><a 
href="https://github.com/editorconfig-checker/editorconfig-checker.python/commit/b20d24b919244942724165c6a15c70856713e456";><code>b20d24b</code></a>
 Merge pull request <a 
href="https://redirect.github.com/editorconfig-checker/editorconfig-checker.python/issues/54";>#54</a>
 from editorconfig-checker/chore/bump-core-3.10.0</li>
   <li><a 
href="https://github.com/editorconfig-checker/editorconfig-checker.python/commit/dcb162485e0ee5c988359db50a0d86b3ad20f6e5";><code>dcb1624</code></a>
 chore(release): bump core package to 3.10.0</li>
   <li>See full diff in <a 
href="https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3aa28ce11a84d747c5695ad10b81945f2400b54f...e8b4e28241a9ae8296ba6e4a491b5da4eda73283";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to