⬆️ Update Benchmark dependencies#175
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Deploying repid with
|
| Latest commit: |
bedde32
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b47272a0.repid.pages.dev |
| Branch Preview URL: | https://renovate-benchmark.repid.pages.dev |
renovate
Bot
force-pushed
the
renovate/benchmark
branch
from
January 7, 2025 00:32
45f1dbf to
820d258
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
from
January 24, 2025 17:50
820d258 to
bf1d61e
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
from
March 6, 2025 12:27
bf1d61e to
763562f
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
from
March 31, 2025 22:49
763562f to
0b24262
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
from
April 7, 2025 22:51
0b24262 to
0f2a722
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
2 times, most recently
from
April 30, 2025 20:14
d3a16b6 to
06ef4da
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
from
May 13, 2025 19:39
06ef4da to
88a1fb2
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
2 times, most recently
from
June 1, 2025 12:41
7fc5f51 to
bb09372
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
from
June 24, 2025 14:01
bb09372 to
7946508
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
2 times, most recently
from
July 25, 2025 12:54
7a2f342 to
57143fd
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
2 times, most recently
from
August 29, 2025 20:36
7797358 to
c0fb0ad
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
2 times, most recently
from
October 18, 2025 17:51
f1efca8 to
87f1793
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
2 times, most recently
from
November 30, 2025 18:12
d36d3a6 to
76b000c
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
from
March 1, 2026 13:17
76b000c to
84d19eb
Compare
renovate
Bot
force-pushed
the
renovate/benchmark
branch
from
March 17, 2026 00:13
84d19eb to
bedde32
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.26.1→==0.27.0==5.4.0→==5.6.2==1.17.1→==1.18.0==0.38.2→==0.40.4==5.2.1→==5.3.1==1.5.4→==1.6.0==0.21.0→==0.22.1Release Notes
python-arq/arq (arq)
v0.27.0: 2025-02-02Compare Source
What's Changed
retry_on_errortype annotation by @armicron in #446Retrydocstring by @PassionateBytes in #507New Contributors
Full Changelog: python-arq/arq@v0.26.3...v0.27.0
v0.26.3Compare Source
What's Changed
New Contributors
Full Changelog: python-arq/arq@v0.26.2...v0.26.3
celery/celery (celery)
v5.6.2Compare Source
=====
:release-date: 2026-01-04
:release-by: Tomer Nosrati
What's Changed
result_extendedvs periodic task metadata and showheaders["periodic_task_name"]example (#10030).. _version-5.6.0:
v5.6.1Compare Source
=====
:release-date: 2025-12-29
:release-by: Tomer Nosrati
What's Changed
See :ref:
whatsnew-5.6for a complete overview or read the main highlights below.Python 3.9 Minimum Version
Celery 5.6.0 drops support for Python 3.8 (EOL). The minimum required Python
version is now 3.9. Users still on Python 3.8 must upgrade their Python version
before upgrading to Celery 5.6.0.
Additionally, this release includes initial support for Python 3.14.
SQS: Reverted to
pycurlfromurllib3The switch from
pycurltourllib3for the SQS transport (introduced inCelery 5.5.0 via Kombu) has been reverted due to critical issues affecting SQS
users:
UnknownOperationExceptionerrors causing container crash loopsUsers of the SQS transport must ensure
pycurlis installed. If you removedpycurlafter upgrading to Celery 5.5.0, you will need to reinstall it.Contributed by
@auvipy <https://github.com/auvipy>_ in#​9620 <https://github.com/celery/celery/pull/9620>_.Security Fix: Broker Credential Leak Prevention
Fixed a security issue where broker URLs containing passwords were being logged
in plaintext by the delayed delivery mechanism. Broker credentials are now
properly sanitized in all log output.
Contributed by
@giancarloromeo <https://github.com/giancarloromeo>_ in#​9997 <https://github.com/celery/celery/pull/9997>_.Memory Leak Fixes
Two significant memory leaks have been fixed in this release:
Exception Handling Memory Leak: Fixed a critical memory leak in task exception
handling that was particularly severe on Python 3.11+ due to enhanced traceback
data. The fix properly breaks reference cycles in tracebacks to allow garbage
collection.
Contributed by
@jaiganeshs21 <https://github.com/jaiganeshs21>_ in#​9799 <https://github.com/celery/celery/pull/9799>_.Pending Result Memory Leak: Fixed a memory leak where
AsyncResultsubscriptions were not being cleaned up when results were forgotten.
Contributed by
@tsoos99dev <https://github.com/tsoos99dev>_ in#​9806 <https://github.com/celery/celery/pull/9806>_.ETA Task Memory Limit
New configuration option :setting:
worker_eta_task_limitto prevent out-of-memorycrashes when workers fetch large numbers of ETA or countdown tasks. Previously,
workers could exhaust available memory when the broker contained many scheduled tasks.
Example usage:
.. code-block:: python
Contributed by
@sashu2310 <https://github.com/sashu2310>_ in#​9853 <https://github.com/celery/celery/pull/9853>_.Queue Type Selection for Auto-created Queues
New configuration options allow specifying the queue type and exchange type when
Celery auto-creates missing queues. This is particularly useful for RabbitMQ users
who want to use quorum queues with auto-created queues.
Configuration options:
task_create_missing_queue_type: Sets the queue type for auto-createdqueues (e.g.,
quorum,classic)task_create_missing_queue_exchange_type: Sets the exchange type forauto-created queues
Example usage:
.. code-block:: python
Contributed by
@ghirailghiro <https://github.com/ghirailghiro>_ in#​9815 <https://github.com/celery/celery/pull/9815>_.What's Changed
.. _version-5.6.0rc1:
v5.6.0Compare Source
=====
:release-date: 2025-11-30
:release-by: Tomer Nosrati
Celery v5.6.0 is now available.
Key Highlights
.. _version-5.6.0rc2:
v5.5.3Compare Source
=====
:release-date: 2025-06-01
:release-by: Tomer Nosrati
What's Changed
v5.5.2Compare Source
=====
:release-date: 2025-04-25
:release-by: Tomer Nosrati
What's Changed
v5.5.1Compare Source
=====
:release-date: 2025-04-08
:release-by: Tomer Nosrati
What's Changed
v5.5.0Compare Source
=====
:release-date: 2025-03-31
:release-by: Tomer Nosrati
Celery v5.5.0 is now available.
Key Highlights
docker composein Contributing's doc build section (#9219)_is_ambigious->_is_ambiguous(#9248)[srv]extra requirement (#9258)celery --loaderoption parsing (#9361)task_acks_late=False(#9461)Configuration
📅 Schedule: Branch creation - "before 5am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.