We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c576bf commit dfef217Copy full SHA for dfef217
2 files changed
.github/workflows/ci_test-vector-handler.yaml
@@ -79,7 +79,7 @@ jobs:
79
- uses: actions/checkout@v4
80
- uses: actions/setup-python@v4
81
with:
82
- python-version: 3.9
+ python-version: '3.10'
83
- run: |
84
python -m pip install --upgrade pip
85
pip install --upgrade -r dev_requirements/ci-requirements.txt
dev_requirements/linter-requirements.txt
@@ -8,9 +8,9 @@ isort==5.10.1
8
mock==4.0.3
9
pyflakes==2.5.0
10
pylint==3.0.3
11
-pytest==7.4.0
12
-pytest-cov==4.1.0
13
-pytest-mock==3.11.1
+pytest==8.0.0
+pytest-cov==4.0.0
+pytest-mock==3.6.1
14
readme_renderer==34.0
15
seed-isort-config==2.2.0
16
setuptools==81.0.0
0 commit comments