From 1da445c81291b5e5b018b4341aae4144e66b3c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 19:10:48 -0400 Subject: [PATCH] chore: bump pip-tools from 5.4.0 to 6.0.1 (#533) --- dev-requirements.in | 2 +- dev-requirements.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-requirements.in b/dev-requirements.in index e9f0846d..b47f6e29 100644 --- a/dev-requirements.in +++ b/dev-requirements.in @@ -8,7 +8,7 @@ gunicorn==20.1.0 isort==5.7.0 kubernetes==12.0.1 mock==4.0.2 -pip-tools==5.4.0 +pip-tools==6.0.1 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 706ddbcf..01e6a9a4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -81,7 +81,9 @@ packaging==20.4 # via pytest pathspec==0.8.0 # via black -pip-tools==5.4.0 +pep517==0.10.0 + # via pip-tools +pip-tools==6.0.1 # via -r dev-requirements.in pluggy==0.13.1 # via pytest @@ -156,6 +158,7 @@ sqlalchemy==1.3.20 toml==0.10.1 # via # black + # pep517 # pre-commit # pytest typed-ast==1.4.1