Skip to content

Conversation

@duckontheweb
Copy link
Contributor

@duckontheweb duckontheweb commented Jun 8, 2021

  • Bumps versions of black, codespell, nbsphinx, jinja2

    Bumping nbpshinx to 0.8.6 fixes Jinja2 update to version 3 breaks nbsphinx spatialaudio/nbsphinx#563, which was the reason we had pinned jinja2 to <3.0 in the first place.

  • Drops pylint and sphinx-autobuild

    pylint seemed like it was added as a dependency early on, but isn't actually used anymore. sphinx-autobuild is not used in our tests, linting, or doc builds, so it seems more appropriate for individual developers to install it themselves if it's part of their personal workflow.

Supersedes #423, #421, #415, #414, and #413

UPDATE 2021-06-10:

UPDATE 2021-06-11

PR Checklist:

  • Code is formatted (run scripts/format)
  • Tests pass (run scripts/test)
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

@duckontheweb duckontheweb force-pushed the update-dev-dependencies branch from c20d40b to adc7430 Compare June 10, 2021 14:52
@duckontheweb duckontheweb merged commit 02d26d7 into stac-utils:main Jun 11, 2021
@duckontheweb duckontheweb deleted the update-dev-dependencies branch June 11, 2021 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jinja2 update to version 3 breaks nbsphinx

2 participants