From 2a66c85645cc0b2f886ddab48d56bb92b164e792 Mon Sep 17 00:00:00 2001 From: Himanshu Shivhare Date: Fri, 9 Feb 2024 20:56:49 +0530 Subject: [PATCH] chore: update pyproject.toml update the version of the shared dependency to ensure compatibility with other apps based on frappe. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b334a6a75c..0f8a332d4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.10" dynamic = ["version"] dependencies = [ "responses==0.23.1", - "python-barcode~=0.13.1", + "python-barcode~=0.15.1", ] [build-system]