From c99b3cc1c65dda07f2ab40cfafe9c8c82a72045b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 11:03:40 +0000 Subject: [PATCH] chore: bump pip-tools from 5.4.0 to 6.0.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.4.0 to 6.0.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.4.0...6.0.0) Signed-off-by: dependabot[bot] --- dev-requirements.in | 2 +- dev-requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-requirements.in b/dev-requirements.in index 47e9abf1..bf3417b4 100644 --- a/dev-requirements.in +++ b/dev-requirements.in @@ -7,7 +7,7 @@ flask-sqlalchemy==2.4.4 gunicorn==20.0.4 kubernetes==12.0.1 mock==4.0.2 -pip-tools==5.4.0 +pip-tools==6.0.0 pytest==6.2.2 pre-commit==2.10.0 pytest-asyncio==0.14.0 diff --git a/dev-requirements.txt b/dev-requirements.txt index e2f120cf..0cf005f3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -78,7 +78,7 @@ packaging==20.4 # via pytest pathspec==0.8.0 # via black -pip-tools==5.4.0 +pip-tools==6.0.0 # via -r dev-requirements.in pluggy==0.13.1 # via pytest @@ -141,7 +141,6 @@ six==1.15.0 # google-auth # kubernetes # packaging - # pip-tools # python-dateutil # virtualenv # websocket-client