Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps celery from 4.4.7 to 5.1.1.

Release notes

Sourced from celery's releases.

v5.1.1

No release notes provided.

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).

... (truncated)

Changelog

Sourced from celery's changelog.

5.1.1

:release-date: TBD :release-by: Omer Katz

  • Fix --pool=threads support in command line options parsing. (#6787)
  • Fix LoggingProxy.write() return type. (#6791)
  • Couchdb key is now always coerced into a string. (#6781)
  • grp is no longer imported unconditionally. (#6804) This fixes a regression in 5.1.0 when running Celery in non-unix systems.
  • Ensure regen utility class gets marked as done when concertised. (#6789)
  • Preserve call/errbacks of replaced tasks. (#6770)
  • Use single-lookahead for regen consumption. (#6799)
  • Revoked tasks are no longer incorrectly marked as retried. (#6812, #6816)

.. version-5.1.0:

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)

... (truncated)

Commits
  • ac9e181 Bump version: 5.1.0 → 5.1.1
  • d4f35b1 Update changelog.
  • e23fb5e Refactor and simplify Request.on_failure. (#6816)
  • ba0d233 Update Changelog.
  • d667f1f improv: Use single-lookahead for regen consumption
  • 82f76d9 Fix for revoked tasks being moved to RETRY state
  • 5d72aee fix: Preserve call/errbacks of replaced tasks (#6770)
  • 536849c Ensure regen utility class gets marked as done when concretised (#6789)
  • ced7493 Run pyupgrade to ensure the code is modernized. (#6808)
  • d9d8250 grp is no longer imported unconditionally (#6804)
  • 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)

Bumps [celery](https://github.com/celery/celery) from 4.4.7 to 5.1.1.
- [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.1)

---
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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 21, 2021
@dependabot dependabot bot requested a review from a team June 21, 2021 23:00
@ghost
Copy link

ghost commented Jun 21, 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 #65 opened

  • Start Time: 2021-06-21T23:00:53.868+0000

  • Duration: 4 min 21 sec

  • Commit: 29cdb8e

Trends 🧪

Image of Build Times

Steps errors 1

Expand to view the steps failures

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

Log output

Expand to view the last 100 lines of log output

[2021-06-21T23:05:00.927Z]       Successfully uninstalled setuptools-56.0.0
[2021-06-21T23:05:01.496Z]   Attempting uninstall: pip
[2021-06-21T23:05:01.496Z]     Found existing installation: pip 21.1.1
[2021-06-21T23:05:01.496Z]     Uninstalling pip-21.1.1:
[2021-06-21T23:05:01.757Z]       Successfully uninstalled pip-21.1.1
[2021-06-21T23:05:03.138Z] Successfully installed pip-21.1.2 setuptools-57.0.0
[2021-06-21T23:05:03.708Z] 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-21T23:05:03.968Z] Collecting Django==3.2.4
[2021-06-21T23:05:03.968Z]   Downloading Django-3.2.4-py3-none-any.whl (7.9 MB)
[2021-06-21T23:05:04.539Z] Collecting amqp==2.6.1
[2021-06-21T23:05:04.539Z]   Downloading amqp-2.6.1-py2.py3-none-any.whl (48 kB)
[2021-06-21T23:05:04.799Z] Collecting billiard==3.6.3.0
[2021-06-21T23:05:04.799Z]   Downloading billiard-3.6.3.0-py3-none-any.whl (89 kB)
[2021-06-21T23:05:04.799Z] Collecting celery==5.1.1
[2021-06-21T23:05:04.799Z]   Downloading celery-5.1.1-py3-none-any.whl (401 kB)
[2021-06-21T23:05:05.059Z] Collecting future==0.18.2
[2021-06-21T23:05:05.059Z]   Downloading future-0.18.2.tar.gz (829 kB)
[2021-06-21T23:05:05.630Z] Collecting certifi
[2021-06-21T23:05:05.630Z]   Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
[2021-06-21T23:05:05.630Z] Collecting dj-database-url==0.5.0
[2021-06-21T23:05:05.630Z]   Downloading dj_database_url-0.5.0-py2.py3-none-any.whl (5.5 kB)
[2021-06-21T23:05:05.890Z] Collecting django-redis==4.12.1
[2021-06-21T23:05:05.890Z]   Downloading django_redis-4.12.1-py3-none-any.whl (19 kB)
[2021-06-21T23:05:06.150Z] Collecting elastic-apm==6.2.2
[2021-06-21T23:05:06.150Z]   Downloading elastic_apm-6.2.2-cp38-cp38-manylinux2010_x86_64.whl (334 kB)
[2021-06-21T23:05:06.410Z] Collecting elasticsearch==7.9.1
[2021-06-21T23:05:06.410Z]   Downloading elasticsearch-7.9.1-py2.py3-none-any.whl (219 kB)
[2021-06-21T23:05:06.410Z] Collecting elasticsearch-dsl==7.2.1
[2021-06-21T23:05:06.410Z]   Downloading elasticsearch_dsl-7.2.1-py2.py3-none-any.whl (53 kB)
[2021-06-21T23:05:06.410Z] Collecting gunicorn==20.0.4
[2021-06-21T23:05:06.410Z]   Downloading gunicorn-20.0.4-py2.py3-none-any.whl (77 kB)
[2021-06-21T23:05:06.670Z] Collecting honcho==1.0.1
[2021-06-21T23:05:06.670Z]   Downloading honcho-1.0.1-py2.py3-none-any.whl (21 kB)
[2021-06-21T23:05:06.670Z] Collecting kombu==4.6.11
[2021-06-21T23:05:06.670Z]   Downloading kombu-4.6.11-py2.py3-none-any.whl (184 kB)
[2021-06-21T23:05:06.930Z] Collecting psycopg2-binary==2.8.6
[2021-06-21T23:05:06.930Z]   Downloading psycopg2_binary-2.8.6-cp38-cp38-manylinux1_x86_64.whl (3.0 MB)
[2021-06-21T23:05:07.190Z] Collecting pytz
[2021-06-21T23:05:07.190Z]   Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB)
[2021-06-21T23:05:07.450Z] Collecting redis==3.5.3
[2021-06-21T23:05:07.450Z]   Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB)
[2021-06-21T23:05:07.450Z] Collecting urllib3==1.25.10
[2021-06-21T23:05:07.450Z]   Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB)
[2021-06-21T23:05:07.713Z] Collecting vine==1.3.0
[2021-06-21T23:05:07.713Z]   Downloading vine-1.3.0-py2.py3-none-any.whl (14 kB)
[2021-06-21T23:05:07.714Z] Collecting whitenoise==5.2.0
[2021-06-21T23:05:07.714Z]   Downloading whitenoise-5.2.0-py2.py3-none-any.whl (19 kB)
[2021-06-21T23:05:07.714Z] Collecting requests==2.25.1
[2021-06-21T23:05:07.714Z]   Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
[2021-06-21T23:05:07.974Z] Collecting structlog==21.1.0
[2021-06-21T23:05:07.974Z]   Downloading structlog-21.1.0-py2.py3-none-any.whl (49 kB)
[2021-06-21T23:05:07.974Z] Collecting colorama==0.4.4
[2021-06-21T23:05:07.974Z]   Downloading colorama-0.4.4-py2.py3-none-any.whl (16 kB)
[2021-06-21T23:05:08.233Z] Collecting psutil==5.7.3
[2021-06-21T23:05:08.233Z]   Downloading psutil-5.7.3.tar.gz (465 kB)
[2021-06-21T23:05:08.806Z] Collecting asgiref<4,>=3.3.2
[2021-06-21T23:05:08.806Z]   Downloading asgiref-3.3.4-py3-none-any.whl (22 kB)
[2021-06-21T23:05:09.067Z] Collecting sqlparse>=0.2.2
[2021-06-21T23:05:09.067Z]   Downloading sqlparse-0.4.1-py3-none-any.whl (42 kB)
[2021-06-21T23:05:09.067Z] 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-21T23:05:09.067Z] 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-21T23:05:09.067Z] 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-21T23:05:09.067Z] 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-21T23:05:09.067Z] ERROR: Cannot install -r requirements.txt (line 2), -r requirements.txt (line 4) and vine==1.3.0 because these package versions have conflicting dependencies.
[2021-06-21T23:05:09.067Z] 
[2021-06-21T23:05:09.067Z] The conflict is caused by:
[2021-06-21T23:05:09.067Z]     The user requested vine==1.3.0
[2021-06-21T23:05:09.067Z]     amqp 2.6.1 depends on vine<5.0.0a1 and >=1.1.3
[2021-06-21T23:05:09.067Z]     celery 5.1.1 depends on vine<6.0 and >=5.0.0
[2021-06-21T23:05:09.067Z] 
[2021-06-21T23:05:09.067Z] To fix this you could try to:
[2021-06-21T23:05:09.067Z] 1. loosen the range of package versions you've specified
[2021-06-21T23:05:09.067Z] 2. remove package versions to allow pip attempt to solve the dependency conflict
[2021-06-21T23:05:09.067Z] 
[2021-06-21T23:05:09.067Z] ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
[2021-06-21T23:05:09.640Z] 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-21T23:05:10.025Z] + chmod 755 docker-logs.sh
[2021-06-21T23:05:10.340Z] + ./docker-logs.sh  docker-compose.yml
[2021-06-21T23:05:10.340Z] It is not possible to grab the logs of 6b2be96cc6d2
[2021-06-21T23:05:10.600Z] It is not possible to grab the logs of 0a0ecc6f532f
[2021-06-21T23:05:10.891Z] Archiving artifacts
[2021-06-21T23:05:11.216Z] + docker-compose down -v
[2021-06-21T23:05:11.785Z] Removing network elastic_default
[2021-06-21T23:05:11.785Z] Removing volume elastic_esdata
[2021-06-21T23:05:12.193Z] Stage "Test" skipped due to earlier failure(s)
[2021-06-21T23:05:12.261Z] Stage "Staging" skipped due to earlier failure(s)
[2021-06-21T23:05:12.348Z] Stage "Integration Tests" skipped due to earlier failure(s)
[2021-06-21T23:05:12.417Z] Stage "Downstream" skipped due to earlier failure(s)
[2021-06-21T23:05:12.483Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-21T23:05:12.515Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-21T23:05:12.582Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-21T23:05:13.788Z] Running on worker-1225339 in /var/lib/jenkins/workspace/_python_opbeans-python-mbp_PR-65
[2021-06-21T23:05:13.898Z] [INFO] getVaultSecret: Getting secrets
[2021-06-21T23:05:13.945Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-06-21T23:05:15.993Z] + chmod 755 generate-build-data.sh
[2021-06-21T23:05:15.993Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-65/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-65/runs/1 FAILURE 260723
[2021-06-21T23:05:15.993Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-65/runs/1/steps/?limit=10000 -o steps-info.json
[2021-06-21T23:05:16.692Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-python/opbeans-python-mbp/PR-65/runs/1/tests/?status=FAILED -o tests-errors.json
[2021-06-21T23:05:16.692Z] Retry 1/3 exited 22, retrying in 1 seconds...
[2021-06-21T23:05:18.138Z] Retry 2/3 exited 22, retrying in 2 seconds...

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 22, 2021

Looks like celery is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jun 22, 2021
@dependabot dependabot bot deleted the dependabot/pip/celery-5.1.1 branch June 22, 2021 09:14
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