Skip to content

Commit

Permalink
Merge pull request #85 from sirosen/dependabot/pip/identify-lt-3.0
Browse files Browse the repository at this point in the history
Update identify requirement from <2.0 to <3.0
  • Loading branch information
sirosen authored Aug 14, 2024
2 parents e1cf1a3 + 1353a9e commit 678e11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package_dir=
packages=find:

install_requires =
identify<2.0
identify>=2.0,<3.0

[options.packages.find]
where=src
Expand Down
2 changes: 1 addition & 1 deletion src/texthooks/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
import typing as t

import identify
from identify import identify

_ANSI_RE = re.compile(r"\033\[[;?0-9]*[a-zA-Z]")
_ANSI_COLORS = {
Expand Down

0 comments on commit 678e11c

Please sign in to comment.