Skip to content

Commit 8953ff7

Browse files
Bump identify from 2.6.15 to 2.6.16 (#11962)
Bumps [identify](https://github.com/pre-commit/identify) from 2.6.15 to 2.6.16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pre-commit/identify/commit/e31a62bc9f952165a259f30abcf13593fff3d128"><code>e31a62b</code></a> v2.6.16</li> <li><a href="https://github.com/pre-commit/identify/commit/de8beb6c08e969fe1a6e7ac40562377f091d5414"><code>de8beb6</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/558">#558</a> from seanbudd/patch-1</li> <li><a href="https://github.com/pre-commit/identify/commit/b5574acd3dd338bfe208c0098a90a416e2e2d47a"><code>b5574ac</code></a> Add support for '.xliff' file extension</li> <li><a href="https://github.com/pre-commit/identify/commit/059831f59cb4547b1f1a8b6903fb4050e6d4c99b"><code>059831f</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/555">#555</a> from Roxedus/feat/ipxe</li> <li><a href="https://github.com/pre-commit/identify/commit/7e6b5418212f382255b890d51eabc86beacf778b"><code>7e6b541</code></a> Add .ipxe extension</li> <li><a href="https://github.com/pre-commit/identify/commit/9e787921be557b6a2d836439add7f227e004e7e2"><code>9e78792</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/554">#554</a> from pre-commit/pre-commit-ci-update-config</li> <li><a href="https://github.com/pre-commit/identify/commit/a35c416b4e246e47381cfafa775ae5f05b1d0d04"><code>a35c416</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pre-commit/identify/commit/5cab69e4fd737a925f5e69d99bd62c3367106e99"><code>5cab69e</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/553">#553</a> from pre-commit/pre-commit-ci-update-config</li> <li><a href="https://github.com/pre-commit/identify/commit/c8edd7e6461ce5e05273806cec424b981fdac34c"><code>c8edd7e</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pre-commit/identify/commit/47d582b18cd7621f33fe5f60d551a66600c1dcfb"><code>47d582b</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/551">#551</a> from pre-commit/pre-commit-ci-update-config</li> <li>Additional commits viewable in <a href="https://github.com/pre-commit/identify/compare/v2.6.15...v2.6.16">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.15&new-version=2.6.16)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed6440c commit 8953ff7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ frozenlist==1.8.0
8383
# aiosignal
8484
gunicorn==23.0.0
8585
# via -r requirements/base.in
86-
identify==2.6.15
86+
identify==2.6.16
8787
# via pre-commit
8888
idna==3.7
8989
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ frozenlist==1.8.0
8181
# aiosignal
8282
gunicorn==23.0.0
8383
# via -r requirements/base.in
84-
identify==2.6.15
84+
identify==2.6.16
8585
# via pre-commit
8686
idna==3.7
8787
# via

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ forbiddenfruit==0.1.4
3535
# via blockbuster
3636
freezegun==1.5.5
3737
# via -r requirements/lint.in
38-
identify==2.6.15
38+
identify==2.6.16
3939
# via pre-commit
4040
idna==3.7
4141
# via trustme

0 commit comments

Comments
 (0)