Skip to content

Bump arq from 0.22 to 0.25.0 #436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps arq from 0.22 to 0.25.0.

Release notes

Sourced from arq's releases.

v0.25 (2022-12-02)

New Contributors

Full Changelog: python-arq/arq@v0.24.0...v0.25.0

v0.24 (2022-09-05)

  • Allow customisation of timezone in logs, #281
  • Add the username option to RedisSettings, #299
  • Change primary branch name to main, 40c8803
  • Add --custom-log-dict CLI option, #294
  • Fix error in case of pytz not being installed, #318
  • Support and test python 3.11, #327
  • Improve docs for parameter _expires in enqueue_job, #313
  • Fix redis ssl support, #323
  • Fix recursion while waiting for redis connection, #311
  • switch from watchgod to watchfiles, #332
  • Simplify dependencies, drop pydantic as a dependency., #334
  • Allow use of unix_socket_path in RedisSettings, #336
  • Allow user to configure a default job expiry-extra length, #303
  • Remove transaction around info command to support Redis 6.2.3, #338
  • Switch from setup.py to pyproject.toml, #341
  • Support abort for deferred jobs, #307

Full Changelog: python-arq/arq@v0.23a1...v0.24.0

v0.23 (2022-08-23)

No changes from v0.23a1.

v0.23a1 (2022-03-09)

... (truncated)

Changelog

Sourced from arq's changelog.

.. :changelog:

History

v0.25 (2022-12-02) ..................

v0.24 (2022-09-05) ..................

  • Allow customisation of timezone in logs, #281
  • Add the username option to RedisSettings, #299
  • Change primary branch name to main, 40c8803
  • Add --custom-log-dict CLI option, #294
  • Fix error in case of pytz not being installed, #318
  • Support and test python 3.11, #327
  • Improve docs for parameter _expires in enqueue_job, #313
  • Fix redis ssl support, #323
  • Fix recursion while waiting for redis connection, #311
  • switch from watchgod to watchfiles, #332
  • Simplify dependencies, drop pydantic as a dependency., #334
  • Allow use of unix_socket_path in RedisSettings, #336
  • Allow user to configure a default job expiry-extra length, #303
  • Remove transaction around info command to support Redis 6.2.3, #338
  • Switch from setup.py to pyproject.toml, #341
  • Support abort for deferred jobs, #307

v0.23 (2022-08-23) ..................

No changes from v0.23a1.

v0.23a1 (2022-03-09) ....................

... (truncated)

Commits
  • b6dda0e uprev, prepare for release
  • af17042 feat: signal handler to wait for task completion before shutting down (#345)
  • 2d45f53 use 3.11.0 for testing (#367)
  • 12456ee Raise ResultNotFound when Job.result() finds no job and no result (#364)
  • e9452c5 Adds after_job_end hook (#355)
  • 6f68086 Fix race condition causing status not_found (#362)
  • 1f91c0b connections: fix pipeline usage for exists command (#366)
  • 9ce2fd6 Add timezone support for cron jobs (#354)
  • 0474311 Allow to opt-out from logging results (#352)
  • 1495be6 fix license key in pyproject.toml
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2023
Bumps [arq](https://github.com/samuelcolvin/arq) from 0.22 to 0.25.0.
- [Release notes](https://github.com/samuelcolvin/arq/releases)
- [Changelog](https://github.com/samuelcolvin/arq/blob/main/HISTORY.rst)
- [Commits](python-arq/arq@v0.22...v0.25.0)

---
updated-dependencies:
- dependency-name: arq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/arq-0.25.0 branch from 1f09747 to 33c247c Compare March 3, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants