Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar authored Feb 19, 2025
2 parents f692f96 + cfd4222 commit f24bb46
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
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.3
html5rdf==1.2.0
html5rdf==1.2.1
6 changes: 3 additions & 3 deletions docker/latest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile docker/latest/requirements.in
#
html5rdf==1.2
# via -r docker/latest/requirements.in
html5rdf==1.2.1
# via -r requirements.in
isodate==0.7.2
# via rdflib
pyparsing==3.0.9
# via rdflib
rdflib==7.1.3
# via -r docker/latest/requirements.in
# via -r requirements.in
20 changes: 7 additions & 13 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 @@ -59,7 +59,7 @@ pytest-cov = ">=4,<6"
coverage = {version = "^7.0.1", extras = ["toml"]}
types-setuptools = ">=68.0.0.3,<72.0.0.0"
setuptools = ">=68,<72"
wheel = ">=0.42,<0.45"
wheel = ">=0.42,<0.46"

[tool.poetry.group.docs.dependencies]
sphinx = ">=7.1.2,<8"
Expand Down

0 comments on commit f24bb46

Please # to comment.