Update dependency environs to v11
This MR contains the following updates:
Package | Update | Change |
---|---|---|
environs (changelog) | major |
==10.3.0 -> ==11.0.0
|
Release Notes
sloria/environs (environs)
v11.0.0
Fixes:
- Prevent
DeprecationWarning
getting raised by marshmallow 3.21.0 (:issue:333
).
Other changes:
- Remove
subcast_key
argument ofenv.dict
. Usesubcast_keys
instead. - Bump minimum required marshmallow version to 3.13.0.
- Remove
missing
argument fromEnv
methods. Usedefault
instead. - Remove
subcast
argument fromEnv
methods that don't use it. -
Backwards-incompatible: Remove
environs.__version__
variable. Useimportlib.metadata.version("environs")
instead.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.