From ec5ef27255f98a32e6f39457e0182932320d54ae Mon Sep 17 00:00:00 2001 From: Wim De Clercq Date: Tue, 30 Jul 2024 15:09:37 +0200 Subject: [PATCH] Upgrade pyramid-skosprovider --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c00bc77..a8b54ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "skosprovider_sqlalchemy>=2.1.1", "skosprovider_rdf", "skosprovider_getty", - "pyramid_skosprovider", + "pyramid_skosprovider>=1.2.2", "language_tags", "jinja2 >= 3.0.0", "markupsafe", diff --git a/requirements-dev.txt b/requirements-dev.txt index f915485d..442684e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -175,7 +175,7 @@ pyramid-openapi3==0.19 # via atramhasis (pyproject.toml) pyramid-rewrite==0.2 # via atramhasis (pyproject.toml) -pyramid-skosprovider==1.2.1 +pyramid-skosprovider==1.2.2 # via atramhasis (pyproject.toml) pyramid-tm==2.5 # via atramhasis (pyproject.toml) diff --git a/requirements.txt b/requirements.txt index 7e768c63..40e9e22d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -120,7 +120,7 @@ pyramid-openapi3==0.19 # via atramhasis (pyproject.toml) pyramid-rewrite==0.2 # via atramhasis (pyproject.toml) -pyramid-skosprovider==1.2.1 +pyramid-skosprovider==1.2.2 # via atramhasis (pyproject.toml) pyramid-tm==2.5 # via atramhasis (pyproject.toml)