Skip to content

Commit dfef217

Browse files
committed
more
1 parent 2c576bf commit dfef217

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_test-vector-handler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@v4
8080
- uses: actions/setup-python@v4
8181
with:
82-
python-version: 3.9
82+
python-version: '3.10'
8383
- run: |
8484
python -m pip install --upgrade pip
8585
pip install --upgrade -r dev_requirements/ci-requirements.txt

dev_requirements/linter-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ isort==5.10.1
88
mock==4.0.3
99
pyflakes==2.5.0
1010
pylint==3.0.3
11-
pytest==7.4.0
12-
pytest-cov==4.1.0
13-
pytest-mock==3.11.1
11+
pytest==8.0.0
12+
pytest-cov==4.0.0
13+
pytest-mock==3.6.1
1414
readme_renderer==34.0
1515
seed-isort-config==2.2.0
1616
setuptools==81.0.0

0 commit comments

Comments
 (0)