From e9b911fcc0b4ed5cabe7791306d6da683e3a1ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:23:30 +0000 Subject: [PATCH] chore(deps): bump pip from 22.1.2 to 23.0.1 in /.github/workflows Bumps [pip](https://github.com/pypa/pip) from 22.1.2 to 23.0.1. - [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/22.1.2...23.0.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/resources/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/resources/constraints.txt b/.github/workflows/resources/constraints.txt index f76938d107..1fe09390e1 100644 --- a/.github/workflows/resources/constraints.txt +++ b/.github/workflows/resources/constraints.txt @@ -1,3 +1,3 @@ -pip==22.1.2 +pip==23.0.1 poetry==1.1.13 virtualenv==20.15.0