Skip to content

Commit

Permalink
chore(deps-dev): update tomli requirement from 2.0.1 to 2.0.2
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.1...2.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent 74a86f6 commit ce8f2a9
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 @@ -94,7 +94,7 @@ pep8-naming = "0.14.1"
isort = "5.13.2"
autopep8 = "2.3.1"
mypy = "1.12.0"
tomli = { version = "2.0.1", python = "<3.11" }
tomli = { version = "2.0.2", python = "<3.11" }
tox = "4.23.0"
xmldiff = "2.7.0"
bandit = "1.7.10"
Expand Down

0 comments on commit ce8f2a9

Please sign in to comment.