From 7ed471219815cf99c3ee5db377206d88f4d4c52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:30:54 +0000 Subject: [PATCH 01/11] Update flake8 requirement from ~=6.0 to ~=7.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50a284f7..7cc9a2b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "diskcache~=5.4", "fasttext-langdetect~=1.0", "fastwarc~=0.14.0", - "flake8~=6.0", + "flake8~=7.0", "fasttext @ git+https://github.com/cfculhane/fastText.git@4a44513", "joblib~=1.2", "jupyter~=1.0", @@ -60,7 +60,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ "approvaltests~=10.0", - "flake8~=6.0", + "flake8~=7.0", "pylint~=2.12", "pytest~=7.2", "pytest-cov~=4.0", From 426f819022ba7c753826d2823c51e0af9a9941d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:25:50 +0000 Subject: [PATCH 02/11] Update pyarrow requirement from ~=14.0.0 to ~=15.0.0 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Commits](https://github.com/apache/arrow/compare/go/v14.0.0...go/v15.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cc9a2b9..d3d302da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pandas~=2.0", "pex~=2.1", "publicsuffixlist~=0.9.3", - "pyarrow~=14.0.0", + "pyarrow~=15.0.0", "pycld3~=0.22.0", "pylint~=2.16", "pyspark~=3.5", From a279cbc7019460d2500a5862ebbe7a28e4d262ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:25:46 +0000 Subject: [PATCH 03/11] Update pytest requirement from ~=7.2 to ~=8.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.2.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3d302da..89a43fda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ tests = [ "approvaltests~=10.0", "flake8~=7.0", "pylint~=2.12", - "pytest~=7.2", + "pytest~=8.0", "pytest-cov~=4.0", ] From 21a46fd31826568b2719c1a1e8cf80140b83f013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:12:46 +0000 Subject: [PATCH 04/11] Update approvaltests requirement from ~=10.0 to ~=11.0 Updates the requirements on [approvaltests](https://github.com/approvals/ApprovalTests.Python) to permit the latest version. - [Release notes](https://github.com/approvals/ApprovalTests.Python/releases) - [Commits](https://github.com/approvals/ApprovalTests.Python/compare/v10.0.0...v11.0.0) --- updated-dependencies: - dependency-name: approvaltests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89a43fda..f2704669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "approvaltests~=10.0", + "approvaltests~=11.0", "flake8~=7.0", "pylint~=2.12", "pytest~=8.0", From 74984a873587c008acecd38c20cf2ab76f35aac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:12:53 +0000 Subject: [PATCH 05/11] Update pylint requirement from ~=2.16 to ~=3.1 Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.16.0...v3.1.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89a43fda..e0a139cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dynamic = ["version"] tests = [ "approvaltests~=10.0", "flake8~=7.0", - "pylint~=2.12", + "pylint~=3.1", "pytest~=8.0", "pytest-cov~=4.0", ] From 8a7773a92368fd4076696753ba274d2356fb6ce7 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Mon, 26 Feb 2024 17:35:22 +0100 Subject: [PATCH 06/11] Update pyproject.toml Signed-off-by: Jan Heinrich Reimer --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0a139cb..62dffdf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,6 @@ dependencies = [ "publicsuffixlist~=0.9.3", "pyarrow~=15.0.0", "pycld3~=0.22.0", - "pylint~=2.16", "pyspark~=3.5", "python-slugify~=8.0", "pyyaml~=6.0", From d01d5c2f72cecc043ed5e1aaf85e0efdd1f299c4 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Tue, 5 Mar 2024 00:06:54 +0100 Subject: [PATCH 07/11] Update dependabot.yml Signed-off-by: Jan Heinrich Reimer --- .github/dependabot.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a7695c0..048cfc15 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,14 @@ version: 2 updates: - - package-ecosystem: "pip" - directory: "/" + - package-ecosystem: pip + directory: / schedule: - interval: "weekly" + interval: weekly + - package-ecosystem: docker + directory: / + schedule: + interval: weekly + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly From 9cc6467f56dc93b15b1c0d262d0d5a25837d4acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:07:21 +0000 Subject: [PATCH 08/11] Bump codecov/codecov-action from 2 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f293a84f..ca650f3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: - name: "๐Ÿงช Test Python code" run: pytest --cov=./ --cov-report=xml --capture=no archive_query_log/ - name: "๐Ÿ“ค Upload coverage to Codecov" - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} release: From 5cdc2d4384c1527dcd93c968fcdc4debbfeebfd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:07:25 +0000 Subject: [PATCH 09/11] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f293a84f..b4949800 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "๐Ÿ“ฅ Check-out" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "๐Ÿงฐ Install Python" uses: actions/setup-python@v4 with: @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "๐Ÿ“ฅ Check-out" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "๐Ÿงฐ Install Python" uses: actions/setup-python@v4 with: @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "๐Ÿ“ฅ Check-out" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "๐Ÿงฐ Install Python" uses: actions/setup-python@v4 with: @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "๐Ÿ“ฅ Check-out" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "๐Ÿท๏ธ Get version tag" id: get-version run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//} From 4d491f70a887f302f43aef383ec55b8040a919ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:07:29 +0000 Subject: [PATCH 10/11] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f293a84f..76bd98a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: id: get-version run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//} - name: "๐Ÿ“ฅ Download Python wheel" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wheel path: dist/* From 81b06b8e7bd50fc48e869232ce80e62b77d3c748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:07:33 +0000 Subject: [PATCH 11/11] Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f293a84f..50402309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: "๐Ÿ“ฅ Check-out" uses: actions/checkout@v3 - name: "๐Ÿงฐ Install Python" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10" cache: pip @@ -32,7 +32,7 @@ jobs: - name: "๐Ÿ“ฅ Check-out" uses: actions/checkout@v3 - name: "๐Ÿงฐ Install Python" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10" cache: pip @@ -53,7 +53,7 @@ jobs: - name: "๐Ÿ“ฅ Check-out" uses: actions/checkout@v3 - name: "๐Ÿงฐ Install Python" - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10" cache: pip