Skip to content

Commit

Permalink
update requirements - fix dependabot alerts
Browse files Browse the repository at this point in the history
- 85fb381 only updated some
  requirements and did not fix the security issues
- to fix https://github.com/w3c/dpv/security/dependabot/3
- to fix https://github.com/w3c/dpv/security/dependabot/5
  • Loading branch information
coolharsh55 committed Feb 3, 2025
1 parent 322e610 commit b9aa247
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,36 @@
attrs==23.2.0
certifi==2024.7.4
attrs==25.1.0
certifi==2025.1.31
cffconvert==2.0.0
charset-normalizer==3.3.2
click==8.1.7
chardet==5.2.0
charset-normalizer==3.4.1
click==8.1.8
docopt==0.6.2
html5lib==1.1
idna==3.7
importlib_metadata==8.0.0
isodate==0.6.1
Jinja2==3.1.4
html5rdf==1.2.1
idna==3.10
importlib_metadata==8.6.1
isodate==0.7.2
Jinja2==3.1.5
jsonschema==3.2.0
Markdown==3.6
MarkupSafe==2.1.5
owlrl==6.0.2
packaging==24.1
prettytable==3.10.0
Pygments==2.18.0
Markdown==3.7
MarkupSafe==3.0.2
owlrl==7.1.3
packaging==24.2
prettytable==3.14.0
Pygments==2.19.1
pykwalify==1.8.0
pyparsing==3.1.2
pyparsing==3.2.1
pyrsistent==0.20.0
pyshacl==0.26.0
pyshacl==0.30.0
python-dateutil==2.9.0.post0
rdflib==7.0.0
rdflib==7.1.3
rdflib-jsonld==0.6.2
requests==2.32.3
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8
six==1.16.0
urllib3==2.2.2
ruamel.yaml==0.18.10
ruamel.yaml.clib==0.2.12
six==1.17.0
urllib3==2.3.0
wcwidth==0.2.13
webencodings==0.5.1
xlsx2csv==0.8.2
zipp==3.19.2
xlsx2csv==0.8.4
zipp==3.21.0

0 comments on commit b9aa247

Please # to comment.