Skip to content

Commit 0790d6e

Browse files
chore(deps-dev): update tomli requirement from 2.1.0 to 2.2.1
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]>
1 parent 690311f commit 0790d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pep8-naming = "0.14.1"
9595
isort = "5.13.2"
9696
autopep8 = "2.3.1"
9797
mypy = "1.13.0"
98-
tomli = { version = "2.1.0", python = "<3.11" }
98+
tomli = { version = "2.2.1", python = "<3.11" }
9999
tox = "4.23.2"
100100
xmldiff = "2.7.0"
101101
bandit = "1.7.10"

0 commit comments

Comments
 (0)