Skip to content

Commit 2386517

Browse files
build(deps): bump rdflib from 7.1.2 to 7.1.4 in /docker/latest (#3101)
Bumps [rdflib](https://github.com/RDFLib/rdflib) from 7.1.2 to 7.1.4. - [Release notes](https://github.com/RDFLib/rdflib/releases) - [Changelog](https://github.com/RDFLib/rdflib/blob/7.1.4/CHANGELOG.md) - [Commits](7.1.2...7.1.4) --- updated-dependencies: - dependency-name: rdflib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicholas Car <nick@kurrawong.net>
1 parent c931a1c commit 2386517

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/latest/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is used for building a docker image of the latest rdflib release. It
22
# will be updated by dependabot when new releases are made.
3-
rdflib==7.1.2
3+
rdflib==7.1.4
44
html5rdf==1.2.1

docker/latest/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# pip-compile docker/latest/requirements.in
66
#
77
html5rdf==1.2.1
8-
# via -r docker/latest/requirements.in
8+
# via -r requirements.in
99
pyparsing==3.2.0
1010
# via rdflib
11-
rdflib==7.1.2
12-
# via -r docker/latest/requirements.in
11+
rdflib==7.1.4
12+
# via -r requirements.in

0 commit comments

Comments
 (0)