From 213e964a1ad7cc0dfc85eef54d28c80681f5a1e7 Mon Sep 17 00:00:00 2001
From: Valentin Lorentz <vlorentz@softwareheritage.org>
Date: Thu, 20 Feb 2025 09:51:04 +0100
Subject: [PATCH] Bump swh.objstorage requirement

We now depend on swh.objstorage.interface.objid_from_dict
---
 requirements-swh.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-swh.txt b/requirements-swh.txt
index 8b849b7..69a7082 100644
--- a/requirements-swh.txt
+++ b/requirements-swh.txt
@@ -1,5 +1,5 @@
 swh.core[db,http] >= 3.6.1
 swh.model >= 6.13.0
-swh.objstorage >= 0.2.2
+swh.objstorage >= 2.3.1
 swh.storage >= 2.0.0
 swh.journal >= 0.1.0
-- 
GitLab