From 733752f65cd9608def213548002e79965a9ea2a0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 1 Dec 2024 12:32:08 -0600 Subject: [PATCH] Bump propcache to 0.2.1 Needed for testing the wrapped method --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 68d34367..ba8d4782 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,7 +3,7 @@ covdefaults hypothesis>=6.0 idna==3.10 multidict==6.1.0 -propcache==0.2.0 +propcache==0.2.1 pytest==8.3.3 pytest-cov>=2.3.1 pytest-xdist