Skip to content

Commit b056ed7

Browse files
Update tomli requirement from ==2.0.* to >=2.0,<2.3 (#728)
Updates the requirements on [tomli](https://github.com/hukkin/tomli) to permit the latest version. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](hukkin/tomli@2.0.0...2.2.1) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a47f826 commit b056ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"click==8.1.*",
4646
"colorama>=0.4.3,<0.4.7",
4747
"pathspec>=0.9.0,<0.12.2",
48-
"tomli==2.0.*",
48+
"tomli>=2.0,<2.3",
4949
"rich_click>=1.4,<1.8.4",
5050
"jinja2>=3.1.3,<4.0",
5151
],

0 commit comments

Comments
 (0)