Skip to content

Commit 9d1a1e4

Browse files
chore(ci): bump crate-ci/typos from 1.43.1 to 1.43.2 (#84)
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.43.1 to 1.43.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/releases">crate-ci/typos's releases</a>.</em></p> <blockquote> <h2>v1.43.2</h2> <h2>[1.43.2] - 2026-02-05</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>certifi</code> in Python</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's changelog</a>.</em></p> <blockquote> <h2>[1.43.2] - 2026-02-05</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>certifi</code> in Python</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-ci/typos/commit/ad3053d3adbcce7f2e3c60fd4ddfc239787d1eff"><code>ad3053d</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/a23d8beec85e2163c4ee7f5f46ba34b896862f7c"><code>a23d8be</code></a> docs: Update changelog</li> <li><a href="https://github.com/crate-ci/typos/commit/63b278ca9d0887d9baeb1da1682ad64c60e69c7a"><code>63b278c</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1497">#1497</a> from epage/certifi</li> <li><a href="https://github.com/crate-ci/typos/commit/5775fa10aa0a50bddb619ab50618932af1867f31"><code>5775fa1</code></a> feat(config): Don't correct certifi in Python</li> <li><a href="https://github.com/crate-ci/typos/commit/3141b83b6015e2521c29fa2a0ecd9eb7e0d9472e"><code>3141b83</code></a> docs: Add msrv entry</li> <li>See full diff in <a href="https://github.com/crate-ci/typos/compare/v1.43.1...v1.43.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=crate-ci/typos&package-manager=github_actions&previous-version=1.43.1&new-version=1.43.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 780e549 commit 9d1a1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v6
5555

5656
- name: Check spelling with typos
57-
uses: crate-ci/typos@v1.43.1
57+
uses: crate-ci/typos@v1.43.2
5858
with:
5959
config: .typos.toml
6060

0 commit comments

Comments
 (0)