Closed dependabot-preview[bot] closed 4 years ago
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps everett from 0.9 to 1.0.2.
Changelog
*Sourced from [everett's changelog](https://github.com/willkg/everett/blob/master/HISTORY.rst).* > 1.0.2 (February 22nd, 2019) > =========================== > > Fixes: > > - Improve documentation. > - Fix problems when there are nested `BoundConfigs`. Now they work correctly. ([\#90](https://github-redirect.dependabot.com/willkg/everett/issues/\90)) > - Add "meta" to options letting you declare additional data on the option when you're adding it. > > For example, this lets you do things like mark options as "secrets" so that you know which ones to `******` out when logging your configuration. ([\#88](https://github-redirect.dependabot.com/willkg/everett/issues/\88)) > > 1.0.1 (January 8th, 2019) > ========================= > > Fixes: > > - Fix documentation issues. > - Package missing `everett.ext`. Thank you, dsblank! ([\#84](https://github-redirect.dependabot.com/willkg/everett/issues/\84)) > > 1.0.0 (January 7th, 2019) > ========================= > > Backwards incompatible changes: > > - Dropped support for Python 2.7. Everett no longer supports Python 2. ([\#73](https://github-redirect.dependabot.com/willkg/everett/issues/\73)) > - Dropped support for Python 3.3 and added support for Python 3.7. Thank you, pjz! ([\#68](https://github-redirect.dependabot.com/willkg/everett/issues/\68)) > - Moved `ConfigIniEnv` to a different module. Now you need to import it like this: > > from everett.ext.inifile import ConfigIniEnv > > ([\#79](https://github-redirect.dependabot.com/willkg/everett/issues/\79)) > > Features: > > - Everett now logs configuration discovery in the `everett` logger at the `logging.DEBUG` level. This is helpful for trouble-shooting some kinds of issues. ([\#74](https://github-redirect.dependabot.com/willkg/everett/issues/\74)) > - Everett now has a YAML configuration environment. In order to use it, you need to install its requirements: > > $ pip install everett[yaml] > > Then you can import it like this: > > from everett.ext.yamlfile import ConfigYamlEnv > > ([\#72](https://github-redirect.dependabot.com/willkg/everett/issues/\72)) > > Fixes: > > - Everett no longer requires `configobj`--it's now optional. If you use `ConfigIniEnv`, you can install it with: > > $ pip install everett[ini] > ... (truncated)Commits
- [`5653134`](https://github.com/willkg/everett/commit/5653134af59f439d2b33f3939fab2b8544428f11) Merge pull request [#95](https://github-redirect.dependabot.com/willkg/everett/issues/95) from willkg/1_0_2_release - [`b0961e2`](https://github.com/willkg/everett/commit/b0961e2057c89e06d6e69fdb46f1fd200739f8fb) Updates for 1.0.2 release - [`93d0484`](https://github.com/willkg/everett/commit/93d0484bee8714886ec4959eebf46bbb6f07a564) Merge pull request [#94](https://github-redirect.dependabot.com/willkg/everett/issues/94) from willkg/improve-docs - [`2f12148`](https://github.com/willkg/everett/commit/2f121486a031747281f2565d083605eeb43ce307) Improve documentation - [`339a391`](https://github.com/willkg/everett/commit/339a3910a49fea39818c4467359152cce6c5dd0d) Merge pull request [#93](https://github-redirect.dependabot.com/willkg/everett/issues/93) from willkg/88-extras - [`bd7e8f7`](https://github.com/willkg/everett/commit/bd7e8f7bfd20881a045299df1b9c9303f35278b5) Add meta for options - [`a7b087f`](https://github.com/willkg/everett/commit/a7b087f87d6ba3a1261b6543394f540d34258596) Merge pull request [#92](https://github-redirect.dependabot.com/willkg/everett/issues/92) from willkg/90-boundconfig - [`e7e29d0`](https://github.com/willkg/everett/commit/e7e29d0d951c0488fbce45d07e5357712458b082) Nix errant comment - [`e831681`](https://github.com/willkg/everett/commit/e83168173a5f8e57d743fed61232198a6e9971ee) Fix CircleCI - [`0ee8996`](https://github.com/willkg/everett/commit/0ee8996f7ee44c5e89b622c9bfc991267dd2705c) Fix nested BoundConfig case - Additional commits viewable in [compare view](https://github.com/willkg/everett/compare/v0.9...v1.0.2)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 - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.