raster-vision icon indicating copy to clipboard operation
raster-vision copied to clipboard

Bump everett from 1.0.3 to 3.0.0 in /rastervision_pipeline

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps everett from 1.0.3 to 3.0.0.

Changelog

Sourced from everett's changelog.

3.0.0 (January 13th, 2022)

Backwards incompatible changes:

  • Dropped support for Python 3.6. (#176)

  • Dropped autocomponent Sphinx directive in favor of autocomponentconfig.

Fixes and features:

  • Add support for Python 3.10. (#173)

  • Rework namespaces so that you can apply a namespace (with_namespace()) after binding a component (with_options()) (#175)

  • Overhauled, simplified, and improved documentation. Files with example output are now generated using cog <https://pypi.org/project/cogapp/>_.

  • Rewrite Sphinx extension.

    This now supports manually documenting configuration using everett:component and everett:option directives.

    This adds :everett:component: and :everett:option: roles for linking to specific configuration in the docs.

    It also addsh autocomponentconfig and automoduleconfig directives for automatically generating documentation.

    When using these directives, items are added to the index and everything is linkable making it easier to find and talk to users about specific configuration items. (#172)

2.0.1 (August, 23rd, 2021)

Fixes:

  • Fix Sphinx warning about roles in Everett sphinxext. (#165)

  • Fix get_runtime_config to work with slots (#166)

2.0.0 (July 27th, 2021)

Backwards incompatible changes:

... (truncated)

Commits
  • c76db94 Prep for 3.0.0 release
  • 2ab33e1 Merge pull request #183 from willkg/docs-fixes-2
  • 1ece464 Add note about ReadTheDocs and automoduleconfig
  • 351189e Merge pull request #182 from willkg/docs-fixes
  • f3493da Fix readthedocs build and docs issues
  • 11d061e Fix a Python formatting error
  • 1c5d1f6 Update dev dependencies
  • 3db2551 Merge pull request #181 from willkg/172-autoconfigmodule
  • 7fb6b1f Overhaul sphinx extension; support module configuration docs (#172)
  • d766717 Merge pull request #180 from willkg/more-docs-work
  • 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 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)

dependabot[bot] avatar Feb 01 '22 18:02 dependabot[bot]