From 6163dc792a5c9629c87721a422c0c62e4e72823a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:30:39 -0300 Subject: [PATCH 1/7] [edgetest] automated change (#232) Co-authored-by: fdosani --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9eb3062..34d206a 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.28.39,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.0,>=0.25.2", "numpy<=1.25.2,>=1.22.0"] +dependencies = ["boto3<=1.28.43,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.0,>=0.25.2", "numpy<=1.25.2,>=1.22.0"] requires-python = ">=3.8.0" classifiers = [ From e2a505a23aa6bb8d5acb6dae21d73744c1c455d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:17:00 -0300 Subject: [PATCH 2/7] [edgetest] automated change (#233) Co-authored-by: fdosani --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34d206a..8cbd3bf 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.28.43,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.0,>=0.25.2", "numpy<=1.25.2,>=1.22.0"] +dependencies = ["boto3<=1.28.48,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.0,>=0.25.2", "numpy<=1.25.2,>=1.22.0"] requires-python = ">=3.8.0" classifiers = [ From b32b7a7a6c53e0747152a31762047b9059d6fcab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:37:58 -0400 Subject: [PATCH 3/7] [edgetest] automated change (#234) Co-authored-by: fdosani --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cbd3bf..5395cca 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.28.48,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.0,>=0.25.2", "numpy<=1.25.2,>=1.22.0"] +dependencies = ["boto3<=1.28.57,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.1,>=0.25.2", "numpy<=1.26.0,>=1.22.0"] requires-python = ">=3.8.0" classifiers = [ From 06344aa342aeeca66e1a15cc2d96049791179f48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:07:01 -0400 Subject: [PATCH 4/7] Changes by run-edgetest action (#235) * [edgetest] automated change * refreshing requirements file --------- Co-authored-by: fdosani Co-authored-by: Faisal Dosani --- pyproject.toml | 2 +- requirements.txt | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5395cca..c396a04 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.28.57,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.1,>=0.25.2", "numpy<=1.26.0,>=1.22.0"] +dependencies = ["boto3<=1.28.63,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.1,>=0.25.2", "numpy<=1.26.0,>=1.22.0"] requires-python = ">=3.8.0" classifiers = [ diff --git a/requirements.txt b/requirements.txt index f4c0741..6a9dec1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ # -# This file is autogenerated by pip-compile with Python 3.9 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --output-file=requirements.txt pyproject.toml # -boto3==1.28.0 +boto3==1.28.63 # via locopy (pyproject.toml) -botocore==1.31.3 +botocore==1.31.67 # via # boto3 # s3transfer @@ -14,25 +14,25 @@ jmespath==1.0.1 # via # boto3 # botocore -numpy==1.25.0 +numpy==1.26.0 # via # locopy (pyproject.toml) # pandas -pandas==2.0.3 +pandas==2.1.1 # via locopy (pyproject.toml) python-dateutil==2.8.2 # via # botocore # pandas -pytz==2023.3 +pytz==2023.3.post1 # via pandas -pyyaml==6.0 +pyyaml==6.0.1 # via locopy (pyproject.toml) -s3transfer==0.6.1 +s3transfer==0.7.0 # via boto3 six==1.16.0 # via python-dateutil tzdata==2023.3 # via pandas -urllib3==1.26.16 +urllib3==2.0.7 # via botocore From 05ff4e0acafa49eb2a9226d7a5ffca6488d000f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:54:54 -0400 Subject: [PATCH 5/7] [edgetest] automated change (#236) Co-authored-by: fdosani --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c396a04..c375f81 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.28.63,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.1,>=0.25.2", "numpy<=1.26.0,>=1.22.0"] +dependencies = ["boto3<=1.28.67,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.1,>=0.25.2", "numpy<=1.26.1,>=1.22.0"] requires-python = ">=3.8.0" classifiers = [ From 288cf146f6e5a7bdd25be6544e9f6b1114d7d2ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:22:25 -0300 Subject: [PATCH 6/7] [edgetest] automated change (#237) Co-authored-by: fdosani --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c375f81..e714d44 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.28.67,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.1,>=0.25.2", "numpy<=1.26.1,>=1.22.0"] +dependencies = ["boto3<=1.28.72,>=1.9.92", "PyYAML<=6.0.1,>=5.1", "pandas<=2.1.2,>=0.25.2", "numpy<=1.26.1,>=1.22.0"] requires-python = ">=3.8.0" classifiers = [ From 9c588a5cf00e0704b7a59d2783fb586554cc3885 Mon Sep 17 00:00:00 2001 From: Jacob Dawang Date: Mon, 30 Oct 2023 09:19:33 -0600 Subject: [PATCH 7/7] Bump version (#238) --- locopy/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locopy/_version.py b/locopy/_version.py index 350b03d..4819820 100644 --- a/locopy/_version.py +++ b/locopy/_version.py @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.4" +__version__ = "0.5.5"