Skip to content

chore(deps): bump the pre-commit group with 5 updates - #1402

Merged
henryiii merged 1 commit into
mainfrom
dependabot/pre_commit/pre-commit-058e043ac6
Sep 2, 2026
Merged

henryiii merged 1 commit into
mainfrom
dependabot/pre_commit/pre-commit-058e043ac6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the pre-commit group with 5 updates:

Package From To
https://github.com/astral-sh/ruff-pre-commit v0.16.0 0.16.4
https://github.com/pre-commit/mirrors-mypy v2.3.0 2.3.1
nox 2026.08.10 2026.8.17
https://github.com/crate-ci/typos v1.48.0 1.49.0
https://github.com/zizmorcore/zizmor-pre-commit v1.28.0 1.29.0

Updates https://github.com/astral-sh/ruff-pre-commit from v0.16.0 to 0.16.4

Release notes

Sourced from https://github.com/astral-sh/ruff-pre-commit's releases.

v0.16.4

See: https://github.com/astral-sh/ruff/releases/tag/0.16.4

Commits

Updates https://github.com/pre-commit/mirrors-mypy from v2.3.0 to 2.3.1

Commits

Updates nox from 2026.08.10 to 2026.8.17

Updates https://github.com/crate-ci/typos from v1.48.0 to 1.49.0

Release notes

Sourced from https://github.com/crate-ci/typos's releases.

v1.49.0

[1.49.0] - 2026-08-03

Features

  • Updated the dictionary with the July 2026 changes
Changelog

Sourced from https://github.com/crate-ci/typos's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - ReleaseDate

[1.50.0] - 2026-08-28

Features

[1.49.1] - 2026-08-27

Fixes

  • Don't correct the brand name HashiCorp

[1.49.0] - 2026-08-03

Features

  • Updated the dictionary with the July 2026 changes

[1.48.0] - 2026-06-30

Features

  • Updated the dictionary with the June 2026 changes

[1.47.2] - 2026-06-04

Fixes

  • Don't correct inferrable
  • Correct unused inferible variant

[1.47.1] - 2026-06-03

Fixes

  • Don't correct requestors

[1.47.0] - 2026-05-29

Features

... (truncated)

Commits

Updates https://github.com/zizmorcore/zizmor-pre-commit from v1.28.0 to 1.29.0

Release notes

Sourced from https://github.com/zizmorcore/zizmor-pre-commit's releases.

v1.29.0

New Features 🌈🔗

  • zizmor now has experimental support for auditing pre-commit inputs, meaning both pre-commit configuration and hook definitions (#2209)

  • New audit: insecure-url-scheme detects usages of insecure (i.e. plaintext) protocols when making network requests. The initial version of this audit is limited to pre-commit inputs only (#2228)

  • zizmor now supports GitHub's "self-repository" reference syntax for local actions, e.g. uses: $/foo/bar instead of a manual checkout and uses: ./foo/bar (#2248)

Changes ⚠️🔗

Removals 🌅🔗

  • --collect=workflows-only and --collect=actions-only have been fully removed. Use --collect=workflows and --collect=actions for the replacement behavior (#2242)

Bug Fixes 🐛🔗

  • Fixed a bug where zizmor would reject a valid workflow definition for containing a literal jobs..outputs. value for being a non-string (#2220)

  • Fixed a bug where the github-app audit would incorrectly flag some usages as needing a repositories: key, despite requesting organization-level-only permissions (#2227)

  • Fixed a class of bugs where zizmor would discover the user's configuration in unintuitive ways. When auditing from a Git repository, zizmor now uses the repository root to discover configuration consistently (#2234)

Commits

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 commands and options

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code labels Sep 1, 2026
Bumps the pre-commit group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) | `v0.16.0` | `0.16.4` |
| [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy) | `v2.3.0` | `2.3.1` |
| nox | `2026.08.10` | `2026.8.17` |
| [https://github.com/crate-ci/typos](https://github.com/crate-ci/typos) | `v1.48.0` | `1.49.0` |
| [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) | `v1.28.0` | `1.29.0` |


Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.16.0 to 0.16.4
- [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases)
- [Commits](astral-sh/ruff-pre-commit@cb8c523...aab412d)

Updates `https://github.com/pre-commit/mirrors-mypy` from v2.3.0 to 2.3.1
- [Commits](pre-commit/mirrors-mypy@41e6916...7ff8d35)

Updates `nox` from 2026.08.10 to 2026.8.17

Updates `https://github.com/crate-ci/typos` from v1.48.0 to 1.49.0
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@bee27e3...8a48f81)

Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.28.0 to 1.29.0
- [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases)
- [Commits](zizmorcore/zizmor-pre-commit@067260d...451b56a)

---
updated-dependencies:
- dependency-name: https://github.com/astral-sh/ruff-pre-commit
  dependency-version: 0.16.4
  dependency-type: direct:production
  dependency-group: pre-commit
- dependency-name: https://github.com/pre-commit/mirrors-mypy
  dependency-version: 2.3.1
  dependency-type: direct:production
  dependency-group: pre-commit
- dependency-name: nox
  dependency-version: 2026.8.17
  dependency-type: direct:production
  dependency-group: pre-commit
- dependency-name: https://github.com/crate-ci/typos
  dependency-version: 1.49.0
  dependency-type: direct:production
  dependency-group: pre-commit
- dependency-name: https://github.com/zizmorcore/zizmor-pre-commit
  dependency-version: 1.29.0
  dependency-type: direct:production
  dependency-group: pre-commit
...

Signed-off-by: dependabot[bot] <support@github.com>
@henryiii
henryiii force-pushed the dependabot/pre_commit/pre-commit-058e043ac6 branch from 1f307be to e9401c7 Compare September 2, 2026 04:06
@henryiii
henryiii merged commit bb935cf into main Sep 2, 2026
65 checks passed
@henryiii
henryiii deleted the dependabot/pre_commit/pre-commit-058e043ac6 branch September 2, 2026 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pre_commit Pull requests that update pre_commit code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant