From 7963e214ddbdedec6c84424ba26674f7f250813f Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 22 Sep 2023 13:46:26 +0200 Subject: [PATCH] Revert explicit pinning and test against 3.8.10 --- .github/workflows/tox.yml | 2 +- requirements.txt | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index a68f44c2..6232e1b9 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ["3.6", "3.8"] + python-version: ["3.6", "3.8.10"] steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/requirements.txt b/requirements.txt index 223b4f63..1d5ca55a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -chardet==3.0.4 -eventlet==0.33.3 -Jinja2==3.1.2 # BSD License (3 clause) -jsonschema==2.6.0 # MIT +chardet>=3.0.2,<4.0.0 +eventlet +Jinja2>=2.11 # BSD License (3 clause) +jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT # networkx v2.6 does not support Python3.6. Update networkx to match st2 -networkx==2.5.1 -python-dateutil==2.8.2 -PyYAML==5.4.1 # MIT -six==1.16.0 -stevedore==5.1.0 # Apache-2.0 -ujson==5.8.0 # BSD License -yaql==2.0.0 # Apache-2.0 +networkx>=2.5.1,<2.6 +python-dateutil +PyYAML>=3.1.0 # MIT +six>=1.9.0 +stevedore>=1.3.0 # Apache-2.0 +ujson>=1.35 # BSD License +yaql>=1.1.0 # Apache-2.0