From a18cb5f19ae2847f9b72944ed0a14e49811c8084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 05:01:46 +0000 Subject: [PATCH] Bump pip-tools from 5.3.1 to 6.12.1 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.3.1 to 6.12.1. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/5.3.1...6.12.1) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index bdd3746..985a420 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ pymdown-extensions==8.0.1 # Packaging bump2version==1.0.1 -pip-tools==5.3.1 +pip-tools==6.12.1 # Lint black==20.8b1