Skip to content

Commit

Permalink
Merge pull request #158 from LD4P/update-dependencies
Browse files Browse the repository at this point in the history
Dependencies update
  • Loading branch information
jermnelson authored Sep 19, 2022
2 parents 401e41e + 14affd2 commit 5f9c5ea
Show file tree
Hide file tree
Showing 4 changed files with 795 additions and 1,406 deletions.
14 changes: 10 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
python: circleci/python@1.2
python: circleci/python@2.1.1

executors:
docker-publisher:
Expand All @@ -13,15 +13,17 @@ executors:
jobs:
build:
docker:
- image: cimg/python:3.8
- image: cimg/python:3.10
steps:
- checkout
- python/install-packages:
pkg-manager: poetry

linting:
executor: python/default
steps:
executor: python/default
docker:
- image: cimg/python:3.10
steps:
- checkout
- python/install-packages:
pkg-manager: poetry
Expand All @@ -36,6 +38,8 @@ jobs:
typechecking:
executor: python/default
docker:
- image: cimg/python:3.10.6
steps:
- checkout
- python/install-packages:
Expand All @@ -47,6 +51,8 @@ jobs:
test:
executor: python/default
docker:
- image: cimg/python:3.10
steps:
- checkout
- python/install-packages:
Expand Down
2 changes: 1 addition & 1 deletion ils_middleware/tasks/sinopia/local_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def create_admin_metadata(**kwargs) -> str:
(
local_admin_metadata,
SINOPIA.localAdminMetadataFor,
rdflib.URIRef(instance_uri),
rdflib.URIRef(instance_uri), # type: ignore
)
)
if cataloger_id:
Expand Down
Loading

0 comments on commit 5f9c5ea

Please sign in to comment.