Skip to content

Commit eefee8f

Browse files
fix(deps): update dependency deepmerge to v2 (#72)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [deepmerge](https://redirect.github.com/toumorokoshi/deepmerge) | `==1.1.1` -> `==2.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/deepmerge/2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/deepmerge/2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/deepmerge/1.1.1/2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/deepmerge/1.1.1/2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>toumorokoshi/deepmerge (deepmerge)</summary> ### [`v2.0`](https://redirect.github.com/toumorokoshi/deepmerge/releases/tag/v2.0) [Compare Source](https://redirect.github.com/toumorokoshi/deepmerge/compare/v1.1.1...v2.0) #### Breaking Changes - Add typing / drop Python < 3.8 support by [@&#8203;nhairs](https://redirect.github.com/nhairs) in [https://github.com/toumorokoshi/deepmerge/pull/30](https://redirect.github.com/toumorokoshi/deepmerge/pull/30) #### What's Changed - feat: add typing for `merge` and `value_strategy` functions by [@&#8203;Atry](https://redirect.github.com/Atry) in [https://github.com/toumorokoshi/deepmerge/pull/33](https://redirect.github.com/toumorokoshi/deepmerge/pull/33) - fix: Different hash for same dictionaries problem by [@&#8203;alexeykomp](https://redirect.github.com/alexeykomp) in [https://github.com/toumorokoshi/deepmerge/pull/32](https://redirect.github.com/toumorokoshi/deepmerge/pull/32) #### New Contributors - [@&#8203;icy](https://redirect.github.com/icy) made their first contribution in [https://github.com/toumorokoshi/deepmerge/pull/29](https://redirect.github.com/toumorokoshi/deepmerge/pull/29) - [@&#8203;nhairs](https://redirect.github.com/nhairs) made their first contribution in [https://github.com/toumorokoshi/deepmerge/pull/30](https://redirect.github.com/toumorokoshi/deepmerge/pull/30) - [@&#8203;Atry](https://redirect.github.com/Atry) made their first contribution in [https://github.com/toumorokoshi/deepmerge/pull/33](https://redirect.github.com/toumorokoshi/deepmerge/pull/33) - [@&#8203;alexeykomp](https://redirect.github.com/alexeykomp) made their first contribution in [https://github.com/toumorokoshi/deepmerge/pull/32](https://redirect.github.com/toumorokoshi/deepmerge/pull/32) **Full Changelog**: toumorokoshi/deepmerge@v1.1.1...v2.0 </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Hapag-Lloyd/errbot). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3901949 commit eefee8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"Pygments==2.19.1",
4141
"pygments-markdown-lexer==0.1.0.dev39", # sytax coloring to debug md
4242
"dulwich==0.22.8", # python implementation of git
43-
"deepmerge==1.1.1",
43+
"deepmerge==2.0",
4444
]
4545

4646
src_root = os.curdir

0 commit comments

Comments
 (0)