We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 804f1c3 + 7ee01ec commit f08708aCopy full SHA for f08708a
.github/workflows/ci.yml
@@ -5,9 +5,9 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Checkout
8
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
9
- name: Set up Python 3.10
10
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
11
with:
12
python-version: '3.10'
13
- name: Install dependencies
requirements.txt
@@ -1,10 +1,10 @@
1
attrs==21.4.0
2
coverage==7.1.0
3
iniconfig==2.0.0
4
-packaging==21.3
+packaging==23.0
pluggy==1.0.0
py==1.11.0
pyparsing==3.0.9
pytest==7.1.2
-pytest-cov==3.0.0
+pytest-cov==4.0.0
tomli==2.0.1
0 commit comments