Norsk-Programmering / ProgBott

MIT License
9 stars 7 forks source link

Update dependency environs to v11 #132

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
environs (changelog) ==9.5.0 -> ==11.0.0 age adoption passing confidence

Release Notes

sloria/environs (environs) ### [`v11.0.0`](https://togithub.com/sloria/environs/blob/HEAD/CHANGELOG.md#1100-2024-03-04) [Compare Source](https://togithub.com/sloria/environs/compare/10.3.0...11.0.0) Fixes: - Prevent `DeprecationWarning` getting raised by marshmallow 3.21.0 (:issue:`333`). Other changes: - Remove `subcast_key` argument of `env.dict`. Use `subcast_keys` instead. - Bump minimum required marshmallow version to 3.13.0. - Remove `missing` argument from `Env` methods. Use `default` instead. - Remove `subcast` argument from `Env` methods that don't use it. - *Backwards-incompatible*: Remove `environs.__version__` variable. Use `importlib.metadata.version("environs")` instead. ### [`v10.3.0`](https://togithub.com/sloria/environs/blob/HEAD/CHANGELOG.md#1030-2024-01-11) [Compare Source](https://togithub.com/sloria/environs/compare/10.2.0...10.3.0) Features: - `Env.__repr__` and `Env.__str__` no longer display environment variables, to prevent accidental exfiltration of sensitive data ([#​292](https://togithub.com/sloria/environs/issues/292)). Thanks [mro-rhansen2](https://togithub.com/mro-rhansen2) for the suggestion. Bug fixes: - Fix passing `None` as default to `env.list` ([#​298](https://togithub.com/sloria/environs/issues/298)). Thanks [lucas-bremond](https://togithub.com/lucas-bremond) for reporting. ### [`v10.2.0`](https://togithub.com/sloria/environs/blob/HEAD/CHANGELOG.md#1020-2024-01-09) [Compare Source](https://togithub.com/sloria/environs/compare/10.1.0...10.2.0) Features: - `env.read_env` returns `False` if file not found ([#​294](https://togithub.com/sloria/environs/issues/294)). Thanks [rptaylor](https://togithub.com/rptaylor) for the suggestion. ### [`v10.1.0`](https://togithub.com/sloria/environs/blob/HEAD/CHANGELOG.md#1010-2024-01-08) [Compare Source](https://togithub.com/sloria/environs/compare/10.0.0...10.1.0) Features: - Allow `default` for `env.json` to be a `dict` or `list` ([#​240](https://togithub.com/sloria/environs/pull/240)). Thanks [tomgrin10](https://togithub.com/tomgrin10) and [bvanelli](https://togithub.com/bvanelli) for the PRs. Other changes: - Test against Python 3.12. ### [`v10.0.0`](https://togithub.com/sloria/environs/blob/HEAD/CHANGELOG.md#1000-2023-12-15) [Compare Source](https://togithub.com/sloria/environs/compare/9.5.0...10.0.0) Features: - Add `delimiter` argument to `env.dict` ([#​277](https://togithub.com/sloria/environs/pull/277)). Thanks [gregoiredx](https://togithub.com/gregoiredx) for the PR. Other changes: - *Backwards-incompatible*: Drop support for EOL Python 3.6 and 3.7. - Test against Python 3.11. - Migrate to setup.cfg. Thanks [deronnax](https://togithub.com/deronnax) for the PR.

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.



This PR has been generated by Mend Renovate. View repository job log here.