Skip to content

Commit

Permalink
Update tomli-w requirement from ~=1.0.0 to ~=1.1.0
Browse files Browse the repository at this point in the history
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:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kdeldycke committed Oct 21, 2024
1 parent 085ec8e commit 50b09e8
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 @@ -98,7 +98,7 @@ dependencies = [
"spdx-tools ~= 0.8.2",
"tabulate [widechars] ~= 0.9.0",
"tomli ~= 2.0.1 ; python_version < '3.11'",
"tomli_w ~= 1.0.0",
"tomli_w ~= 1.1.0",
"xmltodict ~= 0.13.0",
]

Expand Down

0 comments on commit 50b09e8

Please sign in to comment.