From 03eb2b37ff86c077d08edeaf27dccc98d9742608 Mon Sep 17 00:00:00 2001
From: Piotr Roslaniec
Date: Fri, 30 Jun 2023 15:09:47 +0200
Subject: [PATCH] fix conftest using incorrect openzeppelin version
---
tests/application/conftest.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/application/conftest.py b/tests/application/conftest.py
index 282841b2..d1f456c5 100644
--- a/tests/application/conftest.py
+++ b/tests/application/conftest.py
@@ -35,7 +35,7 @@
REWARD_DURATION = 60 * 60 * 24 * 7 # one week in seconds
DEAUTHORIZATION_DURATION = 60 * 60 * 24 * 60 # 60 days in seconds
-DEPENDENCY = project.dependencies["openzeppelin"]["4.8.1"]
+DEPENDENCY = project.dependencies["openzeppelin"]["4.9.1"]
@pytest.fixture()