Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Nov 10, 2023
2 parents 3bc174f + 1608c5c commit 0303a8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.5
FROM python:3.11-slim
FROM python:3.12-slim

WORKDIR /usr/src/app

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
]
Expand Down

0 comments on commit 0303a8b

Please sign in to comment.