Skip to content

Commit a47f826

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959
"pylama",
6060
"pytest",
6161
"pre-commit",
62-
"tomli_w==1.0.*",
62+
"tomli_w>=1.0,<1.2",
6363
],
6464
"doc": [
6565
"sphinx",
6666
"furo",
6767
"sphinx-design",
6868
"sphinx-copybutton==0.5.2",
6969
],
70-
"generate_config": ["tomli_w==1.0.*"],
70+
"generate_config": ["tomli_w>=1.0,<1.2"],
7171
},
7272
entry_points={"console_scripts": ["robotidy=robotidy.cli:cli"]},
7373
)

0 commit comments

Comments
 (0)