From 66f1144e5e88aaa5d0a37a84c52846930de48701 Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Tue, 17 May 2022 10:31:16 +0000 Subject: [PATCH] Update dependency python-barcode to ^0.14.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a8aead..95eb428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ secondary = true [tool.poetry.dependencies] python = "^3.9" aleksis-core = "^2.8" -python-barcode = "^0.13.1" +python-barcode = "^0.14.0" [tool.poetry.dev-dependencies] aleksis-builddeps = "*" -- GitLab