Skip to content

Commit

Permalink
[python]: Update entry-points-txt requirement from ~=0.1.0 to >=0.1,<0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [entry-points-txt](https://github.com/jwodder/entry-points-txt) to permit the latest version.
- [Release notes](https://github.com/jwodder/entry-points-txt/releases)
- [Changelog](https://github.com/wheelodex/entry-points-txt/blob/master/CHANGELOG.md)
- [Commits](wheelodex/entry-points-txt@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: entry-points-txt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2023
1 parent 8f8a8cb commit 95e5a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ classifiers = [

dependencies = [
"attrs >= 18.1",
"entry-points-txt ~= 0.1.0",
"entry-points-txt >= 0.1,< 0.3",
"headerparser ~= 0.4.0",
"packaging >= 17.1",
"readme_renderer >= 24.0",
Expand Down

0 comments on commit 95e5a08

Please sign in to comment.