Skip to content

Commit

Permalink
Merge branch 'master' into fix_220
Browse files Browse the repository at this point in the history
# Conflicts:
#	poetry.lock
  • Loading branch information
ashleysommer committed Oct 11, 2024
2 parents ce792b7 + 98d4044 commit 9670a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ include = [
python = "^3.8.1" # Poetry doesn't read from [project.requires-python]
# Note, 3.8.0 is not supported, only 3.8.1 or above. See:
# https://github.com/RDFLib/rdflib/blob/3bee979cd0e5b6efc57296b4fc43dd8ede8cf375/CHANGELOG.md?plain=1#L53
rdflib = {version=">=6.3.2,<8.0", python = ">=3.8.1"}
rdflib = {version=">=6.3.2,<8.0", python = ">=3.8.1", extras=["http"]}
owlrl = ">=6.0.2,<7"
prettytable = [
{version=">=3.5.0", python = ">=3.8,<3.12"},
Expand Down

0 comments on commit 9670a24

Please sign in to comment.