aleksul / repid

Repid framework: simple to use, fast to run and extensible to adopt job scheduler
http://repid.aleksul.space/
MIT License
63 stars 3 forks source link

⬆️ Update Benchmark dependencies #136

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
amqp ==5.1.1 -> ==5.2.0 age adoption passing confidence
celery (source, changelog) ==5.3.4 -> ==5.3.6 age adoption passing confidence
dramatiq ==1.14.2 -> ==1.15.0 age adoption passing confidence
uvloop ==0.17.0 -> ==0.19.0 age adoption passing confidence

Release Notes

celery/py-amqp (amqp) ### [`v5.2.0`](https://togithub.com/celery/py-amqp/blob/HEAD/Changelog#520) [Compare Source](https://togithub.com/celery/py-amqp/compare/v5.1.1...v5.2.0) \===== :release-date: 2023-11-06 10:55 A.M. UTC+6:00 :release-by: Asif Saif Uddin - Added python 3.12 and drop python 3.7 ([#​423](https://togithub.com/celery/py-amqp/issues/423)). - Test vine 5.1.0 ([#​424](https://togithub.com/celery/py-amqp/issues/424)). - Set an explicit timeout on SSL handshake to prevent hangs. - Add MessageNacked to recoverable errors. - Send heartbeat frames more often. .. \_version-5.1.1:
celery/celery (celery) ### [`v5.3.6`](https://togithub.com/celery/celery/blob/HEAD/Changelog.rst#536) [Compare Source](https://togithub.com/celery/celery/compare/v5.3.5...v5.3.6) \===== :release-date: 2023-11-22 9:15 P.M GMT+6 :release-by: Asif Saif Uddin This release is focused mainly to fix AWS SQS new feature comatibility issue and old regressions. The code changes are mostly fix for regressions. More details can be found below. ### [`v5.3.5`](https://togithub.com/celery/celery/blob/HEAD/Changelog.rst#535) [Compare Source](https://togithub.com/celery/celery/compare/v5.3.4...v5.3.5) \===== :release-date: 2023-11-10 7:15 P.M GMT+6 :release-by: Asif Saif Uddin
Bogdanp/dramatiq (dramatiq) ### [`v1.15.0`](https://togithub.com/Bogdanp/dramatiq/releases/tag/v1.15.0) [Compare Source](https://togithub.com/Bogdanp/dramatiq/compare/v1.14.2...v1.15.0) ### Fixed - The `global_broker` variable is now type hinted. ([@​jenstroeger](https://togithub.com/jenstroeger)) - Pipeline result retrieval works with non-default brokers. ([#​563](https://togithub.com/Bogdanp/dramatiq/pull/563), [#​564](https://togithub.com/Bogdanp/dramatiq/issues/564), [@​DiegoPomares](https://togithub.com/DiegoPomares)) ### Added - Asyncio support. ([#​536](https://togithub.com/Bogdanp/dramatiq/pull/536), [@​caspervdw](https://togithub.com/caspervdw)) - Timedelta support for delay arguments. ([#​569](https://togithub.com/Bogdanp/dramatiq/pull/569), [@​h3nnn4n](https://togithub.com/h3nnn4n)) ### Changed - Filesystem watcher no longer reloads dramatiq on file open events. ([#​552](https://togithub.com/Bogdanp/dramatiq/pull/552), [@​seanpile](https://togithub.com/seanpile)) - The version bound on redis-py has been increased to include version 5.0. ([#​567](https://togithub.com/Bogdanp/dramatiq/pull/567), [@​scott-8](https://togithub.com/scott-8))
MagicStack/uvloop (uvloop) ### [`v0.19.0`](https://togithub.com/MagicStack/uvloop/releases/tag/v0.19.0) [Compare Source](https://togithub.com/MagicStack/uvloop/compare/v0.18.0...v0.19.0) # Changes - Drop support of Python 3.7 and update CI ([#​578](https://togithub.com/MagicStack/uvloop/issues/578)) (by [@​fantix](https://togithub.com/fantix) in [`ee5ad26`](https://togithub.com/MagicStack/uvloop/commit/ee5ad26a) for [#​578](https://togithub.com/MagicStack/uvloop/issues/578)) # Fixes - Restore uvloop.new_event_loop and other missing uvloop members to typing ([#​573](https://togithub.com/MagicStack/uvloop/issues/573)) (by [@​graingert](https://togithub.com/graingert) in [`5c500ee`](https://togithub.com/MagicStack/uvloop/commit/5c500ee2) for [#​573](https://togithub.com/MagicStack/uvloop/issues/573)) - Fix docstring of loop.shutdown_default_executor ([#​535](https://togithub.com/MagicStack/uvloop/issues/535)) (by [@​Gelbpunkt](https://togithub.com/Gelbpunkt) in [`919da56`](https://togithub.com/MagicStack/uvloop/commit/919da567) for [#​535](https://togithub.com/MagicStack/uvloop/issues/535)) - Fix CI status badge ([#​522](https://togithub.com/MagicStack/uvloop/issues/522)) (by [@​shuuji3](https://togithub.com/shuuji3) in [`0e9ff6c`](https://togithub.com/MagicStack/uvloop/commit/0e9ff6cd) for [#​522](https://togithub.com/MagicStack/uvloop/issues/522)) ### [`v0.18.0`](https://togithub.com/MagicStack/uvloop/releases/tag/v0.18.0) [Compare Source](https://togithub.com/MagicStack/uvloop/compare/v0.17.0...v0.18.0) # Fixes - CI fixes ([#​520](https://togithub.com/MagicStack/uvloop/issues/520), [#​553](https://togithub.com/MagicStack/uvloop/issues/553)) (by [@​altendky](https://togithub.com/altendky) in [`7783f1c`](https://togithub.com/MagicStack/uvloop/commit/7783f1c5), [@​dulmandakh](https://togithub.com/dulmandakh) in [`1dd40f1`](https://togithub.com/MagicStack/uvloop/commit/1dd40f17)) - Make extract_stack resilient to lacking frames. ([#​563](https://togithub.com/MagicStack/uvloop/issues/563)) (by [@​jhance](https://togithub.com/jhance) in [`0687643`](https://togithub.com/MagicStack/uvloop/commit/06876434) for [#​563](https://togithub.com/MagicStack/uvloop/issues/563)) - Port uvloop to Python 3.12 ([#​570](https://togithub.com/MagicStack/uvloop/issues/570)) (by [@​1st1](https://togithub.com/1st1), [@​fantix](https://togithub.com/fantix) in [`9f82bd7`](https://togithub.com/MagicStack/uvloop/commit/9f82bd74) for [#​569](https://togithub.com/MagicStack/uvloop/issues/569))

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

cloudflare-pages[bot] commented 9 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5a04eb8
Status: ✅  Deploy successful!
Preview URL: https://9ddcc8e6.repid.pages.dev
Branch Preview URL: https://renovate-benchmark.repid.pages.dev

View logs

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a1f964b) 100.00% compared to head (15febda) 100.00%. Report is 6 commits behind head on main.

:exclamation: Current head 15febda differs from pull request most recent head 8f9c34c. Consider uploading reports for the commit 8f9c34c to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #136 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 61 61 Lines 2316 2316 ========================================= Hits 2316 2316 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.