File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
- id : python-check-blanket-noqa
6
6
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.5 .0
8
+ rev : v5.0 .0
9
9
hooks :
10
10
- id : check-added-large-files
11
11
- id : check-case-conflict
@@ -14,10 +14,11 @@ repos:
14
14
- id : debug-statements
15
15
- id : end-of-file-fixer
16
16
- id : forbid-submodules
17
+ - id : requirements-txt-fixer
17
18
- id : trailing-whitespace
18
19
19
20
- repo : https://github.com/python-jsonschema/check-jsonschema
20
- rev : 0.28.1
21
+ rev : 0.31.0
21
22
hooks :
22
23
- id : check-dependabot
23
24
- id : check-github-workflows
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
coverage
3
3
pytest==8.3.4
4
- pytest-asyncio==0.25.3
5
4
pytest-aiohttp==1.1.0
5
+ pytest-asyncio==0.25.3
6
6
pytest-cov==6.0.0
Original file line number Diff line number Diff line change 1
- #cherry_picker==2.4.0
2
- git+https://github.com/python/cherry-picker.git@network-issues#egg=cherry_picker
3
1
aiohttp == 3.11.11
4
- gidgethub == 5.3.0
5
2
cachetools == 5.5.1
6
- redis == 5.2.1
7
3
celery == 5.4.0
4
+ cherry_picker == 2.5.0
5
+ click == 8.1.8
6
+ gidgethub == 5.3.0
7
+ redis == 5.2.1
8
8
sentry-sdk == 2.20.0
9
9
stamina == 24.3.0
10
- click == 8.1.8
You can’t perform that action at this time.
0 commit comments