Skip to content

Commit

Permalink
Bump identify from 2.6.3 to 2.6.4 (#10278)
Browse files Browse the repository at this point in the history
Bumps [identify](https://github.com/pre-commit/identify) from 2.6.3 to
2.6.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pre-commit/identify/commit/5adfe0958847d3d48752678d6b5c843c438faddc"><code>5adfe09</code></a>
v2.6.4</li>
<li><a
href="https://github.com/pre-commit/identify/commit/5025d0ae7d646266f14acba7bccaaf8a25fd1385"><code>5025d0a</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/494">#494</a>
from dbast/starlark</li>
<li><a
href="https://github.com/pre-commit/identify/commit/dac18a9191b6087c3d28dcbd83172317f5ae1f60"><code>dac18a9</code></a>
Add Tiltfile support</li>
<li><a
href="https://github.com/pre-commit/identify/commit/267690cbc84c5e44e2b9ad5b27fd9d366eb1a436"><code>267690c</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/497">#497</a>
from pre-commit/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/pre-commit/identify/commit/bca404e03c50a3583e4d4a9399043972f7fab4a9"><code>bca404e</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/pre-commit/identify/commit/ce50079bd11a3777c86056205f4219e7fe3be0b4"><code>ce50079</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/492">#492</a>
from qexat/add_gleam</li>
<li><a
href="https://github.com/pre-commit/identify/commit/ea174b5f24b75585fb4c2bc4b87817e8d541c7bb"><code>ea174b5</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/493">#493</a>
from qexat/add_bzip3</li>
<li><a
href="https://github.com/pre-commit/identify/commit/b4ace9baf7e808b5d02e10911079879418079531"><code>b4ace9b</code></a>
feat: identify bz3 files as bzip3 archives</li>
<li><a
href="https://github.com/pre-commit/identify/commit/e43a17c9df1a128c3852672e4ca71f77d93343db"><code>e43a17c</code></a>
feat: identify gleam files</li>
<li>See full diff in <a
href="https://github.com/pre-commit/identify/compare/v2.6.3...v2.6.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=identify&package-manager=pip&previous-version=2.6.3&new-version=2.6.4)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Bull <[email protected]>
  • Loading branch information
dependabot[bot] and Dreamsorcerer authored Jan 1, 2025
1 parent d8f3853 commit a286cc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gidgethub==5.3.0
# via cherry-picker
gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.3
identify==2.6.4
# via pre-commit
idna==3.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ gidgethub==5.3.0
# via cherry-picker
gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.3
identify==2.6.4
# via pre-commit
idna==3.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ filelock==3.16.1
# via virtualenv
freezegun==1.5.1
# via -r requirements/lint.in
identify==2.6.3
identify==2.6.4
# via pre-commit
idna==3.7
# via trustme
Expand Down

0 comments on commit a286cc9

Please sign in to comment.