Skip to content
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

Update django-dramatiq requirement from <=0.10.0 to <0.12.0 #60

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Updates the requirements on django-dramatiq to permit the latest version.

Changelog

Sourced from django-dramatiq's changelog.

[0.11.0] - 2022-06-11

Added

Changed

  • Initialization is now deferred until the application is ready. This is somewhat of a major change to how configuration works, but it's more in line with what Django expects from apps. If you run into issues importing your tasks, consider deferring your imports as much as you can (eg. import tasks in your methods instead of at the top level). (#103)

#97: Bogdanp/django_dramatiq#97 #98: Bogdanp/django_dramatiq#98 #99: Bogdanp/django_dramatiq#99 #103: Bogdanp/django_dramatiq#103 #110: Bogdanp/django_dramatiq#110

[0.10.0] - 2021-03-21

Added

#63: Bogdanp/django_dramatiq#63 #83: Bogdanp/django_dramatiq#83

[0.9.1] - 2020-02-04

Fixed

  • Added a missing migration for the Tasks table. (#60)

#60: Bogdanp/django_dramatiq#60

[0.9.0] - 2020-02-01

Changed

  • The admin middleware now stores the queue and actor name in the database, improving filtering performance for databases containing lots of tasks. ([@​Sovetnikov], #56)

Fixed

... (truncated)

Commits
  • 49569b0 chore: bump version 0.10.0 → 0.11.0
  • 5868f84 Add Django4.0 to tox.ini
  • ef70aba doc: add link to 0.10 to changelog
  • 041a00c build: pin 2.2 as min django version
  • 7a11d9d doc,build: bump minimum required dramatiq version
  • 3d7dd4b examples: add basic example
  • ba6c9f1 test: avoid potential race in delayed admin middleware test
  • 0c40e5d config: defer initialization until ready() is called
  • da0af44 tests: fix tests broken by rundramatiq change
  • 0c2c2b5 doc: update changelog
  • Additional commits viewable in compare view

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)

Updates the requirements on [django-dramatiq](https://github.com/Bogdanp/django_dramatiq) to permit the latest version.
- [Release notes](https://github.com/Bogdanp/django_dramatiq/releases)
- [Changelog](https://github.com/Bogdanp/django_dramatiq/blob/master/CHANGELOG.md)
- [Commits](Bogdanp/django_dramatiq@v0.1.0...v0.11.0)

---
updated-dependencies:
- dependency-name: django-dramatiq
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 31, 2022
@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Base: 97.85% // Head: 92.57% // Decreases project coverage by -5.28% ⚠️

Coverage data is based on head (cb449c0) compared to base (e331179).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #60      +/-   ##
==========================================
- Coverage   97.85%   92.57%   -5.29%     
==========================================
  Files          16       16              
  Lines         700      700              
==========================================
- Hits          685      648      -37     
- Misses         15       52      +37     
Impacted Files Coverage Δ
joeflow/runner/dramatiq.py 5.12% <0.00%> (-94.88%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@amureki
Copy link
Collaborator

amureki commented Oct 31, 2022

Blocked by Bogdanp/django_dramatiq#123
Let's skip this release.

@amureki amureki closed this Oct 31, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@amureki amureki deleted the dependabot/pip/django-dramatiq-lt-0.12.0 branch October 31, 2022 10:40
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant