chore(deps): update dependency arq to v0.26.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
arq (changelog) | dependencies | minor |
0.24.0 -> 0.26.1
|
Release Notes
samuelcolvin/arq (arq)
v0.26.1
: (2023-08-29)
What's Changed
- Uses
testcontainers
to provide a redis instance for the unit tests by @chrisguidry in https://github.com/python-arq/arq/pull/470 - Bump redis version from <5 to <6 by @Wh1isper in https://github.com/python-arq/arq/pull/460
- Bump idna from 3.6 to 3.7 in /requirements by @dependabot in https://github.com/python-arq/arq/pull/444
- Bump jinja2 from 3.1.3 to 3.1.4 in /requirements by @dependabot in https://github.com/python-arq/arq/pull/452
- Bump requests from 2.31.0 to 2.32.0 in /requirements by @dependabot in https://github.com/python-arq/arq/pull/461
- Bump urllib3 from 2.2.1 to 2.2.2 in /requirements by @dependabot in https://github.com/python-arq/arq/pull/464
- Bump certifi from 2024.2.2 to 2024.7.4 in /requirements by @dependabot in https://github.com/python-arq/arq/pull/468
- prep v0.26.1 by @samuelcolvin in https://github.com/python-arq/arq/pull/476
New Contributors
- @chrisguidry made their first contribution in https://github.com/python-arq/arq/pull/470
- @Wh1isper made their first contribution in https://github.com/python-arq/arq/pull/460
Full Changelog: https://github.com/python-arq/arq/compare/v0.26.0...v0.26.1
v0.26.0
: (2023-05-01)
No changes since v0.26.0b1.
Full Changelog: https://github.com/samuelcolvin/arq/compare/v0.26.0b1...v0.26.0
v0.25.0
: v0.25 (2022-12-02)
- Allow to opt-out from logging results by @iamlikeme in #352
- Add timezone support for cron jobs by @iamlikeme in #354
- connections: fix pipeline usage for exists command by @utkarshgupta137 in #366
- Fix race condition causing incorrect status not found by @iamlikeme in #362
- Adds
after_job_end
hook by @AngellusMortis in #355 - Raise
ResultNotFound
whenJob.result()
finds no job and no result by @iamlikeme in #364 - use
3.11
for testing #367 - Signal handler to wait for task completion before shutting down by @JonasKs in #345
New Contributors
- @utkarshgupta137 made their first contribution in https://github.com/samuelcolvin/arq/pull/366
- @AngellusMortis made their first contribution in https://github.com/samuelcolvin/arq/pull/355
Full Changelog: https://github.com/samuelcolvin/arq/compare/v0.24.0...v0.25.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.