From de90c16b082c59949fbb7b326c451a55232ac6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 13:42:36 +0000 Subject: [PATCH] :arrow_up: Bump pip in /{{cookiecutter.project_slug}}/.github/workflows Bumps [pip](https://github.com/pypa/pip) from 21.1.2 to 21.1.3. - [Release notes](https://github.com/pypa/pip/releases) - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/21.1.2...21.1.3) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_slug}}/.github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.github/workflows/constraints.txt b/{{cookiecutter.project_slug}}/.github/workflows/constraints.txt index a405ad308..f6bc2c1e0 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/constraints.txt +++ b/{{cookiecutter.project_slug}}/.github/workflows/constraints.txt @@ -1,2 +1,2 @@ -pip==21.1.2 +pip==21.1.3 poetry==1.1.7