From 87b7c5627e7ba4a70f044a6d1854d516331c407e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:47:35 +0000 Subject: [PATCH] chore: bump vermin from 1.5.2 to 1.6.0 Bumps [vermin](https://github.com/netromdk/vermin) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/netromdk/vermin/releases) - [Commits](https://github.com/netromdk/vermin/compare/v1.5.2...v1.6.0) --- updated-dependencies: - dependency-name: vermin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8c80e93..ff3c3e48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "djlint==1.34.1", "mkdocs==1.5.3", "mkdocs-material==9.4.14", - "vermin==1.5.2", + "vermin==1.6.0", "pymdown-extensions==10.4", "isort==5.12", ]