From 233d46d71935ce52d0868cd8a3e83c2b7bc38671 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 07:09:43 -0400 Subject: [PATCH] [edgetest] automated change (#48) Co-authored-by: fdosani --- requirements.txt | 8 +++++--- setup.cfg | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index dcb8d16..ef2d982 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,13 +12,13 @@ click==8.1.3 # via # edgetest # pip-tools -edgetest==2023.6.0 +edgetest==2023.6.1 # via edgetest-pip-tools (setup.cfg) packaging==23.0 # via # build # edgetest -pip-tools==6.13.0 +pip-tools==6.14.0 # via edgetest-pip-tools (setup.cfg) pluggy==1.0.0 # via edgetest @@ -27,7 +27,9 @@ pyproject-hooks==1.0.0 tabulate==0.9.0 # via edgetest tomli==2.0.1 - # via build + # via + # build + # pip-tools tomlkit==0.11.4 # via edgetest wheel==0.40.0 diff --git a/setup.cfg b/setup.cfg index ad8c284..fb76854 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ include_package_data = True packages = find: install_requires = edgetest - pip-tools<=6.13.0,>=6.0.0 + pip-tools<=6.14.0,>=6.0.0 [options.extras_require] docs =