Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps everett from 3.3.0 to 3.4.0.

Changelog

Sourced from everett's changelog.

3.4.0 (October 30th, 2024)

Backwards incompatible changes:

  • Drop support for Python 3.8. Thanks, Rob!

Fixes and features:

  • Add support for Python 3.13. (#260) Thanks, Rob!

  • Add support for underscore as first character in variable names in env files. (#263)

  • Add ChoiceOf parser for enforcing configuration values belong in specified value domain. (#253)

  • Fix autocomponentconfig to support components with no options. (#244)

  • Add allow_empty option to ListOf parser that lets you specify whether empty strings are a configuration error or not. (#268)

Commits
  • 4f24ced Add build as a dev package
  • 9a05ec0 Prep for v3.4.0 release
  • bd16529 Support enforcing nonempty values in ListOf (#268)
  • b4622cd Support autocomponentconfig for components with no options (#244)
  • a0abf58 Add support for ChoiceOf (#253)
  • 3e4f15a Support underscore as first char in env file variable names (#263)
  • 787a7ec refactor type annotations using Python 3.9+ syntax
  • c36771b Drop Python 3.8 support due to end-of-life
  • 06ab39e Fix #260: Add support for Python 3.13
  • 9b2db32 Add a hidden default rule to print rules
  • Additional commits viewable in compare view

Dependabot compatibility score

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 and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [everett](https://github.com/willkg/everett) from 3.3.0 to 3.4.0.
- [Changelog](https://github.com/willkg/everett/blob/main/HISTORY.rst)
- [Commits](willkg/everett@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: everett
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants