Skip to content

Commit cce145b

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 b6e8cd5 commit cce145b

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
@@ -98,7 +98,7 @@ pep8-naming = "0.15.1"
9898
isort = "6.1.0"
9999
autopep8 = "2.3.2"
100100
mypy = "1.18.2"
101-
tomli = { version = "2.2.1", python = "<3.11" }
101+
tomli = { version = "2.3.0", python = "<3.11" }
102102
tox = "4.30.3"
103103
xmldiff = "2.7.0"
104104
bandit = "1.8.6"

0 commit comments

Comments
 (0)