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

Bump chameleon from 4.4.0 to 4.5.4 #1840

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps chameleon from 4.4.0 to 4.5.4.

Release notes

Sourced from chameleon's releases.

4.5.4

What's Changed

Full Changelog: malthe/chameleon@4.5.3...4.5.4

4.5.3

What's Changed

Full Changelog: malthe/chameleon@4.5.2...4.5.3

4.5.2

What's Changed

4.5.1

What's Changed

Full Changelog: malthe/chameleon@4.5.0...4.5.1

4.5.0

What's Changed

New Contributors

Full Changelog: malthe/chameleon@4.4.3...4.5.0

4.4.4

Full Changelog: malthe/chameleon@4.4.3...4.4.4

4.4.3

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from chameleon's changelog.

4.5.4 (2024-04-08)

  • Fix an issue where $-sign interpolation escaping would not work correctly when more than two such symbols appeared next to each other. ([#422](https://github.com/malthe/chameleon/issues/422) <https://github.com/malthe/chameleon/issues/422>_)

4.5.3 (2024-04-05)

  • Minor optimization when rendering translations with a static message id (don't need to test if it's non-empty).

  • Fix a bug where a macro could not be used correctly to render a translation name. ([#419](https://github.com/malthe/chameleon/issues/419) <https://github.com/malthe/chameleon/issues/419>_)

4.5.2 (2024-01-29)

  • Fix a regression where a static symbol would not get correctly imported. ([#414](https://github.com/malthe/chameleon/issues/414) <https://github.com/malthe/chameleon/issues/414>_)

4.5.1 (2024-01-28)

  • Add Python 3.13 classifier.

  • Fix a regression where default_extension was no longer permitted as a positional argument to PageTemplateLoader. ([#411](https://github.com/malthe/chameleon/issues/411) <https://github.com/malthe/chameleon/issues/411>_)

4.5.0 (2024-01-18)

  • Chameleon now has type annotations!

  • The list of names previously disallowed for use as variables in templates such as "int" and "float" has been trimmed significantly, not because it's a good idea to use such names but because the list of disallowed names was not exhaustive and complicated the compiler code; and perhaps more importantly, the technical reason for disallowing the names in the first place no longer applies.

  • Fix a regression where generated template code would suboptimal due to incorrect handling of internal variables.

  • Always cook templates in debug mode, even when using

... (truncated)

Commits
  • 10e5d32 Tagging release
  • 6a94e9f Merge pull request #423 from malthe/issue-422-interpolation-multiple-escape
  • a5bd665 Fix issue with multiple dollar escape
  • 1b1277a Version bump
  • 2d399ec Prepare release
  • b757a4d Merge pull request #418 from Daverball/minor-type-improvements
  • 0822ac9 Merge pull request #421 from malthe/translate-msgid-check-optimization
  • 5202150 Minor optimization
  • 0d52645 Narrow type for mangle
  • c265cbd Merge pull request #420 from malthe/issue-419
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [chameleon](https://github.com/malthe/chameleon) from 4.4.0 to 4.5.4.
- [Release notes](https://github.com/malthe/chameleon/releases)
- [Changelog](https://github.com/malthe/chameleon/blob/master/CHANGES.rst)
- [Commits](malthe/chameleon@4.4.0...4.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 8, 2024
@nikolas
Copy link
Member

nikolas commented Jul 9, 2024

@dependabot rebase

1 similar comment
@nikolas
Copy link
Member

nikolas commented Jul 22, 2024

@dependabot rebase

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.

1 participant