1From 942d4fd37786941bae91b769ef6499a4b4da6843 Mon Sep 17 00:00:00 2001
2From: "P. R. d. O" <d.ol.rod@tutanota.com>
3Date: Sat, 9 Apr 2022 12:40:59 -0600
4Subject: [PATCH] Updating pytest-aiohttp version
5
6---
7 setup.py | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/setup.py b/setup.py
11index fe33d9a..694fab4 100644
12--- a/setup.py
13+++ b/setup.py
14@@ -85,7 +85,7 @@ setup(
15 tests_require=[
16 'pytest>=6.1.1', 'requests-mock>=1.8.0',
17 'freezegun>=1.1.0', 'certomancer~=0.8.1',
18- 'aiohttp~=3.8.0', 'pytest-aiohttp~=0.3.0',
19+ 'aiohttp~=3.8.0', 'pytest-aiohttp~=1.0.3',
20 'python-pae==0.1.0'
21 ],
22 keywords="signature pdf pades digital-signature pkcs11"
23--
242.35.1
25