Skip to content

Commit 59647c3

Browse files
authored
Merge branch 'main' into feature/sparql_result_parsing
2 parents 0848517 + 8da4e29 commit 59647c3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
TOXENV_SUFFIX: "-docs"
5454
PREPARATION: "sudo apt-get install -y firejail"
5555
extensive-tests: true
56-
TOX_TEST_HARNESS: "firejail --net=none --"
56+
TOX_TEST_HARNESS: "-- firejail --net=none --"
5757
TOX_PYTEST_EXTRA_ARGS: "-m 'not webtest'"
5858
- python-version: "3.12"
5959
os: ubuntu-latest

devtools/requirements-poetry.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Fixing this here as readthedocs can't use the compiled requirements-poetry.txt
22
# due to conflicts.
3-
poetry==2.0.0
3+
poetry==2.2.0
44
poetry-plugin-export==1.9.0

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ networkx = ["networkx >=2,<4"]
7676
html = ["html5rdf >=1.2.1,<2"]
7777
# lxml support is optional, it is used only for parsing XML-formatted SPARQL results
7878
lxml = [
79-
'lxml >=4.8.0,<6.0; python_version <"3.11"',
80-
'lxml >=4.9.3,<6.0; python_version >="3.11"',
79+
'lxml >=4.8.0,<7.0; python_version <"3.11"',
80+
'lxml >=4.9.3,<7.0; python_version >="3.11"',
8181
]
8282
orjson = ["orjson >=3.9.14,<4"]
8383

0 commit comments

Comments
 (0)