Skip to content

Commit

Permalink
bump to proper release of html5rdf (#2961)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysommer authored Oct 30, 2024
1 parent b0d7a7d commit 2c83786
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion devtools/constraints.min
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pyparsing==2.1.0
importlib-metadata==4.0.0
berkeleydb==18.1.2
networkx==2.0
html5rdf==1.2.0
html5rdf==1.2.1
lxml==4.3.0
orjson==3.9.14
2 changes: 1 addition & 1 deletion docker/latest/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is used for building a docker image of the latest rdflib release. It
# will be updated by dependabot when new releases are made.
rdflib==7.1.1
html5rdf==1.2.0
html5rdf==1.2.1
2 changes: 1 addition & 1 deletion docker/latest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile docker/latest/requirements.in
#
html5rdf==1.2
html5rdf==1.2.1
# via -r docker/latest/requirements.in
pyparsing==3.0.9
# via rdflib
Expand Down
14 changes: 4 additions & 10 deletions 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 @@ -43,7 +43,7 @@ isodate = {version=">=0.7.2,<1.0.0", python = "<3.11"}
pyparsing = ">=2.1.0,<4"
berkeleydb = {version = "^18.1.0", optional = true}
networkx = {version = ">=2,<4", optional = true}
html5rdf = {version = ">=1.2,<2", optional = true}
html5rdf = {version = ">=1.2.1,<2", optional = true}
lxml = {version = ">=4.3,<6.0", optional = true}
orjson = {version = ">=3.9.14,<4", optional = true}

Expand Down

0 comments on commit 2c83786

Please sign in to comment.