Skip to content

Commit

Permalink
Update identify requirement from <2.0 to <3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [identify](https://github.com/pre-commit/identify) to permit the latest version.
- [Commits](pre-commit/identify@v0.0.1...v2.6.0)

---
updated-dependencies:
- dependency-name: identify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent e499da7 commit 3c346f0
Showing 1 changed file with 1 addition and 1 deletion.
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<3.0

[options.packages.find]
where=src
Expand Down

0 comments on commit 3c346f0

Please sign in to comment.