From d819976083c6d48f7ff36c5fa78eed7d60e39e38 Mon Sep 17 00:00:00 2001 From: Kevin Michel Date: Thu, 13 Jul 2023 14:15:24 +0200 Subject: [PATCH] bump wrapt to 1.15.0 This should avoid https://github.com/GrahamDumpleton/wrapt/issues/239 on Python 3.11 --- requirements.dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.dev.txt b/requirements.dev.txt index 11a6308c..d5535f27 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -12,6 +12,7 @@ pytest-cov pytest-mock pytest-timeout pytest-asyncio +wrapt>=1.15.0 # Same version from pghoard isort==5.10.1 types-python-dateutil