christopherpickering / flask-session2

Server side session extension for Flask
Other
35 stars 8 forks source link

fix(deps) Update all non-major dependencies #61

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Flask (changelog) 2.2.5 -> 2.3.2 age adoption passing confidence
isort (source, changelog) 5.11.5 -> 5.12.0 age adoption passing confidence
redis (changelog) 4.5.5 -> 4.6.0 age adoption passing confidence

Release Notes

pycqa/isort (isort) ### [`v5.12.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#​5120-January-28-2023) [Compare Source](https://togithub.com/pycqa/isort/compare/5.11.5...5.12.0) - Removed support for Python 3.7 - Fixed incompatiblity with latest poetry version - Added support for directory limitations within built in git hook
redis/redis-py (redis) ### [`v4.6.0`](https://togithub.com/redis/redis-py/releases/tag/v4.6.0): 4.6.0 [Compare Source](https://togithub.com/redis/redis-py/compare/v4.5.5...v4.6.0) ### Changes #### πŸ§ͺ Experimental Features - Support `JSON.MERGE` command ([#​2761](https://togithub.com/redis/redis-py/issues/2761)) - Support `JSON.MSET` command ([#​2766](https://togithub.com/redis/redis-py/issues/2766)) #### πŸš€ New Features - Extract abstract async connection class ([#​2734](https://togithub.com/redis/redis-py/issues/2734)) - Add support for `WAITAOF` ([#​2760](https://togithub.com/redis/redis-py/issues/2760)) - Introduce OutOfMemoryError exception for Redis write command rejections due to OOM errors ([#​2778](https://togithub.com/redis/redis-py/issues/2778)) - Add `WITHSCORE` argument to `ZRANK` ([#​2758](https://togithub.com/redis/redis-py/issues/2758)) #### πŸ› Bug Fixes - Fix dead weakref in sentinel connection causing ReferenceError ([#​2767](https://togithub.com/redis/redis-py/issues/2767)) ([#​2771](https://togithub.com/redis/redis-py/issues/2771)) - Fix Key Error in parse_xinfo_stream ([#​2788](https://togithub.com/redis/redis-py/issues/2788)) - Remove unnecessary \__del\_\_ handlers ([#​2755](https://togithub.com/redis/redis-py/issues/2755)) - Added support for missing argument to SentinelManagedConnection.read_response() ([#​2756](https://togithub.com/redis/redis-py/issues/2756)) #### 🧰 Maintenance - Fix type hint for retry_on_error in async cluster ([#​2804](https://togithub.com/redis/redis-py/issues/2804)) - Clean up documents and fix some redirects ([#​2801](https://togithub.com/redis/redis-py/issues/2801)) - Add unit tests for the `connect` method of all Redis connection classes ([#​2631](https://togithub.com/redis/redis-py/issues/2631)) - Docstring formatting fix ([#​2796](https://togithub.com/redis/redis-py/issues/2796)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​Smit-Parmar](https://togithub.com/Smit-Parmar), [@​TheKevJames](https://togithub.com/TheKevJames), [@​aciddust](https://togithub.com/aciddust), [@​bmacphee](https://togithub.com/bmacphee), [@​bodevone](https://togithub.com/bodevone), [@​dvora-h](https://togithub.com/dvora-h), [@​kristjanvalur](https://togithub.com/kristjanvalur), [@​shacharPash](https://togithub.com/shacharPash), [@​shahar-lev](https://togithub.com/shahar-lev), [@​vmihailenco](https://togithub.com/vmihailenco) and [@​woutdenolf](https://togithub.com/woutdenolf)

Configuration

πŸ“… Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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 has been generated by Mend Renovate. View repository job log here.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (0347afb) 51.51% compared to head (b8422d4) 51.51%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #61 +/- ## ======================================= Coverage 51.51% 51.51% ======================================= Files 2 2 Lines 860 860 Branches 141 141 ======================================= Hits 443 443 Misses 348 348 Partials 69 69 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.