Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2021

Bumps celery from 4.4.7 to 5.1.0.

Release notes

Sourced from celery's releases.

v5.1.0

No release notes provided.

v5.1.0rc1

No release notes provided.

v5.1.0b2

No release notes provided.

v5.1.0b1

This document contains change notes for bugfix & new features in 5.1.x series. 5.1.0b1 is an incremental pre-release with lots of bug fixes and some new features/enhancements. Some dependencies were upgraded to newer versions.

.. _version-5.1.0b1:

5.1.0b1

:release-date: 2021-04-02 10.55 P.M UTC+6:00 :release-by: Asif Saif Uddin

  • Add sentinel_kwargs to Redis Sentinel docs.
  • Depend on the maintained python-consul2 library. (#6544).
  • Use result_chord_join_timeout instead of hardcoded default value.
  • Upgrade AzureBlockBlob storage backend to use Azure blob storage library v12 (#6580).
  • Improved integration tests.
  • pass_context for handle_preload_options decorator (#6583).
  • Makes regen less greedy (#6589).
  • Pytest worker shutdown timeout (#6588).
  • Exit celery with non zero exit value if failing (#6602).
  • Raise BackendStoreError when set value is too large for Redis.
  • Trace task optimizations are now set via Celery app instance.
  • Make trace_task_ret and fast_trace_task public.
  • reset_worker_optimizations and create_request_cls has now app as optional parameter.
  • Small refactor in exception handling of on_failure (#6633).
  • Fix for issue #5030 "Celery Result backend on Windows OS".
  • Add store_eager_result setting so eager tasks can store result on the result backend (#6614).
  • Allow heartbeats to be sent in tests (#6632).
  • Fixed default visibility timeout note in sqs documentation.
  • Support Redis Sentinel with SSL.
  • Simulate more exhaustive delivery info in apply().
  • Start chord header tasks as soon as possible (#6576).
  • Forward shadow option for retried tasks (#6655). --quiet flag now actually makes celery avoid producing logs (#6599).
  • Update platforms.py "superuser privileges" check (#6600).
  • Remove unused property autoregister from the Task class (#6624).
  • fnmatch.translate() already translates globs for us. (#6668).
  • Upgrade some syntax to Python 3.6+.
  • Add azureblockblob_base_path config (#6669).

... (truncated)

Changelog

Sourced from celery's changelog.

5.1.0

:release-date: 2021-05-23 19.20 P.M UTC+3:00 :release-by: Omer Katz

  • celery -A app events -c camera now works as expected. (#6774)
  • Bump minimum required Kombu version to 5.1.0.

.. _version-5.1.0rc1:

5.1.0rc1

:release-date: 2021-05-02 16.06 P.M UTC+3:00 :release-by: Omer Katz

  • Celery Mailbox accept and serializer parameters are initialized from configuration. (#6757)
  • Error propagation and errback calling for group-like signatures now works as expected. (#6746)
  • Fix sanitization of passwords in sentinel URIs. (#6765)
  • Add LOG_RECEIVED to customize logging. (#6758)

.. _version-5.1.0b2:

5.1.0b2

:release-date: 2021-05-02 16.06 P.M UTC+3:00 :release-by: Omer Katz

  • Fix the behavior of our json serialization which regressed in 5.0. (#6561)
  • Add support for SQLAlchemy 1.4. (#6709)
  • Safeguard against schedule entry without kwargs. (#6619)
  • task.apply_async(ignore_result=True) now avoids persisting the results. (#6713)
  • Update systemd tmpfiles path. (#6688)
  • Ensure AMQPContext exposes an app attribute. (#6741)
  • Inspect commands accept arguments again (#6710).
  • Chord counting of group children is now accurate. (#6733)
  • Add a setting :setting:worker_cancel_long_running_tasks_on_connection_loss to terminate tasks with late acknowledgement on connection loss. (#6654)
  • The task-revoked event and the task_revoked` signal are not duplicated when Request.on_failure`` is called. (#6654)
  • Restore pickling support for Retry. (#6748)
  • Add support in the redis result backend for authenticating with a username. (#6750)
  • The :setting:worker_pool setting is now respected correctly. (#6711)

.. _version-5.1.0b1:

5.1.0b1

:release-date: 2021-04-02 10.25 P.M UTC+6:00 :release-by: Asif Saif Uddin

... (truncated)

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 14, 2021
@dependabot dependabot bot requested a review from a team June 14, 2021 05:00
@ghost
Copy link

ghost commented Jun 14, 2021

💔 Build Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #62 event

  • Start Time: 2021-06-14T10:27:16.967+0000

  • Duration: 4 min 20 sec

  • Commit: 07ce7a2

Trends 🧪

Image of Build Times

Steps errors 1

Expand to view the steps failures

Shell Script
  • Took 0 min 16 sec . View more details on here
  • Description: make build

Log output

Expand to view the last 100 lines of log output

[2021-06-14T10:31:28.720Z] Successfully installed pip-21.1.2 setuptools-57.0.0
[2021-06-14T10:31:28.979Z] WARNING: --use-feature=2020-resolver no longer has any effect, since it is now the default dependency resolver in pip. This will become an error in pip 21.0.
[2021-06-14T10:31:29.547Z] Collecting Django==3.2.4
[2021-06-14T10:31:29.547Z]   Downloading Django-3.2.4-py3-none-any.whl (7.9 MB)
[2021-06-14T10:31:30.114Z] Collecting amqp==2.6.1
[2021-06-14T10:31:30.114Z]   Downloading amqp-2.6.1-py2.py3-none-any.whl (48 kB)
[2021-06-14T10:31:30.114Z] Collecting billiard==3.6.3.0
[2021-06-14T10:31:30.114Z]   Downloading billiard-3.6.3.0-py3-none-any.whl (89 kB)
[2021-06-14T10:31:30.114Z] Collecting celery==5.1.0
[2021-06-14T10:31:30.114Z]   Downloading celery-5.1.0-py3-none-any.whl (400 kB)
[2021-06-14T10:31:30.373Z] Collecting future==0.18.2
[2021-06-14T10:31:30.373Z]   Downloading future-0.18.2.tar.gz (829 kB)
[2021-06-14T10:31:30.940Z] Collecting certifi
[2021-06-14T10:31:30.940Z]   Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
[2021-06-14T10:31:30.940Z] Collecting dj-database-url==0.5.0
[2021-06-14T10:31:30.940Z]   Downloading dj_database_url-0.5.0-py2.py3-none-any.whl (5.5 kB)
[2021-06-14T10:31:30.940Z] Collecting django-redis==4.12.1
[2021-06-14T10:31:30.940Z]   Downloading django_redis-4.12.1-py3-none-any.whl (19 kB)
[2021-06-14T10:31:31.198Z] Collecting elastic-apm==6.2.2
[2021-06-14T10:31:31.199Z]   Downloading elastic_apm-6.2.2-cp38-cp38-manylinux2010_x86_64.whl (334 kB)
[2021-06-14T10:31:31.457Z] Collecting elasticsearch==7.9.1
[2021-06-14T10:31:31.457Z]   Downloading elasticsearch-7.9.1-py2.py3-none-any.whl (219 kB)
[2021-06-14T10:31:31.457Z] Collecting elasticsearch-dsl==7.2.1
[2021-06-14T10:31:31.457Z]   Downloading elasticsearch_dsl-7.2.1-py2.py3-none-any.whl (53 kB)
[2021-06-14T10:31:31.457Z] Collecting gunicorn==20.0.4
[2021-06-14T10:31:31.457Z]   Downloading gunicorn-20.0.4-py2.py3-none-any.whl (77 kB)
[2021-06-14T10:31:31.457Z] Collecting honcho==1.0.1
[2021-06-14T10:31:31.457Z]   Downloading honcho-1.0.1-py2.py3-none-any.whl (21 kB)
[2021-06-14T10:31:31.715Z] Collecting kombu==4.6.11
[2021-06-14T10:31:31.716Z]   Downloading kombu-4.6.11-py2.py3-none-any.whl (184 kB)
[2021-06-14T10:31:31.716Z] Collecting psycopg2-binary==2.8.6
[2021-06-14T10:31:31.716Z]   Downloading psycopg2_binary-2.8.6-cp38-cp38-manylinux1_x86_64.whl (3.0 MB)
[2021-06-14T10:31:31.974Z] Collecting pytz
[2021-06-14T10:31:31.974Z]   Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB)
[2021-06-14T10:31:32.233Z] Collecting redis==3.5.3
[2021-06-14T10:31:32.233Z]   Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB)
[2021-06-14T10:31:32.233Z] Collecting urllib3==1.25.10
[2021-06-14T10:31:32.233Z]   Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB)
[2021-06-14T10:31:32.233Z] Collecting vine==1.3.0
[2021-06-14T10:31:32.233Z]   Downloading vine-1.3.0-py2.py3-none-any.whl (14 kB)
[2021-06-14T10:31:32.499Z] Collecting whitenoise==5.2.0
[2021-06-14T10:31:32.499Z]   Downloading whitenoise-5.2.0-py2.py3-none-any.whl (19 kB)
[2021-06-14T10:31:32.499Z] Collecting requests==2.25.1
[2021-06-14T10:31:32.499Z]   Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
[2021-06-14T10:31:32.499Z] Collecting structlog==21.1.0
[2021-06-14T10:31:32.499Z]   Downloading structlog-21.1.0-py2.py3-none-any.whl (49 kB)
[2021-06-14T10:31:32.758Z] Collecting colorama==0.4.4
[2021-06-14T10:31:32.758Z]   Downloading colorama-0.4.4-py2.py3-none-any.whl (16 kB)
[2021-06-14T10:31:33.018Z] Collecting psutil==5.7.3
[2021-06-14T10:31:33.018Z]   Downloading psutil-5.7.3.tar.gz (465 kB)
[2021-06-14T10:31:33.277Z] Collecting asgiref<4,>=3.3.2
[2021-06-14T10:31:33.536Z]   Downloading asgiref-3.3.4-py3-none-any.whl (22 kB)
[2021-06-14T10:31:33.536Z] Collecting sqlparse>=0.2.2
[2021-06-14T10:31:33.536Z]   Downloading sqlparse-0.4.1-py3-none-any.whl (42 kB)
[2021-06-14T10:31:33.536Z] Collecting click-didyoumean>=0.0.3
[2021-06-14T10:31:33.536Z]   Downloading click-didyoumean-0.0.3.tar.gz (2.6 kB)
[2021-06-14T10:31:33.795Z] Collecting click-repl>=0.1.6
[2021-06-14T10:31:33.795Z]   Downloading click_repl-0.2.0-py3-none-any.whl (5.2 kB)
[2021-06-14T10:31:33.795Z] Collecting click-plugins>=1.1.1
[2021-06-14T10:31:33.795Z]   Downloading click_plugins-1.1.1-py2.py3-none-any.whl (7.5 kB)
[2021-06-14T10:31:34.055Z] INFO: pip is looking at multiple versions of billiard to determine which version is compatible with other requirements. This could take a while.
[2021-06-14T10:31:34.055Z] INFO: pip is looking at multiple versions of amqp to determine which version is compatible with other requirements. This could take a while.
[2021-06-14T10:31:34.055Z] INFO: pip is looking at multiple versions of <Python from Requires-Python> to determine which version is compatible with other requirements. This could take a while.
[2021-06-14T10:31:34.055Z] INFO: pip is looking at multiple versions of django to determine which version is compatible with other requirements. This could take a while.
[2021-06-14T10:31:34.055Z] ERROR: Cannot install -r requirements.txt (line 4) and billiard==3.6.3.0 because these package versions have conflicting dependencies.
[2021-06-14T10:31:34.055Z] 
[2021-06-14T10:31:34.055Z] The conflict is caused by:
[2021-06-14T10:31:34.055Z]     The user requested billiard==3.6.3.0
[2021-06-14T10:31:34.055Z]     celery 5.1.0 depends on billiard<4.0 and >=3.6.4.0
[2021-06-14T10:31:34.055Z] 
[2021-06-14T10:31:34.055Z] To fix this you could try to:
[2021-06-14T10:31:34.055Z] 1. loosen the range of package versions you've specified
[2021-06-14T10:31:34.055Z] 2. remove package versions to allow pip attempt to solve the dependency conflict
[2021-06-14T10:31:34.055Z] 
[2021-06-14T10:31:34.055Z] ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
[2021-06-14T10:31:34.315Z] Service 'opbeans-python' failed to build: The command '/bin/sh -c /app/venv/bin/pip install -U pip setuptools &&     /app/venv/bin/pip --use-feature=2020-resolver install -r requirements.txt' returned a non-zero code: 1
[2021-06-14T10:31:34.652Z] + chmod 755 docker-logs.sh
[2021-06-14T10:31:34.942Z] + ./docker-logs.sh  docker-compose.yml
[2021-06-14T10:31:34.942Z] It is not possible to grab the logs of ce2e4d30bbdc
[2021-06-14T10:31:35.201Z] It is not possible to grab the logs of 1b8a34bdd0fb
[2021-06-14T10:31:35.219Z] Archiving artifacts
[2021-06-14T10:31:35.514Z] + docker-compose down -v
[2021-06-14T10:31:36.081Z] Removing network elastic_default
[2021-06-14T10:31:36.081Z] Removing volume elastic_esdata
[2021-06-14T10:31:36.389Z] Stage "Test" skipped due to earlier failure(s)
[2021-06-14T10:31:36.410Z] Stage "Staging" skipped due to earlier failure(s)
[2021-06-14T10:31:36.428Z] Stage "Integration Tests" skipped due to earlier failure(s)
[2021-06-14T10:31:36.448Z] Stage "Downstream" skipped due to earlier failure(s)
[2021-06-14T10:31:36.467Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-14T10:31:36.477Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-14T10:31:36.496Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-14T10:31:36.867Z] Running on Jenkins in /var/lib/jenkins/workspace/_python_opbeans-python-mbp_PR-62
[2021-06-14T10:31:36.942Z] [INFO] getVaultSecret: Getting secrets
[2021-06-14T10:31:36.983Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-06-14T10:31:37.555Z] + chmod 755 generate-build-data.sh
[2021-06-14T10:31:37.555Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-62/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-62/runs/3 FAILURE 260328
[2021-06-14T10:31:37.555Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-62/runs/3/steps/?limit=10000 -o steps-info.json
[2021-06-14T10:31:37.555Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-62/runs/3/tests/?status=FAILED -o tests-errors.json
[2021-06-14T10:31:37.555Z] Retry 1/3 exited 22, retrying in 1 seconds...
[2021-06-14T10:31:38.898Z] Retry 2/3 exited 22, retrying in 2 seconds...

Bumps [celery](https://github.com/celery/celery) from 4.4.7 to 5.1.0.
- [Release notes](https://github.com/celery/celery/releases)
- [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst)
- [Commits](celery/celery@v4.4.7...v5.1.0)

---
updated-dependencies:
- dependency-name: celery
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/celery-5.1.0 branch from ee8831d to 07ce7a2 Compare June 14, 2021 10:26
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 21, 2021

Superseded by #65.

@dependabot dependabot bot closed this Jun 21, 2021
@dependabot dependabot bot deleted the dependabot/pip/celery-5.1.0 branch June 21, 2021 23:00
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