Skip to content

Commit a672560

Browse files
Bump identify from 2.6.6 to 2.6.7 (#10437)
Bumps [identify](https://github.com/pre-commit/identify) from 2.6.6 to 2.6.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pre-commit/identify/commit/157ee8efe3a7be5fab92f23396663cf99d4185de"><code>157ee8e</code></a> v2.6.7</li> <li><a href="https://github.com/pre-commit/identify/commit/76cf7163721a5cb32544776a77bd5d7483ca057a"><code>76cf716</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/503">#503</a> from mheiges/uv-interpreter</li> <li><a href="https://github.com/pre-commit/identify/commit/8130ef98fab826d31e35a65451ec7795bf6ba375"><code>8130ef9</code></a> add uv to interpreters list</li> <li><a href="https://github.com/pre-commit/identify/commit/e09b6899e652358e1fc13ac303e9c9f5f5cfc231"><code>e09b689</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/501">#501</a> from dinoshauer/patch-1</li> <li><a href="https://github.com/pre-commit/identify/commit/5a2b68b54ae2db7efe6093e93a1911762c2bf791"><code>5a2b68b</code></a> add <code>.templ</code> extension</li> <li><a href="https://github.com/pre-commit/identify/commit/4db44f007218ce0b1a2d4b91c0f7ad4cdc60ba13"><code>4db44f0</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/504">#504</a> from pre-commit/all-repos_autofix_all-repos-sed</li> <li><a href="https://github.com/pre-commit/identify/commit/82ab282ad58f1a0110ef8a467f48051efdb06898"><code>82ab282</code></a> upgrade asottile/workflows</li> <li><a href="https://github.com/pre-commit/identify/commit/96281e4bdbe64825574f15bf4aa790579bc58808"><code>96281e4</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/502">#502</a> from pre-commit/pre-commit-ci-update-config</li> <li><a href="https://github.com/pre-commit/identify/commit/94c5fb14a3e767e9ed09b1f6db3ac145b1389306"><code>94c5fb1</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li>See full diff in <a href="https://github.com/pre-commit/identify/compare/v2.6.6...v2.6.7">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.6&new-version=2.6.7)](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>
1 parent 289259d commit a672560

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ gidgethub==5.3.0
8080
# via cherry-picker
8181
gunicorn==23.0.0
8282
# via -r requirements/base.in
83-
identify==2.6.6
83+
identify==2.6.7
8484
# via pre-commit
8585
idna==3.6
8686
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ gidgethub==5.3.0
7878
# via cherry-picker
7979
gunicorn==23.0.0
8080
# via -r requirements/base.in
81-
identify==2.6.6
81+
identify==2.6.7
8282
# via pre-commit
8383
idna==3.6
8484
# via

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ filelock==3.17.0
2929
# via virtualenv
3030
freezegun==1.5.1
3131
# via -r requirements/lint.in
32-
identify==2.6.6
32+
identify==2.6.7
3333
# via pre-commit
3434
idna==3.7
3535
# via trustme

0 commit comments

Comments
 (0)