From fb767fbd7e16236c2b213978ad3f395110d018a9 Mon Sep 17 00:00:00 2001 From: Akshay Gupta <30963644+ak-gupta@users.noreply.github.com> Date: Fri, 7 Mar 2025 12:35:13 -0500 Subject: [PATCH] chore: running edgetest (#92) --- pyproject.toml | 10 +++++++++- requirements.txt | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 538b380..af50964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,15 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] -dependencies = ["Cerberus<=1.3.5,>=1.3.0", "click<=8.1.8,>=7.0", "pluggy<=1.5.0,>=1.3.0", "tabulate<=0.9.0,>=0.8.9", "packaging<=24.2,>20.6", "tomlkit<=0.11.4,>=0.11.4", "uv<=0.5.15,>=0.2.0"] +dependencies = [ + "Cerberus<=1.3.7,>=1.3.0", + "click<=8.1.8,>=7.0", + "pluggy<=1.5.0,>=1.3.0", + "tabulate<=0.9.0,>=0.8.9", + "packaging<=24.2,>20.6", + "tomlkit<=0.11.4,>=0.11.4", + "uv<=0.6.5,>=0.2.0" +] dynamic = ["readme", "version"] diff --git a/requirements.txt b/requirements.txt index 2cb734c..6b50d35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile pyproject.toml -o requirements.txt -cerberus==1.3.5 +cerberus==1.3.7 # via edgetest (pyproject.toml) click==8.1.8 # via edgetest (pyproject.toml) @@ -12,5 +12,5 @@ tabulate==0.9.0 # via edgetest (pyproject.toml) tomlkit==0.11.4 # via edgetest (pyproject.toml) -uv==0.5.15 +uv==0.6.5 # via edgetest (pyproject.toml)