summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2023-04-09 15:25:43 +0200
committerGitHub <noreply@github.com>2023-04-09 15:25:43 +0200
commit950e60a6635a00039628b08a4c66b0b2af95525f (patch)
tree783e1d0a3390adb8d982ba41b4af2a3ff756ef40 /devtools
parent89982f836780650389fb893d7d94e57a0d512cf5 (diff)
downloadrdflib-950e60a6635a00039628b08a4c66b0b2af95525f.tar.gz
build: unify poetry version source (#2334)
Change the GitHub actions workflows to use the Poetry version specified in `devtools/requirements-poetry.in` so that it becomes simpler to upgrade Poetry. Also upgrade the version of Poetry from 1.4.0 to 1.4.2
Diffstat (limited to 'devtools')
-rw-r--r--devtools/requirements-poetry.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/requirements-poetry.in b/devtools/requirements-poetry.in
index 55e389c8..b01ce00a 100644
--- a/devtools/requirements-poetry.in
+++ b/devtools/requirements-poetry.in
@@ -1,3 +1,3 @@
# Fixing this here as readthedocs can't use the compiled requirements-poetry.txt
# due to conflicts.
-poetry==1.4.0
+poetry==1.4.2