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 dependency kombu to v5.4.0 #20

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Update dependency kombu to v5.4.0 #20

merged 1 commit into from
Aug 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
kombu (source) ==5.3.7 -> ==5.4.0 age adoption passing confidence

Release Notes

celery/kombu (kombu)

v5.4.0

Compare Source

=====
:release-date: 6 August, 2024
:release-by: Tomer Nosrati

We want to add a special thanks to contribution #&#8203;2007 <https://github.com/celery/kombu/pull/2007>_ by
@​awmackowiak for fixing the Redis reconnection bug. Restoring Redis stability has been an essential improvement - thank you!

The rest of the changes are listed below.

Changes

  • fix: Fanout exchange messages mixed across virtual databases in Redis sentinel (#​1986)
  • Pin pymongo to latest version 4.7.2 (#​1994)
  • enable/fix test_etcd.py (resolves #​2001) (#​2002)
  • Limit requests<2.32.0 due to docker-py issue 3256 (#​2011)
  • enhance: allow users to disable broker heartbeats (#​1998)
  • enhance: allow uses to disable broker heartbeats by not providing a timeout (#​1997, #​1998) (#​2016)
  • chore(typing): annotate utils/debug.py (#​1714)
  • ConnectionPool can't be used after .resize(..., reset=True) (resolves #​2018) (#​2024)
  • Fix Redis connections after reconnect - consumer starts consuming the tasks after crash (#​2007)
  • Add support for mongodb+srv scheme (#​1976)
  • Added Changelog for v5.4.0rc1 (#​2033)
  • Fixed bumpversion bug with RC versions (#​2034)
  • Fix typo in README.rst (#​2036)
  • Reverted limiting requests<2.32.0 in requirements/default.txt but kept in tox.ini due to docker-py issue 3256 (#​2041)
  • Redis transport - Redelivered messages should respect the original priority (#​2026)
  • Exclude Unit 3.9 from CI (#​2046)
  • Fixed CI error from excluding Python 3.9 unit tests (#​2047)
  • Fixed flaky integration test: test_publish_requeue_consume() (#​2048)
  • fix: don't crash on properties.body_encoding: utf-8 (#​1690)
  • chore: handle kafka transport with confluentkafka ✨ (#​1574)
  • Revert "Exclude Unit 3.9 from CI #​2046" (#​2054)
  • fix azure service bus isinstance checks when None (#​2053)
  • Added Changelog for v5.4.0rc2 (#​2056)
  • Fixed typo in Changelog for v5.4.0rc2 (#​2057)
  • Use logging.Logger.warning (#​2058)
  • SQS: add support for passing MessageAttributes (#​2059)
  • Added Changelog for v5.4.0rc3 (#​2064)
  • Prepare for release: v5.4.0 (#​2095)

Dependencies Updates

  • Update mypy to 1.10.0 (#​1988)
  • Update pytest to 8.2.0 (#​1990)
  • Bump pytest from 8.2.0 to 8.2.1 (#​2005)
  • Pin typing_extensions to latest version 4.12.1 (#​2017)
  • Bump pytest from 8.2.1 to 8.2.2 (#​2021)
  • Bump pymongo from 4.7.2 to 4.7.3 (#​2022)
  • Update flake8 to 7.1.0 (#​2028)
  • Bump mypy from 1.10.0 to 1.10.1 (#​2039)
  • Bump pymongo from 4.7.3 to 4.8.0 (#​2044)
  • Pin zstandard to latest version 0.23.0 (#​2060)
  • Update mypy to 1.11.0 (#​2062)
  • Update pytest to 8.3.1 (#​2063)
  • Update typing_extensions to 4.12.2 (#​2066)
  • Pin vine to latest version 5.1.0 (#​2067)
  • Update pytest to 8.3.2 (#​2076)
  • Pin codecov to latest version 2.1.13 (#​2084)
  • Pin pytest-freezer to latest version 0.4.8 (#​2085)
  • Pin msgpack to latest version 1.0.8 (#​2080)
  • Pin python-consul2 to latest version 0.1.5 (#​2078)
  • Pin pycouchdb to latest version 1.16.0 (#​2079)
  • Pin bumpversion to latest version 0.6.0 (#​2083)
  • Pin kazoo to latest version 2.10.0 (#​2082)
  • Pin pyro4 to latest version 4.82 (#​2081)
  • Bump mypy from 1.11.0 to 1.11.1 (#​2087)
  • Bump flake8 from 7.1.0 to 7.1.1 (#​2090)

Changes since 5.4.0rc3

  • Update typing_extensions to 4.12.2 (#​2066)
  • Pin vine to latest version 5.1.0 (#​2067)
  • Update pytest to 8.3.2 (#​2076)
  • Pin codecov to latest version 2.1.13 (#​2084)
  • Pin pytest-freezer to latest version 0.4.8 (#​2085)
  • Pin msgpack to latest version 1.0.8 (#​2080)
  • Pin python-consul2 to latest version 0.1.5 (#​2078)
  • Pin pycouchdb to latest version 1.16.0 (#​2079)
  • Pin bumpversion to latest version 0.6.0 (#​2083)
  • Pin kazoo to latest version 2.10.0 (#​2082)
  • Pin pyro4 to latest version 4.82 (#​2081)
  • Bump mypy from 1.11.0 to 1.11.1 (#​2087)
  • Bump flake8 from 7.1.0 to 7.1.1 (#​2090)
  • Prepare for release: v5.4.0 (#​2095)

.. _version-5.4.0rc3:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 6, 2024 15:59
Copy link

github-actions bot commented Aug 6, 2024

Test coverage for f8f15d3

Name                           Stmts   Miss Branch BrPart  Cover   Missing
--------------------------------------------------------------------------
webhook_router/__init__.py         0      0      0      0   100%
webhook_router/app.py            103      0     32      0   100%
webhook_router/mq.py              22      0      7      0   100%
webhook_router/parse.py           52      0     16      0   100%
webhook_router/router.py          46      0     18      0   100%
webhook_router/validation.py       6      0      0      0   100%
--------------------------------------------------------------------------
TOTAL                            229      0     73      0   100%

Static code analysis report

Run started:2024-08-06 16:01:17.711742

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 1755
  Total lines skipped (#nosec): 8
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

@weiiwang01 weiiwang01 merged commit d17ba8e into main Aug 7, 2024
17 checks passed
@weiiwang01 weiiwang01 deleted the renovate/kombu-5.x branch August 7, 2024 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant