Skip to content

Commit a71e6c4

Browse files
Bump identify from 2.6.18 to 2.6.19 (#12398)
Bumps [identify](https://github.com/pre-commit/identify) from 2.6.18 to 2.6.19. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pre-commit/identify/commit/b39f637a1b9032568e5b21b0474c3583acf1c530"><code>b39f637</code></a> v2.6.19</li> <li><a href="https://github.com/pre-commit/identify/commit/c9768886c7fc78a2f8c7d0d9447064ff7a008eb9"><code>c976888</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/588">#588</a> from hofbi/patch-1</li> <li><a href="https://github.com/pre-commit/identify/commit/6110d73a67ca4807b6331d21784a92313b9c082b"><code>6110d73</code></a> Add support for 'tif' file extension</li> <li><a href="https://github.com/pre-commit/identify/commit/ccbd337ae1b4c0d03565cd6dd64076c0b4ff7929"><code>ccbd337</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/587">#587</a> from pre-commit/pre-commit-ci-update-config</li> <li><a href="https://github.com/pre-commit/identify/commit/f5af2649530b5cbfdfcf6ac9d3e4f65e198747c2"><code>f5af264</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pre-commit/identify/commit/a0be59827ac05537a9f8a4e1895133d44f2a4319"><code>a0be598</code></a> Merge pull request <a href="https://redirect.github.com/pre-commit/identify/issues/586">#586</a> from pre-commit/pre-commit-ci-update-config</li> <li><a href="https://github.com/pre-commit/identify/commit/b1840430b285dab369b4b96480614cf429a6a50e"><code>b184043</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.18...v2.6.19">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.18&new-version=2.6.19)](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 24ed3b3 commit a71e6c4

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
@@ -85,7 +85,7 @@ frozenlist==1.8.0
8585
# aiosignal
8686
gunicorn==25.3.0
8787
# via -r requirements/base.in
88-
identify==2.6.18
88+
identify==2.6.19
8989
# via pre-commit
9090
idna==3.11
9191
# via

requirements/dev.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==25.3.0
8585
# via -r requirements/base.in
86-
identify==2.6.18
86+
identify==2.6.19
8787
# via pre-commit
8888
idna==3.11
8989
# via

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ forbiddenfruit==0.1.4
3737
# via blockbuster
3838
freezegun==1.5.5
3939
# via -r requirements/lint.in
40-
identify==2.6.18
40+
identify==2.6.19
4141
# via pre-commit
4242
idna==3.11
4343
# via trustme

0 commit comments

Comments
 (0)