diff options
author | 2024-11-28 20:44:52 +0000 | |
---|---|---|
committer | 2024-11-28 20:44:52 +0000 | |
commit | c72b33bd3406f3acbaae5068435b522de3f055cf (patch) | |
tree | d0fc5f5fb8f0cd5e738c8cb9383697f1879cd02b /pyproject.toml | |
parent | Changelog & version bump (diff) |
Bump tomli from 2.1.0 to 2.2.1dependabot/pip/tomli-2.2.1
Bumps [tomli](https://github.com/hukkin/tomli) from 2.1.0 to 2.2.1.
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hukkin/tomli/compare/2.1.0...2.2.1)
---
updated-dependencies:
- dependency-name: tomli
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9b0031d9..d4b6e254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ six = "1.16.0" releases = "2.1.1" sphinx-multiversion = "0.2.4" docstring-parser = "0.16" -tomli = "2.1.0" +tomli = "2.2.1" [tool.taskipy.tasks] lint = "pre-commit run --all-files" |