From 87657609cc81c15b6cc5721ab8d0bd3984ff8d25 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 16 Nov 2021 08:32:30 +0100
Subject: [PATCH] [dep] #188: Minimal pytest v6.2.6 for Py3.10 support

https://docs.pytest.org/en/6.2.x/changelog.html#pytest-6-2-5-2021-08-29
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 44f3b4a..dc01425 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,7 +38,7 @@ pyaes = "^1.6.1"
 mnemonic = "^0.19"
 
 [tool.poetry.dev-dependencies]
-pytest = "^6.2.3"
+pytest = "^6.2.5"
 pytest-cov = "^2.12.0"
 pytest-sugar = "^0.9.4"
 black = {version = "^21.4b2", allow-prereleases = true}
-- 
GitLab