Skip to content

Commit

Permalink
bump rdflib
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Sep 8, 2023
1 parent 636f677 commit 43ec5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion followthemoney/ontology.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
from datetime import datetime
from rdflib import Graph, URIRef, Literal
from rdflib.namespace import OWL, DCTERMS, RDF, RDFS, XSD # type: ignore
from rdflib.namespace import OWL, DCTERMS, RDF, RDFS, XSD

from followthemoney import model
from followthemoney.property import Property
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"python-stdnum >= 1.16, < 2.0.0",
"pantomime >= 0.5.1, < 1.0.0",
"pytz >= 2021.1",
"rdflib >= 6.2.0, < 6.4.0",
"rdflib >= 6.2.0, < 7.1.0",
"networkx >= 2.5, < 3.2",
"openpyxl >= 3.0.5, < 4.0.0",
"orjson >= 3.7, < 4.0",
Expand Down

0 comments on commit 43ec5c2

Please sign in to comment.