Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update templatekit requirement from <0.6 to <0.7 #225

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Updates the requirements on templatekit to permit the latest version.

Release notes

Sourced from templatekit's releases.

0.6.0

  • Add a new -i/--ignore option to the templatekit check command. This option allows the user to ignore certain files when checking for untracked files or dirty Git state after regenerating examples. This is useful for files that have dynamic content, such as dates and times, that we do not expect to be consistent.
  • Migrate the packaging to pyproject.toml and retire the setup.cfg and setup.py files.
  • Migrate to the new Rubin user guide theme for documentation.
  • Add GitHub Actions workflow to update pre-commit hooks with Neophile.
  • Adopted the PyPI trusted publishers workflow.

What's Changed

New Contributors

Full Changelog: lsst-sqre/templatekit@0.5.1...0.6.0

Changelog

Sourced from templatekit's changelog.

0.6.0 (2023-10-13)

  • Add a new -i/--ignore option to the templatekit check command. This option allows the user to ignore certain files when checking for untracked files or dirty Git state after regenerating examples. This is useful for files that have dynamic content, such as dates and times, that we do not expect to be consistent.
  • Migrate the packaging to pyproject.toml and retire the setup.cfg and setup.py files.
  • Migrate to the new Rubin user guide theme for documentation.
  • Add GitHub Actions workflow to update pre-commit hooks with Neophile.
  • Adopted the PyPI trusted publishers workflow.

0.5.1 (2022-03-15)

  • Fix an incorrect import in the SCons builder.
  • Fix reporting of SCons status in templatekit check.

0.5.0 (2022-03-15)

  • Update build system to current SQuaRE standards.
  • Add type annotations for all code.
  • Unpin all dependencies for easier use as a library.

0.4.1 (2020-02-26)

  • The click dependency is no longer pinned. This fixes compatibility with cookiecutter 1.7, which requires click 7.

0.4.0 (2019-10-15)

  • Added a new templatekit check command. This command helps both developers and CI scripts ensure that the template repository is well-structured and that all examples are up-to-date. The templatekit check command runs scons to regenerate examples, and then checks the Git state to ensure that there are no untracked or modified files, which might indicate that there are uncommitted changes to examples.
  • Internally, the templatekit.Repo class exposes a git.Repo instance from GitPython_. See templatekit.Repo.gitrepo, templatekit.Repo.is_git_dirty, and templatekit.Repo.untracked_files.

0.3.0 (2019-10-08)

  • A new Jinja filter, escape_yaml_doublequoted, is available as part of the templatekit.TemplatekitExtension. This filter is meant to be used with template variables that are inside double-quoted string fields in a YAML file. The filter escapes both double quote characters (") and backslash characters (\).
  • There is a new "Template developer" guide, which lists the escape_yaml_doublequoted filter and provides tips on how to write YAML files in templates.
  • The development procedure is now part of the documentation, rather than the README.

0.2.0 (2019-04-16)

... (truncated)

Commits
  • 16f5094 Merge pull request #42 from lsst-sqre/tickets/DM-41187
  • cadc991 Update change log for 0.6.0 release
  • ff278f0 Adopt the PyPI trusted publishers system
  • 47499fa Add neophile workflow to update pre-commit hooks
  • 8e413f7 Add check --ignore option
  • 6255ec4 Migrate documentation to documenteer[guide]
  • 2d9f678 Migrate to pyproject.toml for all package
  • aa7d601 Merge pull request #39 from lsst-sqre/u/neophile
  • 97585b1 [neophile] Update dependencies
  • 5314304 Merge pull request #38 from lsst-sqre/u/neophile
  • Additional commits viewable in compare view

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)

Updates the requirements on [templatekit](https://github.com/lsst-sqre/templatekit) to permit the latest version.
- [Release notes](https://github.com/lsst-sqre/templatekit/releases)
- [Changelog](https://github.com/lsst-sqre/templatekit/blob/main/CHANGELOG.rst)
- [Commits](lsst-sqre/templatekit@0.1.0rc1...0.6.0)

---
updated-dependencies:
- dependency-name: templatekit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 16, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 26, 2023

Looks like templatekit is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 26, 2023
@dependabot dependabot bot deleted the dependabot/pip/templatekit-lt-0.7 branch October 26, 2023 20:19
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants