Release notes
*Sourced from [python-box's releases](https://github.com/cdgriffith/Box/releases).*
> ## Version 3.4.5
> * Fixing update does not convert new sub dictionaries or lists (thanks to Michael Stella)
>
> ## Version 3.4.4
> * Fixing pop not properly resetting box_heritage (thanks to Jeremiah Lowin)
>
> ## Version 3.4.1
> * Fixing copy of inherited classes (thanks to pwwang)
> * Fixing `get` when used with default_box
>
> ## Version 3.4.0
> * Adding `box_intact_types` that allows preservation of selected object types (thanks to pwwang)
> * Adding limitations section to readme
Changelog
*Sourced from [python-box's changelog](https://github.com/cdgriffith/Box/blob/master/CHANGES.rst).*
> Changelog
> =========
>
> Version 3.4.5
> -------------
>
> - Fixing update does not convert new sub dictionaries or lists (thanks to Michael Stella)
> - Changing update to work as it used to with sub merging until major release
>
> Version 3.4.4
> -------------
>
> - Fixing pop not properly resetting box\_heritage (thanks to Jeremiah Lowin)
>
> Version 3.4.3
> -------------
>
> - Fixing propagation of box options when adding a new list via setdefault (thanks to Stretch)
> - Fixing update does not keep box\_intact\_types (thanks to pwwang)
> - Fixing update to operate the same way as a normal dictionary (thanks to Craig Quiter)
> - Fixing deepcopy not copying box options (thanks to Nikolay Stanishev)
>
> Version 3.4.2
> -------------
>
> - Adding license, changes and authors files to source distribution
>
> Version 3.4.1
> -------------
>
> - Fixing copy of inherited classes (thanks to pwwang)
> - Fixing get when used with default\_box
>
> Version 3.4.0
> -------------
>
> - Adding box\_intact\_types that allows preservation of selected object types (thanks to pwwang)
> - Adding limitations section to readme
>
> Version 3.3.0
> -------------
>
> - Adding BoxObject (thanks to Brandon Gomes)
>
> Version 3.2.4
> -------------
>
> - Fixing recursion issue [#68](https://github-redirect.dependabot.com/cdgriffith/Box/issues/68) when using setdefault (thanks to sdementen)
> - Fixing ordered\_box would make 'ordered\_box\_values' internal helper as key in sub boxes
>
> ... (truncated)
Commits
- See full diff in [compare view](https://github.com/cdgriffith/Box/commits/3.4.5)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps python-box from 3.3.0 to 3.4.5.
Release notes
*Sourced from [python-box's releases](https://github.com/cdgriffith/Box/releases).* > ## Version 3.4.5 > * Fixing update does not convert new sub dictionaries or lists (thanks to Michael Stella) > > ## Version 3.4.4 > * Fixing pop not properly resetting box_heritage (thanks to Jeremiah Lowin) > > ## Version 3.4.1 > * Fixing copy of inherited classes (thanks to pwwang) > * Fixing `get` when used with default_box > > ## Version 3.4.0 > * Adding `box_intact_types` that allows preservation of selected object types (thanks to pwwang) > * Adding limitations section to readmeChangelog
*Sourced from [python-box's changelog](https://github.com/cdgriffith/Box/blob/master/CHANGES.rst).* > Changelog > ========= > > Version 3.4.5 > ------------- > > - Fixing update does not convert new sub dictionaries or lists (thanks to Michael Stella) > - Changing update to work as it used to with sub merging until major release > > Version 3.4.4 > ------------- > > - Fixing pop not properly resetting box\_heritage (thanks to Jeremiah Lowin) > > Version 3.4.3 > ------------- > > - Fixing propagation of box options when adding a new list via setdefault (thanks to Stretch) > - Fixing update does not keep box\_intact\_types (thanks to pwwang) > - Fixing update to operate the same way as a normal dictionary (thanks to Craig Quiter) > - Fixing deepcopy not copying box options (thanks to Nikolay Stanishev) > > Version 3.4.2 > ------------- > > - Adding license, changes and authors files to source distribution > > Version 3.4.1 > ------------- > > - Fixing copy of inherited classes (thanks to pwwang) > - Fixing get when used with default\_box > > Version 3.4.0 > ------------- > > - Adding box\_intact\_types that allows preservation of selected object types (thanks to pwwang) > - Adding limitations section to readme > > Version 3.3.0 > ------------- > > - Adding BoxObject (thanks to Brandon Gomes) > > Version 3.2.4 > ------------- > > - Fixing recursion issue [#68](https://github-redirect.dependabot.com/cdgriffith/Box/issues/68) when using setdefault (thanks to sdementen) > - Fixing ordered\_box would make 'ordered\_box\_values' internal helper as key in sub boxes > > ... (truncated)Commits
- See full diff in [compare view](https://github.com/cdgriffith/Box/commits/3.4.5)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.