Skip to content

Commit 7b7a7da

Browse files
chore(deps-dev): update tomli requirement from 2.0.1 to 2.0.2
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] <[email protected]>
1 parent 2decdb7 commit 7b7a7da

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
@@ -94,7 +94,7 @@ pep8-naming = "0.14.1"
9494
isort = "5.13.2"
9595
autopep8 = "2.3.1"
9696
mypy = "1.11.2"
97-
tomli = { version = "2.0.1", python = "<3.11" }
97+
tomli = { version = "2.0.2", python = "<3.11" }
9898
tox = "4.21.2"
9999
xmldiff = "2.7.0"
100100
bandit = "1.7.10"

0 commit comments

Comments
 (0)