TheSpaceDevs / spaceflightnewsapi

Spaceflight News API (SNAPI) enables developers to add the latest spaceflight news to their apps.
https://spaceflightnewsapi.net
67 stars 7 forks source link

chore(deps): update dependency environs to v11 #3470

Closed derkweijers closed 8 months ago

derkweijers commented 8 months ago

This PR contains the following updates:

Package Type Update Change
environs (changelog) dependencies major ^10.0.0 -> ^11.0.0

Release Notes

sloria/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.

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 Renovate Bot.