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 #155

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
arq (changelog) ==0.25.0 -> ==0.26.0 age adoption passing confidence
celery (source, changelog) ==5.3.6 -> ==5.4.0 age adoption passing confidence
dramatiq ==1.16.0 -> ==1.17.0 age adoption passing confidence
redis (changelog) ==5.0.1 -> ==5.0.7 age adoption passing confidence
repid ==1.5.1 -> ==1.5.4 age adoption passing confidence

Release Notes

samuelcolvin/arq (arq) ### [`v0.26.0`](https://togithub.com/samuelcolvin/arq/releases/tag/v0.26.0): (2023-05-01) [Compare Source](https://togithub.com/samuelcolvin/arq/compare/v0.25.0...v0.26.0) No changes since [v0.26.0b1](https://togithub.com/samuelcolvin/arq/releases/tag/v0.26.0b1). **Full Changelog**: https://github.com/samuelcolvin/arq/compare/v0.26.0b1...v0.26.0
celery/celery (celery) ### [`v5.4.0`](https://togithub.com/celery/celery/blob/HEAD/Changelog.rst#540) [Compare Source](https://togithub.com/celery/celery/compare/v5.3.6...v5.4.0) \===== :release-date: 2024-04-17 :release-by: Tomer Nosrati Celery v5.4.0 and v5.3.x have consistently focused on enhancing the overall QA, both internally and externally. This effort led to the new pytest-celery v1.0.0 release, developed concurrently with v5.3.0 & v5.4.0. This release introduces two significant QA enhancements: - **Smoke Tests**: A new layer of automatic tests has been added to Celery's standard CI. These tests are designed to handle production scenarios and complex conditions efficiently. While new contributions will not be halted due to the lack of smoke tests, we will request smoke tests for advanced changes where appropriate. - `Standalone Bug Report Script `\_: The new pytest-celery plugin now allows for encapsulating a complete Celery dockerized setup within a single pytest script. Incorporating these into new bug reports will enable us to reproduce reported bugs deterministically, potentially speeding up the resolution process. Contrary to the positive developments above, there have been numerous reports about issues with the Redis broker malfunctioning upon restarts and disconnections. Our initial attempts to resolve this were not successful ([#​8796](https://togithub.com/celery/celery/issues/8796)). With our enhanced QA capabilities, we are now prepared to address the core issue with Redis (as a broker) again. The rest of the changes for this release are grouped below, with the changes from the latest release candidate listed at the end. ## Changes - Add a Task class specialised for Django ([#​8491](https://togithub.com/celery/celery/issues/8491)) - Add Google Cloud Storage (GCS) backend ([#​8868](https://togithub.com/celery/celery/issues/8868)) - Added documentation to the smoke tests infra ([#​8970](https://togithub.com/celery/celery/issues/8970)) - Added a checklist item for using pytest-celery in a bug report ([#​8971](https://togithub.com/celery/celery/issues/8971)) - Bugfix: Missing id on chain ([#​8798](https://togithub.com/celery/celery/issues/8798)) - Bugfix: Worker not consuming tasks after Redis broker restart ([#​8796](https://togithub.com/celery/celery/issues/8796)) - Catch UnicodeDecodeError when opening corrupt beat-schedule.db ([#​8806](https://togithub.com/celery/celery/issues/8806)) - chore(ci): Enhance CI with `workflow_dispatch` for targeted debugging and testing ([#​8826](https://togithub.com/celery/celery/issues/8826)) - Doc: Enhance "Testing with Celery" section ([#​8955](https://togithub.com/celery/celery/issues/8955)) - Docfix: pip install celery\[sqs] -> pip install "celery\[sqs]" ([#​8829](https://togithub.com/celery/celery/issues/8829)) - Enable efficient `chord` when using dynamicdb as backend store ([#​8783](https://togithub.com/celery/celery/issues/8783)) - feat(daemon): allows daemonization options to be fetched from app settings ([#​8553](https://togithub.com/celery/celery/issues/8553)) - Fix DeprecationWarning: datetime.datetime.utcnow() ([#​8726](https://togithub.com/celery/celery/issues/8726)) - Fix recursive result parents on group in middle of chain ([#​8903](https://togithub.com/celery/celery/issues/8903)) - Fix typos and grammar ([#​8915](https://togithub.com/celery/celery/issues/8915)) - Fixed version documentation tag from [#​8553](https://togithub.com/celery/celery/issues/8553) in configuration.rst ([#​8802](https://togithub.com/celery/celery/issues/8802)) - Hotfix: Smoke tests didn't allow customizing the worker's command arguments, now it does ([#​8937](https://togithub.com/celery/celery/issues/8937)) - Make custom remote control commands available in CLI ([#​8489](https://togithub.com/celery/celery/issues/8489)) - Print safe_say() to stdout for non-error flows ([#​8919](https://togithub.com/celery/celery/issues/8919)) - Support moto 5.0 ([#​8838](https://togithub.com/celery/celery/issues/8838)) - Update contributing guide to use ssh upstream url ([#​8881](https://togithub.com/celery/celery/issues/8881)) - Update optimizing.rst ([#​8945](https://togithub.com/celery/celery/issues/8945)) - Updated concurrency docs page. ([#​8753](https://togithub.com/celery/celery/issues/8753)) ## Dependencies Updates - Bump actions/setup-python from 4 to 5 ([#​8701](https://togithub.com/celery/celery/issues/8701)) - Bump codecov/codecov-action from 3 to 4 ([#​8831](https://togithub.com/celery/celery/issues/8831)) - Bump isort from 5.12.0 to 5.13.2 ([#​8772](https://togithub.com/celery/celery/issues/8772)) - Bump msgpack from 1.0.7 to 1.0.8 ([#​8885](https://togithub.com/celery/celery/issues/8885)) - Bump mypy from 1.8.0 to 1.9.0 ([#​8898](https://togithub.com/celery/celery/issues/8898)) - Bump pre-commit to 3.6.1 ([#​8839](https://togithub.com/celery/celery/issues/8839)) - Bump pre-commit/action from 3.0.0 to 3.0.1 ([#​8835](https://togithub.com/celery/celery/issues/8835)) - Bump pytest from 8.0.2 to 8.1.1 ([#​8901](https://togithub.com/celery/celery/issues/8901)) - Bump pytest-celery to v1.0.0 ([#​8962](https://togithub.com/celery/celery/issues/8962)) - Bump pytest-cov to 5.0.0 ([#​8924](https://togithub.com/celery/celery/issues/8924)) - Bump pytest-order from 1.2.0 to 1.2.1 ([#​8941](https://togithub.com/celery/celery/issues/8941)) - Bump pytest-subtests from 0.11.0 to 0.12.1 ([#​8896](https://togithub.com/celery/celery/issues/8896)) - Bump pytest-timeout from 2.2.0 to 2.3.1 ([#​8894](https://togithub.com/celery/celery/issues/8894)) - Bump python-memcached from 1.59 to 1.61 ([#​8776](https://togithub.com/celery/celery/issues/8776)) - Bump sphinx-click from 4.4.0 to 5.1.0 ([#​8774](https://togithub.com/celery/celery/issues/8774)) - Update cryptography to 42.0.5 ([#​8869](https://togithub.com/celery/celery/issues/8869)) - Update elastic-transport requirement from <=8.12.0 to <=8.13.0 ([#​8933](https://togithub.com/celery/celery/issues/8933)) - Update elasticsearch requirement from <=8.12.1 to <=8.13.0 ([#​8934](https://togithub.com/celery/celery/issues/8934)) - Upgraded Sphinx from v5.3.0 to v7.x.x ([#​8803](https://togithub.com/celery/celery/issues/8803)) ## Changes since 5.4.0rc2 - Update elastic-transport requirement from <=8.12.0 to <=8.13.0 ([#​8933](https://togithub.com/celery/celery/issues/8933)) - Update elasticsearch requirement from <=8.12.1 to <=8.13.0 ([#​8934](https://togithub.com/celery/celery/issues/8934)) - Hotfix: Smoke tests didn't allow customizing the worker's command arguments, now it does ([#​8937](https://togithub.com/celery/celery/issues/8937)) - Bump pytest-celery to 1.0.0rc3 ([#​8946](https://togithub.com/celery/celery/issues/8946)) - Update optimizing.rst ([#​8945](https://togithub.com/celery/celery/issues/8945)) - Doc: Enhance "Testing with Celery" section ([#​8955](https://togithub.com/celery/celery/issues/8955)) - Bump pytest-celery to v1.0.0 ([#​8962](https://togithub.com/celery/celery/issues/8962)) - Bump pytest-order from 1.2.0 to 1.2.1 ([#​8941](https://togithub.com/celery/celery/issues/8941)) - Added documentation to the smoke tests infra ([#​8970](https://togithub.com/celery/celery/issues/8970)) - Added a checklist item for using pytest-celery in a bug report ([#​8971](https://togithub.com/celery/celery/issues/8971)) .. \_version-5.4.0rc2:
Bogdanp/dramatiq (dramatiq) ### [`v1.17.0`](https://togithub.com/Bogdanp/dramatiq/releases/tag/v1.17.0) [Compare Source](https://togithub.com/Bogdanp/dramatiq/compare/v1.16.0...v1.17.0) ### Added - Middleware hooks for after consumer & worker thread boot. ([#​619](https://togithub.com/Bogdanp/dramatiq/issues/619), [@​kamalmarhubi](https://togithub.com/kamalmarhubi)) - Type hints for awaitable actors. ([#​621](https://togithub.com/Bogdanp/dramatiq/issues/621), [@​DABND19](https://togithub.com/DABND19)) ### Changed - The `watch` extras now require Watchdog version 4.0+. ### Fixed - The `python_requires` version in `setup.py`. ([#​606](https://togithub.com/Bogdanp/dramatiq/issues/606), [@​niccodemus](https://togithub.com/niccodemus)) - The result middleware now takes message options into account. ([#​612](https://togithub.com/Bogdanp/dramatiq/issues/612), [@​huwylphimet](https://togithub.com/huwylphimet))
redis/redis-py (redis) ### [`v5.0.7`](https://togithub.com/redis/redis-py/releases/tag/v5.0.7): 5.0.7 [Compare Source](https://togithub.com/redis/redis-py/compare/v5.0.6...v5.0.7) ### Changes #### 🐛 Bug Fixes - None UnixDomainSocket timeout ([#​3293](https://togithub.com/redis/redis-py/issues/3293)) #### 🧰 Maintenance - Updated redis version to represent latest available build ([#​3296](https://togithub.com/redis/redis-py/issues/3296)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​vladvildanov](https://togithub.com/vladvildanov) [@​dmaier-redislabs](https://togithub.com/dmaier-redislabs) ### [`v5.0.6`](https://togithub.com/redis/redis-py/releases/tag/v5.0.6): 5.0.6 [Compare Source](https://togithub.com/redis/redis-py/compare/v5.0.5...v5.0.6) ##### Changes ##### 🐛 Bug Fixes - Handle lists in the response of INFO ### [`v5.0.5`](https://togithub.com/redis/redis-py/releases/tag/v5.0.5): 5.0.5 [Compare Source](https://togithub.com/redis/redis-py/compare/v5.0.4...v5.0.5) ### Changes #### 🐛 Bug Fixes - Fix parsing of INFO response ([#​3265](https://togithub.com/redis/redis-py/issues/3265)) ### [`v5.0.4`](https://togithub.com/redis/redis-py/releases/tag/v5.0.4): 5.0.4 [Compare Source](https://togithub.com/redis/redis-py/compare/v5.0.3...v5.0.4) ### Changes #### 🐛 Bug Fixes - Make it possible to customize SSL ciphers [(#​3212)](https://togithub.com/redis/redis-py/pull/3212) ### [`v5.0.3`](https://togithub.com/redis/redis-py/releases/tag/v5.0.3): 5.0.3 [Compare Source](https://togithub.com/redis/redis-py/compare/v5.0.2...v5.0.3) ### Changes #### 🐛 Bug Fixes - Fix breaking change: message in LockError is now optional ([#​3176](https://togithub.com/redis/redis-py/issues/3176)) #### 🧰 Maintenance - Bump release-drafter/release-drafter from 5 to 6 ([#​3171](https://togithub.com/redis/redis-py/issues/3171)) - Bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 ([#​3172](https://togithub.com/redis/redis-py/issues/3172)) - Remove redundant async-timeout dependency ([#​3177](https://togithub.com/redis/redis-py/issues/3177)) ### [`v5.0.2`](https://togithub.com/redis/redis-py/releases/tag/v5.0.2): 5.0.2 [Compare Source](https://togithub.com/redis/redis-py/compare/v5.0.1...v5.0.2) ### Changes #### 🚀 New Features - Allow to control the minimum SSL version ([#​3127](https://togithub.com/redis/redis-py/issues/3127)) - Add modules support to async RedisCluster ([#​3115](https://togithub.com/redis/redis-py/issues/3115)) - Adding lock_name to LockError ([#​3023](https://togithub.com/redis/redis-py/issues/3023)) - Add GEOSHAPE field type for index creation of RediSearch ([#​2957](https://togithub.com/redis/redis-py/issues/2957)) #### 🐛 Bug Fixes - Fix retry logic for pubsub and pipeline ([#​3134](https://togithub.com/redis/redis-py/issues/3134)) - Ignore TypeError on disconnect (within multiprocess) ([#​3149](https://togithub.com/redis/redis-py/issues/3149)) - Release already acquired connections on ClusterPipeline, when get_connection raises an exception ([#​3133](https://togithub.com/redis/redis-py/issues/3133)) - Fix possible pipeline connections leak ([#​3104](https://togithub.com/redis/redis-py/issues/3104)) - Return a copy of the response from cache ([#​3106](https://togithub.com/redis/redis-py/issues/3106)) - Fix: `HSET` unexpectedly mutates the list passed to items ([#​3103](https://togithub.com/redis/redis-py/issues/3103)) - Fix `acl_genpass` with bits ([#​3062](https://togithub.com/redis/redis-py/issues/3062)) - Allow the parsing of the asking command to forward original options ([#​3012](https://togithub.com/redis/redis-py/issues/3012)) - Fix parsing of `FT.PROFILE` result ([#​3063](https://togithub.com/redis/redis-py/issues/3063)) - Use `disable_decoding` in async `read_response` with hiredis parser. ([#​3042](https://togithub.com/redis/redis-py/issues/3042)) - Fix return types in json commands ([#​3071](https://togithub.com/redis/redis-py/issues/3071)) - Fix Specifying Target Nodes broken hyperlink ([#​3072](https://togithub.com/redis/redis-py/issues/3072)) #### 🧰 Maintenance - Fix incorrect asserts in test and ensure connections are closed ([#​3004](https://togithub.com/redis/redis-py/issues/3004)) - Revert stale issue version update ([#​3142](https://togithub.com/redis/redis-py/issues/3142)) - Docs: Add timeout parameter for get_message example ([#​3129](https://togithub.com/redis/redis-py/issues/3129)) - Bump codecov/codecov-action from 3 to 4 ([#​3131](https://togithub.com/redis/redis-py/issues/3131)) - Bump actions/stale from 3 to 9 ([#​3132](https://togithub.com/redis/redis-py/issues/3132)) - Fix grammer in BlockingConnectionPool class documentation ([#​3120](https://togithub.com/redis/redis-py/issues/3120)) - Updating async-timeout to 4.0.3 ([#​3109](https://togithub.com/redis/redis-py/issues/3109)) - Fix type hint of arbitrary argument lists ([#​2908](https://togithub.com/redis/redis-py/issues/2908)) - Fix `JSON.OBJLEN` type hint ([#​2966](https://togithub.com/redis/redis-py/issues/2966)) - Fix `HDEL` type hint ([#​3029](https://togithub.com/redis/redis-py/issues/3029)) - Docs: organize cluster mode part of lua scripting ([#​3073](https://togithub.com/redis/redis-py/issues/3073)) - Update reported version deprecation in asyncio.client ([#​2968](https://togithub.com/redis/redis-py/issues/2968)) - Make the connection callback methods public again, add documentation ([#​2980](https://togithub.com/redis/redis-py/issues/2980)) - Update repr of important classes with module name and recommended "< … ([#​3001](https://togithub.com/redis/redis-py/issues/3001)) - Typo in advanced features documentation ([#​3019](https://togithub.com/redis/redis-py/issues/3019)) - Fix typos in documentation ([#​3016](https://togithub.com/redis/redis-py/issues/3016) - Add "sum" to DUPLICATE_POLICY documentation of TS.CREATE, TS.ADD and TS.ALTER ([#​3027](https://togithub.com/redis/redis-py/issues/3027)) - Fixed typo in ocsp.py ([#​3022](https://togithub.com/redis/redis-py/issues/3022)) - Creating CODEOWNERS for documentation ([#​2993](https://togithub.com/redis/redis-py/issues/2993)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​AYMENJD](https://togithub.com/AYMENJD), [@​AniketP04](https://togithub.com/AniketP04), [@​BackflipPenguin](https://togithub.com/BackflipPenguin), [@​ING-XIAOJIAN](https://togithub.com/ING-XIAOJIAN), [@​MrDenkoV](https://togithub.com/MrDenkoV), [@​Pedram-Parsian](https://togithub.com/Pedram-Parsian), [@​TheBlusky](https://togithub.com/TheBlusky), [@​ahmedabdou14](https://togithub.com/ahmedabdou14), [@​akx](https://togithub.com/akx), [@​chayim](https://togithub.com/chayim), [@​d184230](https://togithub.com/d184230), [@​danielzhangau](https://togithub.com/danielzhangau), [@​dependabot](https://togithub.com/dependabot), [@​dependabot](https://togithub.com/dependabot)\[bot], [@​dmkulazhenko](https://togithub.com/dmkulazhenko), [@​dvora-h](https://togithub.com/dvora-h), [@​enjoy-binbin](https://togithub.com/enjoy-binbin), [@​hongqn](https://togithub.com/hongqn), [@​jakob-keller](https://togithub.com/jakob-keller), [@​kristjanvalur](https://togithub.com/kristjanvalur), [@​mattwang44](https://togithub.com/mattwang44), [@​parmenashp](https://togithub.com/parmenashp), [@​poiuj](https://togithub.com/poiuj), [@​r0ro](https://togithub.com/r0ro), [@​sjpotter](https://togithub.com/sjpotter), [@​tbbream](https://togithub.com/tbbream), [@​trkwyk](https://togithub.com/trkwyk), [@​w-miller](https://togithub.com/w-miller), [@​wKollendorf](https://togithub.com/wKollendorf), [@​zakaf](https://togithub.com/zakaf), [@​zware](https://togithub.com/zware) and [@​zxjlm](https://togithub.com/zxjlm)
aleksul/repid (repid) ### [`v1.5.4`](https://togithub.com/aleksul/repid/releases/tag/v1.5.4) [Compare Source](https://togithub.com/aleksul/repid/compare/v1.5.3...v1.5.4) #### What's Changed - 🔊 Add a bit more logs to worker.run by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/158](https://togithub.com/aleksul/repid/pull/158) **Full Changelog**: https://github.com/aleksul/repid/compare/v1.5.3...v1.5.4 ### [`v1.5.3`](https://togithub.com/aleksul/repid/releases/tag/v1.5.3) [Compare Source](https://togithub.com/aleksul/repid/compare/v1.5.2...v1.5.3) #### What's Changed - ♻️ Shutdown refactoring & better logging by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/157](https://togithub.com/aleksul/repid/pull/157) **Full Changelog**: https://github.com/aleksul/repid/compare/v1.5.2...v1.5.3 ### [`v1.5.2`](https://togithub.com/aleksul/repid/releases/tag/v1.5.2) [Compare Source](https://togithub.com/aleksul/repid/compare/v1.5.1...v1.5.2) #### What's Changed - 🔊 Log if consumer stops due to an exception by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/156](https://togithub.com/aleksul/repid/pull/156) - 📄 Update license years by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/150](https://togithub.com/aleksul/repid/pull/150) - 📝 Fix readme logo by [@​aleksul](https://togithub.com/aleksul) in [https://github.com/aleksul/repid/pull/151](https://togithub.com/aleksul/repid/pull/151) - Dependency updates **Full Changelog**: https://github.com/aleksul/repid/compare/v1.5.1...v1.5.2

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 5 months ago

Deploying repid with  Cloudflare Pages  Cloudflare Pages

Latest commit: 38bf414
Status: ✅  Deploy successful!
Preview URL: https://3f37da0a.repid.pages.dev
Branch Preview URL: https://renovate-benchmark.repid.pages.dev

View logs