Skip to content

Commit

Permalink
chore: post 6.3.0 release tasks (#2279)
Browse files Browse the repository at this point in the history
Bump version of RDFLib and update docker `requirements.{in,txt}`.
  • Loading branch information
aucampia authored Mar 16, 2023
1 parent 309848b commit 7beae75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker/latest/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is used for building a docker image of hte latest rdflib release. It
# will be updated by dependabot when new releases are made.
rdflib==6.2.0
rdflib==6.3.0
html5lib
11 changes: 4 additions & 7 deletions docker/latest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,19 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --resolver=backtracking ./docker/latest/requirements.in
# pip-compile --resolver=backtracking docker/latest/requirements.in
#
html5lib==1.1
# via -r ./docker/latest/requirements.in
# via -r docker/latest/requirements.in
isodate==0.6.1
# via rdflib
pyparsing==3.0.9
# via rdflib
rdflib==6.2.0
# via -r ./docker/latest/requirements.in
rdflib==6.3.0
# via -r docker/latest/requirements.in
six==1.16.0
# via
# html5lib
# isodate
webencodings==0.5.1
# via html5lib

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rdflib"
version = "6.3.0"
version = "6.4.0a0"
description = """RDFLib is a Python library for working with RDF, \
a simple yet powerful language for representing information."""
authors = ["Daniel 'eikeon' Krech <eikeon@eikeon.com>"]
Expand Down

0 comments on commit 7beae75

Please sign in to comment.