Skip to content

Commit d846957

Browse files
Bump django-rq from 3.0.1 to 3.1 in /requirements (#1898)
* Bump django-rq from 3.0.1 to 3.1 in /requirements Bumps [django-rq](https://github.com/rq/django-rq) from 3.0.1 to 3.1. - [Release notes](https://github.com/rq/django-rq/releases) - [Changelog](https://github.com/rq/django-rq/blob/master/CHANGELOG.md) - [Commits](rq/django-rq@v3.0.1...v3.1) --- updated-dependencies: - dependency-name: django-rq dependency-version: '3.1' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix mergify config * Fix mergify config --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: felixoi <[email protected]>
1 parent 80ee8af commit d846957

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.mergify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@ priority_rules:
6969
- "#changes-requested-reviews-by=0"
7070
- "label=ready to merge"
7171
priority: 2250
72+
merge_queue:
73+
max_parallel_checks: 1

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ pytz==2025.2
1010
requests==2.32.4
1111
psycopg2-binary==2.9.10
1212
django-autocomplete-light==3.12.1
13-
django-rq==3.0.1
13+
django-rq==3.1
1414
rq<2.5
1515
setuptools==80.9.0

0 commit comments

Comments
 (0)