From 57e5e15dcc8848e25022562e58c0b8800028f53d Mon Sep 17 00:00:00 2001 From: echel0n Date: Thu, 30 Jun 2022 08:16:19 -0700 Subject: [PATCH] bumped pytest to 6.2.5 for py310 compatibility --- Pipfile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index f7f438d..6366da9 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" requests = "~=2.24.0" pymongo = "==3.11.0" bottle = "==0.12.19" -pytest = "==5.4.3" +pytest = "==6.2.5" argcomplete = "==1.12.0" prettytable = "==0.7.2" PyHamcrest = "==2.0.2" diff --git a/setup.py b/setup.py index 1700dbb..cda4c95 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "requests~=2.24.0", "pymongo==3.11.0", "bottle==0.12.18", - "pytest==5.4.3", + "pytest==6.2.5", "pyhamcrest==2.0.2", "argcomplete~=1.12.0", "prettytable==0.7.2"