aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-28 20:44:52 +0000
committerGravatar GitHub <[email protected]>2024-11-28 20:44:52 +0000
commitc72b33bd3406f3acbaae5068435b522de3f055cf (patch)
treed0fc5f5fb8f0cd5e738c8cb9383697f1879cd02b /pyproject.toml
parentChangelog & 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.toml2
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"