Skip to content

Commit 00cf6d3

Browse files
authored
Merge branch 'main' into fail-success
2 parents f358e2f + 3e3588b commit 00cf6d3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.github/dependabot.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: pip
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: monthly
77
open-pull-requests-limit: 10
88
ignore:
99
- dependency-name: pytest-asyncio

β€Ždev-requirements.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
coverage
33
pytest==7.1.2
4-
pytest-asyncio==0.18.3
4+
pytest-asyncio==0.19.0
55
pytest-aiohttp==1.0.4
66
pytest-cov==3.0.0
77
codecov==2.1.12

β€Žrequirements.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ gidgethub==5.2.0
55
cachetools==5.2.0
66
redis==4.3.4
77
celery==5.2.7
8-
sentry-sdk==1.6.0
8+
sentry-sdk==1.9.0
99
click==8.1.3

0 commit comments

Comments
Β (0)