Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
saem_ref
Commits
b98a3f0dbf94
Commit
4d7fde31
authored
Jan 22, 2021
by
Laurent Peuch
Browse files
feat(pkginfo): upgrade rdflib to ">=5.0.0,<5.1.0"
parent
ff4fe81d9b73
Pipeline
#31397
passed with stage
in 7 minutes and 38 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
cubicweb_saem_ref/__pkginfo__.py
View file @
b98a3f0d
...
...
@@ -30,7 +30,7 @@ __depends__ = {
'python-dateutil'
:
None
,
'pytz'
:
None
,
'psycopg2'
:
'< 2.8'
,
'rdflib'
:
'
>=
4.1'
,
'rdflib'
:
"
>=
5.0.0,<5.1.0"
,
}
__recommends__
=
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment