From 84be6175883f939ec4264c8d02c43582e51b1ac7 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Thu, 17 Oct 2024 15:58:50 -0600 Subject: [PATCH] Updated requirements and actions --- .github/workflows/testing.yml | 15 ++++++++++++--- requirements/base.txt | 18 +++++++++--------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 918a1c29..86cd78d7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -199,7 +199,9 @@ jobs: pytest-version: - "7.4.0" - "8.0.0" - - "8.1.0" + - "8.1.1" + - "8.2.0" + - "8.3.3" exclude: - {"salt-version": "3007.1", "python-version": "3.9"} @@ -284,10 +286,15 @@ jobs: - "3.10" salt-version: - "3006.9" + - "3007.1" pytest-version: - "7.4.0" - "8.0.0" - - "8.1.0" + - "8.1.1" + - "8.2.0" + - "8.3.3" + exclude: + - {"salt-version": "3007.1", "python-version": "3.9"} steps: - uses: actions/checkout@v4 @@ -370,7 +377,9 @@ jobs: pytest-version: - "7.4.0" - "8.0.0" - - "8.1.0" + - "8.1.1" + - "8.2.0" + - "8.3.3" exclude: - {"salt-version": "3007.1", "python-version": "3.9"} diff --git a/requirements/base.txt b/requirements/base.txt index 42fe36eb..efed2d53 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,11 +1,11 @@ -pytest>=7.0.0 -attrs>=19.2.0 -pytest-helpers-namespace>=2021.4.29 -pytest-skip-markers>=1.1.3 +pytest>=7.4.0 +attrs>=22.2.0 +pytest-helpers-namespace>=2021.12.29 +pytest-skip-markers>=1.5.2 pytest-system-statistics>=1.0.2 -pytest-shell-utilities>=1.4.0 -psutil -pyyaml -pyzmq -msgpack>=0.5.2 +pytest-shell-utilities>=1.9.4 +psutil>=6.0.0 +pyyaml>=6.0.1 +pyzmq>=20.0.0 +msgpack>=1.0.2 virtualenv