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()