From 4c020d8d194bfb151e7ac21cdf2a429d6f2e637c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:08:34 +0000 Subject: [PATCH 1/4] build(deps): bump EnricoMi/publish-unit-test-result-action Bumps [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/d93dbc08d265e4653da0c0af544bee2a851d3e38...ca89ad036b5fcd524c1017287fb01b5139908408) --- updated-dependencies: - dependency-name: EnricoMi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 60d3c815..ed8fec06 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -25,7 +25,7 @@ jobs: run_id: ${{ github.event.workflow_run.id }} path: artifacts - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action@d93dbc08d265e4653da0c0af544bee2a851d3e38 # v2.10.0 + uses: EnricoMi/publish-unit-test-result-action@ca89ad036b5fcd524c1017287fb01b5139908408 # v2.11.0 with: comment_title: ':clipboard: Pytest Results' commit: ${{ github.event.workflow_run.head_sha }} From a2c3a86df2612aa87e5a128338df98fe2f6215b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:47:33 +0000 Subject: [PATCH 2/4] build(deps): bump python from 3.11-slim to 3.12-slim Bumps python from 3.11-slim to 3.12-slim. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f4045b6..4938518a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.5 -FROM python:3.11-slim +FROM python:3.12-slim WORKDIR /usr/src/app From 2c53d8170c557bec6db3ccc23178208319707f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:49:59 +0000 Subject: [PATCH 3/4] build(deps-dev): update levenshtein requirement Updates the requirements on [levenshtein](https://github.com/maxbachmann/Levenshtein) to permit the latest version. - [Release notes](https://github.com/maxbachmann/Levenshtein/releases) - [Changelog](https://github.com/maxbachmann/Levenshtein/blob/main/HISTORY.md) - [Commits](https://github.com/maxbachmann/Levenshtein/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: levenshtein 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 ed9fc2ae..921318fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "hashid~=3.1.4", "idutils~=1.2", "jmespath~=1.0", - "levenshtein~=0.22.0", + "levenshtein~=0.23.0", "lxml~=4.9", "pandas~=2.1", "pyRdfa3~=3.5", From f4ee5d0dee54d54f69e49acb4fdb0515c007f312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:50:16 +0000 Subject: [PATCH 4/4] build(deps-dev): update tldextract requirement from ~=3.4 to ~=5.0 Updates the requirements on [tldextract](https://github.com/john-kurkowski/tldextract) to permit the latest version. - [Release notes](https://github.com/john-kurkowski/tldextract/releases) - [Changelog](https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md) - [Commits](https://github.com/john-kurkowski/tldextract/compare/3.4.0...5.0.1) --- updated-dependencies: - dependency-name: tldextract 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 ed9fc2ae..0707e109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "requests~=2.31", "sparqlwrapper~=2.0", "tika~=2.6", - "tldextract~=3.4", + "tldextract~=5.0", "urlextract~=1.8", "waitress~=2.1" ]