From 7db2242060d8146ff4d1372fbf72df7741522ad5 Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 1 Nov 2022 14:16:24 -0400 Subject: [PATCH] Update dev-requirements pip-tools This patch updates the pip-tools version to prevent the bug when trying to run make update-requirements failing. --- dev-requirements.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c709889..42c4582 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -18,12 +18,14 @@ autoflake==1.4 # via gray babel==2.9.1 # via sphinx -backports.entry-points-selectable==1.1.0 +backports-entry-points-selectable==1.1.0 # via virtualenv black==21.7b0 # via gray bleach==4.1.0 # via readme-renderer +build==0.9.0 + # via pip-tools certifi==2021.5.30 # via requests cfgv==3.3.1 @@ -108,16 +110,17 @@ nodeenv==1.6.0 packaging==21.0 # via # bleach + # build # pytest # sphinx # tox pathspec==0.9.0 # via black pep517==0.11.0 - # via pip-tools + # via build pep8-naming==0.12.1 # via -r dev-requirements.in -pip-tools==6.2.0 +pip-tools==6.9.0 # via -r dev-requirements.in pkginfo==1.7.1 # via twine @@ -214,6 +217,7 @@ toml==0.10.2 tomli==1.2.1 # via # black + # build # pep517 tox==3.24.3 # via -r dev-requirements.in