From d56636025bbc94c156c34252927868295e7723a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 07:27:42 +0000 Subject: [PATCH] Bump pip-tools from 5.3.1 to 5.4.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/5.3.1...5.4.0) 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..00b663a 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==5.4.0 # Lint black==20.8b1