Skip to content

Commit

Permalink
chore(deps): update all dependencies (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 5, 2023
1 parent e99120d commit 8c7210f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
backoff===1.11.1; python_version < "3.7"
backoff==2.2.1; python_version >= "3.7"
pytest==7.4.0
pytest==7.4.1
flaky==3.7.0
2 changes: 1 addition & 1 deletion samples/snippets/schedule-export/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==7.4.0
pytest==7.4.1

0 comments on commit 8c7210f

Please sign in to comment.