From 05f100a78b2c708e5766126e880498f57865750e Mon Sep 17 00:00:00 2001 From: Ansel Rognlie <36503186+anselrognlie@users.noreply.github.com> Date: Sun, 25 Sep 2022 12:09:41 -0700 Subject: [PATCH 1/3] Bump pytest version for python 3.10 compatibility --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cac37ea..234c6c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ packaging==20.9 pluggy==0.13.1 py==1.10.0 pyparsing==2.4.7 -pytest==6.2.3 +pytest==7.1.1 toml==0.10.2 From dd9f2b52f314c1e1187abba0445b736b3b4cca12 Mon Sep 17 00:00:00 2001 From: Ansel Rognlie <36503186+anselrognlie@users.noreply.github.com> Date: Wed, 8 Mar 2023 14:40:55 -0800 Subject: [PATCH 2/3] Update package versions for 3.11 compatibility Asana: https://app.asana.com/0/0/1204140502871689/f --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 234c6c9..29182a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ attrs==20.3.0 iniconfig==1.1.1 packaging==20.9 -pluggy==0.13.1 -py==1.10.0 +pluggy==1.0.0 +py==1.11.0 pyparsing==2.4.7 -pytest==7.1.1 +pytest==7.2.2 toml==0.10.2 +tomli==2.0.1 From f6e72ee9e7b0d4404ac28138365293a54b5feaad Mon Sep 17 00:00:00 2001 From: Ansel Rognlie Date: Tue, 9 Sep 2025 11:09:19 -0700 Subject: [PATCH 3/3] update pytest version to avoid deprecation warnings --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29182a7..6e8b5ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ packaging==20.9 pluggy==1.0.0 py==1.11.0 pyparsing==2.4.7 -pytest==7.2.2 +pytest==7.4.2 toml==0.10.2 tomli==2.0.1