Skip to content

Commit

Permalink
chore(deps-dev): update tomli requirement from 2.1.0 to 2.2.1
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.1.0...2.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
1 parent 690311f commit 0790d6e
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.1.0", python = "<3.11" }
tomli = { version = "2.2.1", python = "<3.11" }
tox = "4.23.2"
xmldiff = "2.7.0"
bandit = "1.7.10"
Expand Down

0 comments on commit 0790d6e

Please sign in to comment.