Skip to content

Commit a02cf57

Browse files
committed
update tox to latest current version
1 parent 7f1a55f commit a02cf57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install tox==4.2.4
25+
pip install tox==4.2.6
2626
- name: Test with tox
2727
run: tox -e ${{ matrix.environment }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install tox==4.2.4
27+
pip install tox==4.2.6
2828
- name: Test with tox
2929
run: tox -e ${{ matrix.environment }}

0 commit comments

Comments
 (0)