Skip to content

Commit f08708a

Browse files
Merge branch 'main' into dependabot/pip/iniconfig-2.0.0
2 parents 804f1c3 + 7ee01ec commit f08708a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/checkout@v2
8+
uses: actions/checkout@v3
99
- name: Set up Python 3.10
10-
uses: actions/setup-python@v2
10+
uses: actions/setup-python@v4
1111
with:
1212
python-version: '3.10'
1313
- name: Install dependencies

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
attrs==21.4.0
22
coverage==7.1.0
33
iniconfig==2.0.0
4-
packaging==21.3
4+
packaging==23.0
55
pluggy==1.0.0
66
py==1.11.0
77
pyparsing==3.0.9
88
pytest==7.1.2
9-
pytest-cov==3.0.0
9+
pytest-cov==4.0.0
1010
tomli==2.0.1

0 commit comments

Comments
 (0)