From 1b1de9d5efac001fe22b4f3f7e3f811fd13d36ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:18:54 +0000 Subject: [PATCH 01/12] Bump referencing from 0.35.1 to 0.36.1 Bumps [referencing](https://github.com/python-jsonschema/referencing) from 0.35.1 to 0.36.1. - [Release notes](https://github.com/python-jsonschema/referencing/releases) - [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst) - [Commits](https://github.com/python-jsonschema/referencing/compare/v0.35.1...v0.36.1) --- updated-dependencies: - dependency-name: referencing 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 fb8f7e0..2d0d559 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pydeck==0.9.1; python_version >= '3.8' pygments==2.19.1; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pytz==2024.2 -referencing==0.35.1; python_version >= '3.8' +referencing==0.36.1; python_version >= '3.8' requests==2.32.3; python_version >= '3.8' rich==13.9.4; python_full_version >= '3.8.0' rpds-py==0.22.3; python_version >= '3.9' From d578906795f0ac7f3fbf875f1caa8b8807c96269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:19:01 +0000 Subject: [PATCH 02/12] Bump narwhals from 1.21.1 to 1.22.0 Bumps [narwhals](https://github.com/narwhals-dev/narwhals) from 1.21.1 to 1.22.0. - [Release notes](https://github.com/narwhals-dev/narwhals/releases) - [Commits](https://github.com/narwhals-dev/narwhals/compare/v1.21.1...v1.22.0) --- updated-dependencies: - dependency-name: narwhals 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 fb8f7e0..9f9cff5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ jsonschema-specifications==2024.10.1; python_version >= '3.9' markdown-it-py==3.0.0; python_version >= '3.8' markupsafe==3.0.2; python_version >= '3.9' mdurl==0.1.2; python_version >= '3.7' -narwhals==1.21.1; python_version >= '3.8' +narwhals==1.22.0; python_version >= '3.8' numpy==2.2.1; python_version >= '3.10' packaging==24.2; python_version >= '3.8' pandas==2.2.3; python_version >= '3.9' From 97236a7c7037a7fab2571ca588d9579a8d95129d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:19:12 +0000 Subject: [PATCH 03/12] Bump pyarrow from 18.1.0 to 19.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 18.1.0 to 19.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-18.1.0...apache-arrow-19.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 fb8f7e0..4a8a520 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ packaging==24.2; python_version >= '3.8' pandas==2.2.3; python_version >= '3.9' pillow==11.1.0; python_version >= '3.9' protobuf==5.29.3; python_version >= '3.8' -pyarrow==18.1.0; python_version >= '3.9' +pyarrow==19.0.0; python_version >= '3.9' pydeck==0.9.1; python_version >= '3.8' pygments==2.19.1; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' From 7b2623b02bec39909f438e9c1d270607e526ddf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:20:22 +0000 Subject: [PATCH 04/12] Bump numpy from 2.2.1 to 2.2.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: numpy 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 9f00888..03d0d95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ markdown-it-py==3.0.0; python_version >= '3.8' markupsafe==3.0.2; python_version >= '3.9' mdurl==0.1.2; python_version >= '3.7' narwhals==1.22.0; python_version >= '3.8' -numpy==2.2.1; python_version >= '3.10' +numpy==2.2.2; python_version >= '3.10' packaging==24.2; python_version >= '3.8' pandas==2.2.3; python_version >= '3.9' pillow==11.1.0; python_version >= '3.9' From 5ec7ef19edd62edc623b9cb8be9959609df85526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:30:59 +0000 Subject: [PATCH 05/12] Bump narwhals from 1.22.0 to 1.23.0 Bumps [narwhals](https://github.com/narwhals-dev/narwhals) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/narwhals-dev/narwhals/releases) - [Commits](https://github.com/narwhals-dev/narwhals/compare/v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: narwhals 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 03d0d95..33af0ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ jsonschema-specifications==2024.10.1; python_version >= '3.9' markdown-it-py==3.0.0; python_version >= '3.8' markupsafe==3.0.2; python_version >= '3.9' mdurl==0.1.2; python_version >= '3.7' -narwhals==1.22.0; python_version >= '3.8' +narwhals==1.23.0; python_version >= '3.8' numpy==2.2.2; python_version >= '3.10' packaging==24.2; python_version >= '3.8' pandas==2.2.3; python_version >= '3.9' From f9961a1c45e459cd9c6b960a34b10a8966719551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:31:12 +0000 Subject: [PATCH 06/12] Bump tzdata from 2024.2 to 2025.1 Bumps [tzdata](https://github.com/python/tzdata) from 2024.2 to 2025.1. - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](https://github.com/python/tzdata/compare/2024.2...2025.1) --- updated-dependencies: - dependency-name: tzdata 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 03d0d95..76b77c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,6 @@ tenacity==9.0.0; python_version >= '3.8' toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' tornado==6.4.2; python_version >= '3.8' typing-extensions==4.12.2; python_version >= '3.8' -tzdata==2024.2; python_version >= '2' +tzdata==2025.1; python_version >= '2' urllib3==2.3.0; python_version >= '3.9' watchdog==6.0.0; platform_system != 'Darwin' From bb6219d1d32dddf2fdb63eb07a8c55c9be032892 Mon Sep 17 00:00:00 2001 From: "Jon (JR) Price" Date: Fri, 31 Jan 2025 16:57:39 -0800 Subject: [PATCH 07/12] Added OpenAI --- .github/workflows/openai.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/openai.yml diff --git a/.github/workflows/openai.yml b/.github/workflows/openai.yml new file mode 100644 index 0000000..5eadc80 --- /dev/null +++ b/.github/workflows/openai.yml @@ -0,0 +1,22 @@ +name: Open AI Code Reviewer + +on: + pull_request: + types: + - opened + - synchronize +permissions: write-all +jobs: + review: + runs-on: ubuntu-latest + steps: + - name: Checkout Repo + uses: actions/checkout@v4 + + - name: AI Code Reviewer + uses: mrc0der/ai-codereviewer@main + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # The GITHUB_TOKEN is there by default so you just need to keep it like it is and not necessarily need to add it as secret as it will throw an error. [More Details](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret) + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4" + exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas \ No newline at end of file From 387d29d7ff37fde77289697472ca5cc60736fb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 02:35:05 +0000 Subject: [PATCH 08/12] Bump certifi from 2024.12.14 to 2025.1.31 Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.12.14 to 2025.1.31. - [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31) --- updated-dependencies: - dependency-name: certifi 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 6a59f38..5af803f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ altair==5.5.0; python_version >= '3.9' attrs==24.3.0; python_version >= '3.8' blinker==1.9.0; python_version >= '3.9' cachetools==5.5.0; python_version >= '3.7' -certifi==2024.12.14; python_version >= '3.6' +certifi==2025.1.31; python_version >= '3.6' charset-normalizer==3.4.1; python_version >= '3.7' click==8.1.8; python_version >= '3.7' gitdb==4.0.12; python_version >= '3.7' From 3629334ceae9d5bdcbb3e0403dbf53ed9b4c22f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 02:35:18 +0000 Subject: [PATCH 09/12] Bump pytz from 2024.2 to 2025.1 Bumps [pytz](https://github.com/stub42/pytz) from 2024.2 to 2025.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2024.2...release_2025.1) --- updated-dependencies: - dependency-name: pytz 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 6a59f38..15c8fbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pyarrow==19.0.0; python_version >= '3.9' pydeck==0.9.1; python_version >= '3.8' pygments==2.19.1; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -pytz==2024.2 +pytz==2025.1 referencing==0.36.1; python_version >= '3.8' requests==2.32.3; python_version >= '3.8' rich==13.9.4; python_full_version >= '3.8.0' From 6fc05dc2e420c86f67e7d2820e6eb58266a6602f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 02:36:33 +0000 Subject: [PATCH 10/12] Bump referencing from 0.36.1 to 0.36.2 Bumps [referencing](https://github.com/python-jsonschema/referencing) from 0.36.1 to 0.36.2. - [Release notes](https://github.com/python-jsonschema/referencing/releases) - [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst) - [Commits](https://github.com/python-jsonschema/referencing/compare/v0.36.1...v0.36.2) --- updated-dependencies: - dependency-name: referencing 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 a639e42..9b83842 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pydeck==0.9.1; python_version >= '3.8' pygments==2.19.1; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pytz==2025.1 -referencing==0.36.1; python_version >= '3.8' +referencing==0.36.2; python_version >= '3.8' requests==2.32.3; python_version >= '3.8' rich==13.9.4; python_full_version >= '3.8.0' rpds-py==0.22.3; python_version >= '3.9' From f53eea3e3091cc032d518b19f26b3019a2285c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 02:37:19 +0000 Subject: [PATCH 11/12] Bump cachetools from 5.5.0 to 5.5.1 Bumps [cachetools](https://github.com/tkem/cachetools) from 5.5.0 to 5.5.1. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: cachetools 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 9b83842..c2b8385 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ altair==5.5.0; python_version >= '3.9' attrs==24.3.0; python_version >= '3.8' blinker==1.9.0; python_version >= '3.9' -cachetools==5.5.0; python_version >= '3.7' +cachetools==5.5.1; python_version >= '3.7' certifi==2025.1.31; python_version >= '3.6' charset-normalizer==3.4.1; python_version >= '3.7' click==8.1.8; python_version >= '3.7' From 5eb3f5289343b5040efd6fbdaaa85ac18d0020c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 02:38:17 +0000 Subject: [PATCH 12/12] Bump attrs from 24.3.0 to 25.1.0 Bumps [attrs](https://github.com/sponsors/hynek) from 24.3.0 to 25.1.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs 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 c2b8385..1284415 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple altair==5.5.0; python_version >= '3.9' -attrs==24.3.0; python_version >= '3.8' +attrs==25.1.0; python_version >= '3.8' blinker==1.9.0; python_version >= '3.9' cachetools==5.5.1; python_version >= '3.7' certifi==2025.1.31; python_version >= '3.6'