Update dependency environs to v10
This MR contains the following updates:
Package | Update | Change |
---|---|---|
environs (changelog) | major |
==9.5.0 -> ==10.3.0
|
Release Notes
sloria/environs (environs)
v10.3.0
Features:
-
Env.__repr__
andEnv.__str__
no longer display environment variables, to prevent accidental exfiltration of sensitive data (#292). Thanks mro-rhansen2 for the suggestion.
Bug fixes:
- Fix passing
None
as default toenv.list
(#298). Thanks lucas-bremond for reporting.
v10.2.0
Features:
v10.1.0
Features:
Other changes:
- Test against Python 3.12.
v10.0.0
Features:
- Add
delimiter
argument toenv.dict
(#277). Thanks gregoiredx for the MR.
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 for the MR.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.