From 18e3b5a6bacd5eca025a490d786dc308342061bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:16:57 +0000 Subject: [PATCH] build(deps-dev): update pytest requirement Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.0...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- acapy/plugins/firebase_push_notifications/requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acapy/plugins/firebase_push_notifications/requirements.dev.txt b/acapy/plugins/firebase_push_notifications/requirements.dev.txt index 5520fb2..7ccd33b 100644 --- a/acapy/plugins/firebase_push_notifications/requirements.dev.txt +++ b/acapy/plugins/firebase_push_notifications/requirements.dev.txt @@ -1,6 +1,6 @@ asynctest~=0.13.0 async-case~=10.1 -pytest~=6.2 +pytest~=8.3 pytest-asyncio==0.14.0 pytest-cov==2.10.1 pytest-flake8==1.0.6