From ef2bc7d8d032b8eec19a5b5fbc621e21904fafcd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Mar 2026 11:45:01 +0000
Subject: [PATCH] Bump identify from 2.6.16 to 2.6.17 (#12186)
Bumps [identify](https://github.com/pre-commit/identify) from 2.6.16 to
2.6.17.
Commits
bc5fa61
v2.6.17
c866be7
Merge pull request #563
from seanbudd/patch-2
c20eeb5
Add support for sconstruct and sconscript extensions
8f02442
Merge pull request #577
from andykernahan/add-slnx
a10759d
Merge pull request #571
from petamas/add-entitlements
749d185
Add support for 'slnx' file extension
a4ed2ca
Merge pull request #560
from sebastiw/patch-1
53e33c6
Add 'escript' file type for Erlang
50e032f
Merge pull request #574
from petamas/add-diff
93f1aa6
Merge pull request #569
from petamas/add-uv-lock
- Additional commits viewable in compare
view
[](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)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
requirements/constraints.txt | 2 +-
requirements/dev.txt | 2 +-
requirements/lint.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/requirements/constraints.txt b/requirements/constraints.txt
index 2df81a3324f..49050fc20c6 100644
--- a/requirements/constraints.txt
+++ b/requirements/constraints.txt
@@ -85,7 +85,7 @@ frozenlist==1.8.0
# aiosignal
gunicorn==25.1.0
# via -r requirements/base.in
-identify==2.6.16
+identify==2.6.17
# via pre-commit
idna==3.11
# via
diff --git a/requirements/dev.txt b/requirements/dev.txt
index a989b227093..bc8d4c07667 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -83,7 +83,7 @@ frozenlist==1.8.0
# aiosignal
gunicorn==25.1.0
# via -r requirements/base.in
-identify==2.6.16
+identify==2.6.17
# via pre-commit
idna==3.11
# via
diff --git a/requirements/lint.txt b/requirements/lint.txt
index 897d6389f3a..a61241e30d1 100644
--- a/requirements/lint.txt
+++ b/requirements/lint.txt
@@ -37,7 +37,7 @@ forbiddenfruit==0.1.4
# via blockbuster
freezegun==1.5.5
# via -r requirements/lint.in
-identify==2.6.16
+identify==2.6.17
# via pre-commit
idna==3.11
# via trustme