Skip to content

Commit 8c7210f

Browse files
authored
chore(deps): update all dependencies (#473)
1 parent e99120d commit 8c7210f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Setup Python
1313
uses: actions/setup-python@v4
1414
with:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
backoff===1.11.1; python_version < "3.7"
22
backoff==2.2.1; python_version >= "3.7"
3-
pytest==7.4.0
3+
pytest==7.4.1
44
flaky==3.7.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.4.0
1+
pytest==7.4.1

0 commit comments

Comments
 (0)