Skip to content

Commit 831098a

Browse files
hugovkezio-melotti
andauthored
cherry-picker 2.5.0 has been released (#711)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 4438461 commit 831098a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: python-check-blanket-noqa
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-case-conflict
@@ -14,10 +14,11 @@ repos:
1414
- id: debug-statements
1515
- id: end-of-file-fixer
1616
- id: forbid-submodules
17+
- id: requirements-txt-fixer
1718
- id: trailing-whitespace
1819

1920
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.28.1
21+
rev: 0.31.0
2122
hooks:
2223
- id: check-dependabot
2324
- id: check-github-workflows

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
coverage
33
pytest==8.3.4
4-
pytest-asyncio==0.25.3
54
pytest-aiohttp==1.1.0
5+
pytest-asyncio==0.25.3
66
pytest-cov==6.0.0

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
#cherry_picker==2.4.0
2-
git+https://github.com/python/cherry-picker.git@network-issues#egg=cherry_picker
31
aiohttp==3.11.11
4-
gidgethub==5.3.0
52
cachetools==5.5.1
6-
redis==5.2.1
73
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
88
sentry-sdk==2.20.0
99
stamina==24.3.0
10-
click==8.1.8

0 commit comments

Comments
 (0)