Skip to content

Commit 98f13cf

Browse files
committed
update to latest RDFLib and update requirements.txt to remove reliance on unsafe dependencies
1 parent 1c87ed0 commit 98f13cf

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

requirements.txt

+22-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1-
rdflib>=6.1.0
2-
requests~=2.24.0
3-
argparse~=1.4.0
4-
pylode
5-
setuptools~=65.5.1
6-
prompt_toolkit
1+
anyio==4.8.0
2+
certifi==2025.1.31
3+
chardet==3.0.4
4+
dominate==2.9.1
5+
h11==0.14.0
6+
html5lib==1.1
7+
httpcore==1.0.7
8+
httpx==0.28.1
9+
idna==2.10
10+
Markdown==3.7
11+
prompt_toolkit==3.0.50
12+
pylode==3.2.1
13+
pyparsing==3.2.1
14+
rdflib==7.1.3
15+
requests==2.24.0
16+
setuptools==65.5.1
17+
six==1.17.0
18+
sniffio==1.3.1
19+
typing_extensions==4.12.2
20+
urllib3==1.25.11
21+
wcwidth==0.2.13
22+
webencodings==0.5.1

0 commit comments

Comments
 (0)