Skip to content

Commit

Permalink
chore(deps-dev): update tomli requirement from 2.0.2 to 2.1.0
Browse files Browse the repository at this point in the history
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.2...2.1.0)

---
updated-dependencies:
- dependency-name: tomli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2024
1 parent 5788bc1 commit aecf153
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 @@ -95,7 +95,7 @@ pep8-naming = "0.14.1"
isort = "5.13.2"
autopep8 = "2.3.1"
mypy = "1.13.0"
tomli = { version = "2.0.2", python = "<3.11" }
tomli = { version = "2.1.0", python = "<3.11" }
tox = "4.23.2"
xmldiff = "2.7.0"
bandit = "1.7.10"
Expand Down

0 comments on commit aecf153

Please sign in to comment.