Skip to content

Commit

Permalink
Revert explicit pinning and test against 3.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Sep 22, 2023
1 parent 243f02b commit 7963e21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7963e21

Please sign in to comment.