From b59584d09e7050e3aadd88316dfc75fc13f3ef8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 07:18:01 +0000 Subject: [PATCH] Bump vulture from 2.11 to 2.12 Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.11 to 2.12. - [Release notes](https://github.com/jendrikseipp/vulture/releases) - [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md) - [Commits](https://github.com/jendrikseipp/vulture/compare/v2.11...v2.12) --- updated-dependencies: - dependency-name: vulture dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c736a358..4098a728 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ optional-dependencies.dev = [ "mypy==1.11.2", "pip-tools==7.4.1", "pylint==3.2.7", - "vulture==2.11", + "vulture==2.12", ] [tool.black] diff --git a/requirements.txt b/requirements.txt index 5f471dab..f419e457 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ typing-extensions==4.12.2 # via # mypy # python-docx -vulture==2.11 +vulture==2.12 # via ictu-kwaliteitsaanpak (pyproject.toml) wheel==0.44.0 # via pip-tools