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

Bump celery to 5.2.2 to 5.2.3 and django-celery-results 2.2.0 to 2.3.0 #5975

Merged
merged 2 commits into from
Mar 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps django-celery-results from 2.2.0 to 2.3.0.

Release notes

Sourced from django-celery-results's releases.

v2.3.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from django-celery-results's changelog.

2.3.0

:release-date: 2022-03-01 1:45 p.m. UTC+6:00 :release-by: Asif Saif Uddin

  • Fix default_app_config deprecation (#221)
  • Use string values for django-cache keys #230 (#242)
  • feat: raw delete expired instead of Queryset.delete (#235)
  • Fix `pydoc.ErrorDuringImport: problem in django_celery_results url
  • Russian language support (#255)
  • Add Simplified Chinese translation strings.
  • Minor code clean up
  • feat: add periodic_task_name (#261)
  • Update CI with django 4.0 (#272)
  • Add translation of the messages to brazilian portuguese (#278)
  • Fix properties default value (#281)
  • Work around Oracle migration instability
  • Fix field size for MySQL (#285)
  • Update python & pypy min version (#291)
  • bum min pytest versions

.. _version-2.2.0:

Commits

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)

Bumps [django-celery-results](https://github.com/celery/django-celery-results) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/celery/django-celery-results/releases)
- [Changelog](https://github.com/celery/django-celery-results/blob/master/Changelog)
- [Commits](celery/django-celery-results@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: django-celery-results
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 1, 2022
@Maffooch
Copy link
Contributor

Maffooch commented Mar 9, 2022

The user requested celery==5.2.2
django-celery-results 2.3.0 depends on celery<6.0 and >=5.2.3

@valentijnscholten
Copy link
Member

dependabot going weird again: #5698
let me create a support ticket so they can check. we can upgrade manually in a couple of days

@valentijnscholten valentijnscholten changed the title Bump django-celery-results from 2.2.0 to 2.3.0 Bump celery to 5.2.2 to 5.2.3 and django-celery-results 2.2.0 to 2.3.0 Mar 10, 2022
@valentijnscholten
Copy link
Member

GitHub support identified some conflict between how they handle regular updates vs security updates and will look into it. In the mean time I have manually bumped celery to 5.2.3 in this PR.

@valentijnscholten valentijnscholten merged commit e07427f into dev Mar 10, 2022
@dependabot dependabot bot deleted the dependabot/pip/dev/django-celery-results-2.3.0 branch March 10, 2022 08:05
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.

None yet

2 participants