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 f358e2f + 3e3588b commit 00cf6d3Copy full SHA for 00cf6d3
3 files changed
β.github/dependabot.ymlβ
@@ -3,7 +3,7 @@ updates:
3
- package-ecosystem: pip
4
directory: "/"
5
schedule:
6
- interval: daily
+ interval: monthly
7
open-pull-requests-limit: 10
8
ignore:
9
- dependency-name: pytest-asyncio
βdev-requirements.txtβ
@@ -1,7 +1,7 @@
1
-r requirements.txt
2
coverage
pytest==7.1.2
-pytest-asyncio==0.18.3
+pytest-asyncio==0.19.0
pytest-aiohttp==1.0.4
pytest-cov==3.0.0
codecov==2.1.12
βrequirements.txtβ
@@ -5,5 +5,5 @@ gidgethub==5.2.0
cachetools==5.2.0
redis==4.3.4
celery==5.2.7
-sentry-sdk==1.6.0
+sentry-sdk==1.9.0
click==8.1.3
0 commit comments