chore(deps): update dependency frozendict to v2.4.4 #8

Merged
realaravinth merged 1 commit from renovate/frozendict-2.x into master 2024-06-08 13:06:14 +05:30
Member

This PR contains the following updates:

Package Update Change
frozendict minor ==2.3.8 -> ==2.4.4

Release Notes

Marco-Sulla/python-frozendict (frozendict)

v2.4.4: frozendict v2.4.4

Compare Source

Added typing for deepfreeze, register and unregister (see #​99)

Full Changelog: https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.3...v2.4.4

v2.4.3: frozendict v2.4.3

Compare Source

  • Now enums are not modified by deepfreeze (see #​98)

Full Changelog: https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.2...v2.4.3

v2.4.2: frozendict v2.4.2

Compare Source

deepfreeze doesn't change anymore the original object, by @​kenodegard in https://github.com/Marco-Sulla/python-frozendict/pull/97

Full Changelog: https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.1...v2.4.2

v2.4.1: frozendict v2.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.0...v2.4.1

v2.4.0: frozendict 2.4.0

Compare Source

Implemented deepfreeze, a function that let you transform any object, nested at any level, in a frozen one. Check the docs.

Full Changelog: https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.10...v2.4.0

v2.3.10: frozendict 2.3.10

Compare Source

What's Changed

Full Changelog: https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.9...v2.3.10

v2.3.9: frozendict 2.3.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.8...v2.3.9


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [frozendict](https://github.com/Marco-Sulla/python-frozendict) | minor | `==2.3.8` -> `==2.4.4` | --- ### Release Notes <details> <summary>Marco-Sulla/python-frozendict (frozendict)</summary> ### [`v2.4.4`](https://github.com/Marco-Sulla/python-frozendict/releases/tag/v2.4.4): frozendict v2.4.4 [Compare Source](https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.3...v2.4.4) Added typing for deepfreeze, register and unregister (see [#&#8203;99](https://github.com/Marco-Sulla/python-frozendict/issues/99)) **Full Changelog**: https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.3...v2.4.4 ### [`v2.4.3`](https://github.com/Marco-Sulla/python-frozendict/releases/tag/v2.4.3): frozendict v2.4.3 [Compare Source](https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.2...v2.4.3) - Now enums are not modified by deepfreeze (see [#&#8203;98](https://github.com/Marco-Sulla/python-frozendict/issues/98)) **Full Changelog**: https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.2...v2.4.3 ### [`v2.4.2`](https://github.com/Marco-Sulla/python-frozendict/releases/tag/v2.4.2): frozendict v2.4.2 [Compare Source](https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.1...v2.4.2) deepfreeze doesn't change anymore the original object, by [@&#8203;kenodegard](https://github.com/kenodegard) in https://github.com/Marco-Sulla/python-frozendict/pull/97 **Full Changelog**: https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.1...v2.4.2 ### [`v2.4.1`](https://github.com/Marco-Sulla/python-frozendict/releases/tag/v2.4.1): frozendict v2.4.1 [Compare Source](https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.0...v2.4.1) #### What's Changed - In deepfreeze, prefer registered conversions by [@&#8203;eischaefer](https://github.com/eischaefer) in https://github.com/Marco-Sulla/python-frozendict/pull/95 - Some little fixing to typing - Documentation typo by [@&#8203;lurch](https://github.com/lurch) in https://github.com/Marco-Sulla/python-frozendict/pull/94 #### New Contributors - [@&#8203;eischaefer](https://github.com/eischaefer) made their first contribution in https://github.com/Marco-Sulla/python-frozendict/pull/95 **Full Changelog**: https://github.com/Marco-Sulla/python-frozendict/compare/v2.4.0...v2.4.1 ### [`v2.4.0`](https://github.com/Marco-Sulla/python-frozendict/releases/tag/v2.4.0): frozendict 2.4.0 [Compare Source](https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.10...v2.4.0) Implemented deepfreeze, a function that let you transform any object, nested at any level, in a frozen one. Check the docs. **Full Changelog**: https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.10...v2.4.0 ### [`v2.3.10`](https://github.com/Marco-Sulla/python-frozendict/releases/tag/v2.3.10): frozendict 2.3.10 [Compare Source](https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.9...v2.3.10) #### What's Changed - Fix pickling in python implementation by [@&#8203;apmorton](https://github.com/apmorton) in https://github.com/Marco-Sulla/python-frozendict/pull/91 - fixed regression inintroduction of `FROZENDICT_PURE_PY` env var in conda builds **Full Changelog**: https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.9...v2.3.10 ### [`v2.3.9`](https://github.com/Marco-Sulla/python-frozendict/releases/tag/v2.3.9): frozendict 2.3.9 [Compare Source](https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.8...v2.3.9) #### What's Changed - Various improvements to type hints - Fix union of frozendict for python implementation by [@&#8203;apmorton](https://github.com/apmorton) in https://github.com/Marco-Sulla/python-frozendict/pull/89 - Avoid storing empty singleton on class itself in python implementation by [@&#8203;apmorton](https://github.com/apmorton) in https://github.com/Marco-Sulla/python-frozendict/pull/86 - Now pure py implementation can be built also passing the `FROZENDICT_PURE_PY` env var with value `1` #### New Contributors - [@&#8203;apmorton](https://github.com/apmorton) made their first contribution in https://github.com/Marco-Sulla/python-frozendict/pull/86 **Full Changelog**: https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.8...v2.3.9 </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 becomes conflicted, 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-06-02 19:27:51 +05:30
renovate-bot force-pushed renovate/frozendict-2.x from e18d098d4b to ee5705126d 2024-06-08 02:04:37 +05:30 Compare
realaravinth merged commit 2a9134afab into master 2024-06-08 13:06:14 +05:30
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ForgeFlux/nodeinfo-test#8
No description provided.