From 4e13aef6949fae08ae55fb949f4b41544cc9c2f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:15:31 -0500 Subject: [PATCH] [edgetest] automated change (#252) Co-authored-by: fdosani --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7738d8b..ffaddd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ { name="Faisal Dosani", email="faisal.dosani@capitalone.com" }, ] license = {text = "Apache Software License"} -dependencies = ["boto3<=1.34.13,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.4,>=0.25.2", "numpy<=1.26.3,>=1.22.0"] +dependencies = ["boto3<=1.34.17,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.4,>=0.25.2", "numpy<=1.26.3,>=1.22.0"] requires-python = ">=3.8.0" classifiers = [