From af46c9e740414a857386aaf0c87d7759247d0824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:24:36 +0000 Subject: [PATCH 1/5] Bump urllib3 from 1.26.14 to 2.1.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 2.1.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.14...2.1.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d5da63f..e5688d53 100644 --- a/setup.py +++ b/setup.py @@ -114,7 +114,7 @@ def readme(): "openpyxl==3.1.2", "lz4==4.3.2", "typing_extensions==4.8.0", - "urllib3==1.26.14", + "urllib3==2.1.0", "charset-normalizer>=2.0.7", "ciso8601==2.3.0", "iso8601==1.1.0", From 99632cdd6e7c4b50b97b03932967948d6c4b8956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:11:48 +0000 Subject: [PATCH 2/5] Bump redis from 4.5.5 to 5.0.1 Bumps [redis](https://github.com/redis/redis-py) from 4.5.5 to 5.0.1. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.5.5...v5.0.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b015f336..fe041dc8 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ def readme(): "influxdb==5.3.1", "influxdb-client[async]==1.36.1", "pymssql==2.2.7", - "redis==4.5.5", + "redis==5.0.1", "duckdb==0.8.1", "deltalake==0.13.0" ], @@ -162,7 +162,7 @@ def readme(): "redis": [ "jsonpath-rw==1.4.0", "jsonpath-rw-ext==1.2.2", - "redis==4.5.5", + "redis==5.0.1", "aioredis==2.0.1", "hiredis==2.2.3", "objectpath==0.6.1", @@ -242,7 +242,7 @@ def readme(): "jsonpath-rw==1.4.0", "jsonpath-rw-ext==1.2.2", "aioredis==2.0.1", - "redis==4.5.5", + "redis==5.0.1", "objectpath==0.6.1", "rethinkdb==2.4.9", "aiopg==1.4.0", From d7512e446894f20adafef80433416fc32fc0872f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:58:30 +0000 Subject: [PATCH 3/5] Bump aiomysql from 0.1.1 to 0.2.0 Bumps [aiomysql](https://github.com/aio-libs/aiomysql) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/aio-libs/aiomysql/releases) - [Changelog](https://github.com/aio-libs/aiomysql/blob/master/CHANGES.txt) - [Commits](https://github.com/aio-libs/aiomysql/compare/v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: aiomysql dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5f9a39b8..8b0b0c4d 100644 --- a/setup.py +++ b/setup.py @@ -182,7 +182,7 @@ def readme(): "mysqlclient==2.1.1" ], "mariadb": [ - "aiomysql==0.1.1" + "aiomysql==0.2.0" ], "boto3": [ "botocore==1.29.76", @@ -261,7 +261,7 @@ def readme(): "aiocouch==2.2.2", "asyncmy==0.2.7", "mysqlclient==2.1.1", - "aiomysql==0.1.1", + "aiomysql==0.2.0", "pyspark==3.3.2", "oracledb==1.2.2", "hazelcast-python-client==5.3.0", From 3b5eaa9dd68569bf35b2ee56bee4030b14643721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:58:34 +0000 Subject: [PATCH 4/5] Bump connectorx from 0.3.1 to 0.3.2 Bumps [connectorx](https://github.com/sfu-db/connector-x) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/sfu-db/connector-x/releases) - [Commits](https://github.com/sfu-db/connector-x/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: connectorx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5f9a39b8..63174a20 100644 --- a/setup.py +++ b/setup.py @@ -145,7 +145,7 @@ def readme(): "python-datatable==1.1.3", "polars==0.19.12", "pyarrow==13.0.0", - "connectorx==0.3.1", + "connectorx==0.3.2", "pyspark==3.3.2", "deltalake==0.13.0" ], @@ -235,7 +235,7 @@ def readme(): "python-datatable==1.1.3", "polars==0.19.12", "pyarrow==13.0.0", - "connectorx==0.3.1", + "connectorx==0.3.2", "aiosqlite>=0.18.0", "pylibmc==1.6.3", "aiomcache==0.8.1", From 5e148a51a27af3fc08da5240874ade4ce5160560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:06:25 +0000 Subject: [PATCH 5/5] Bump pyarrow from 13.0.0 to 14.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 13.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v13.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b89dec81..125279bc 100644 --- a/setup.py +++ b/setup.py @@ -144,7 +144,7 @@ def readme(): "dask==2023.3.0", "python-datatable==1.1.3", "polars==0.19.12", - "pyarrow==13.0.0", + "pyarrow==14.0.1", "connectorx==0.3.2", "pyspark==3.3.2", "deltalake==0.13.0" @@ -234,7 +234,7 @@ def readme(): "dask==2023.3.0", "python-datatable==1.1.3", "polars==0.19.12", - "pyarrow==13.0.0", + "pyarrow==14.0.1", "connectorx==0.3.2", "aiosqlite>=0.18.0", "pylibmc==1.6.3",