Skip to content

Commit 0883984

Browse files
chore(deps-dev): update tomli requirement from 2.2.1 to 2.3.0
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.2.1...2.3.0) --- updated-dependencies: - dependency-name: tomli dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92398a2 commit 0883984

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
@@ -96,7 +96,7 @@ pep8-naming = "0.15.1"
9696
isort = "6.0.1"
9797
autopep8 = "2.3.2"
9898
mypy = "1.18.2"
99-
tomli = { version = "2.2.1", python = "<3.11" }
99+
tomli = { version = "2.3.0", python = "<3.11" }
100100
tox = "4.30.2"
101101
xmldiff = "2.7.0"
102102
bandit = "1.8.6"

0 commit comments

Comments
 (0)