From eac5baa0598d680eee9c2cfbceea49764b99a922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:13:23 +0000 Subject: [PATCH 1/5] Bump protobuf from 5.27.1 to 5.28.3 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.1 to 5.28.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.27.1...v5.28.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 697e63b7..7ef0b976 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ loguru==0.7.2 numpy==1.26.4 orjson==3.10.7 pandas==2.2.3 -protobuf==5.28.2 +protobuf==5.28.3 pyarrow==17.0.0 python-dotenv==1.0.1 pyyaml From 2533055bcbf45d21f55fb25038fbe03004363dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:13:23 +0000 Subject: [PATCH 2/5] Bump gevent from 24.10.2 to 24.11.1 Bumps [gevent](https://github.com/gevent/gevent) from 24.10.2 to 24.11.1. - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](https://github.com/gevent/gevent/compare/24.10.2...24.11.1) --- updated-dependencies: - dependency-name: gevent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 697e63b7..8ff142d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ dash_extensions==1.0.18 dash-leaflet==1.0.15 dash==2.18.1 geopy==2.4.1 -gevent==24.10.2 +gevent==24.11.1 gunicorn==23.0.0 imagekitio==4.1.0 loguru==0.7.2 From 96f9c437651da39d9b9cc56d4a04f3aca7e29c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:13:25 +0000 Subject: [PATCH 3/5] Bump dash from 2.17.1 to 2.18.2 Bumps [dash](https://github.com/plotly/dash) from 2.17.1 to 2.18.2. - [Release notes](https://github.com/plotly/dash/releases) - [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md) - [Commits](https://github.com/plotly/dash/compare/v2.17.1...v2.18.2) --- updated-dependencies: - dependency-name: dash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 697e63b7..b382dfc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.12.3 dash_bootstrap_components==1.6.0 dash_extensions==1.0.18 dash-leaflet==1.0.15 -dash==2.18.1 +dash==2.18.2 geopy==2.4.1 gevent==24.10.2 gunicorn==23.0.0 From c7442ee36a487cbbbb64a8eb02d73867a894d2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:13:27 +0000 Subject: [PATCH 4/5] Bump orjson from 3.10.5 to 3.10.11 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.5 to 3.10.11. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.10.5...3.10.11) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 697e63b7..83d5f607 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ gunicorn==23.0.0 imagekitio==4.1.0 loguru==0.7.2 numpy==1.26.4 -orjson==3.10.7 +orjson==3.10.11 pandas==2.2.3 protobuf==5.28.2 pyarrow==17.0.0 From 6c04b2ef7a8435f76351566c0f4ad78585d7c942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:19:05 +0000 Subject: [PATCH 5/5] Bump pyarrow from 16.1.0 to 18.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 16.1.0 to 18.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/r-16.1.0...apache-arrow-18.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 67be4519..bd975545 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ numpy==1.26.4 orjson==3.10.11 pandas==2.2.3 protobuf==5.28.3 -pyarrow==17.0.0 +pyarrow==18.0.0 python-dotenv==1.0.1 pyyaml requests==2.32.3