Skip to content

Commit

Permalink
[Dependencies]: Bump chameleon from 4.5.4 to 4.6.0 (#413)
Browse files Browse the repository at this point in the history
Bumps [chameleon](https://github.com/malthe/chameleon) from 4.5.4 to
4.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/malthe/chameleon/releases">chameleon's
releases</a>.</em></p>
<blockquote>
<h2>4.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix issue with multiple dollar escape by <a
href="https://github.com/malthe"><code>@​malthe</code></a> in <a
href="https://redirect.github.com/malthe/chameleon/pull/423">malthe/chameleon#423</a></li>
<li>Fix OS runner config by <a
href="https://github.com/malthe"><code>@​malthe</code></a> in <a
href="https://redirect.github.com/malthe/chameleon/pull/425">malthe/chameleon#425</a></li>
<li>Fix load_module deprecation warnings for Python &gt;= 3.10. by <a
href="https://github.com/fschulze"><code>@​fschulze</code></a> in <a
href="https://redirect.github.com/malthe/chameleon/pull/432">malthe/chameleon#432</a></li>
<li>Fix lint tests by explicitly adding Python 3.13 to GitHub and tox.
by <a href="https://github.com/fschulze"><code>@​fschulze</code></a> in
<a
href="https://redirect.github.com/malthe/chameleon/pull/433">malthe/chameleon#433</a></li>
<li>Fix ast deprecation warnings up to Python 3.13. by <a
href="https://github.com/fschulze"><code>@​fschulze</code></a> in <a
href="https://redirect.github.com/malthe/chameleon/pull/434">malthe/chameleon#434</a></li>
<li>Remove unnecessary fixups by <a
href="https://github.com/malthe"><code>@​malthe</code></a> in <a
href="https://redirect.github.com/malthe/chameleon/pull/435">malthe/chameleon#435</a></li>
<li>Calculate package digest on first use. by <a
href="https://github.com/fschulze"><code>@​fschulze</code></a> in <a
href="https://redirect.github.com/malthe/chameleon/pull/436">malthe/chameleon#436</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/malthe/chameleon/compare/4.5.3...4.6.0">https://github.com/malthe/chameleon/compare/4.5.3...4.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/malthe/chameleon/blob/master/CHANGES.rst">chameleon's
changelog</a>.</em></p>
<blockquote>
<h2>4.6.0 (2024-12-31)</h2>
<ul>
<li>
<p>Improve startup time when no template is used.</p>
</li>
<li>
<p>Fix <code>ast</code> deprecation warnings up to Python 3.13.
(<code>[#430](malthe/chameleon#430)
&lt;https://github.com/malthe/chameleon/issues/430&gt;</code>_)</p>
</li>
<li>
<p>Fix <code>load_module</code> deprecation warnings for Python &gt;=
3.10.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/malthe/chameleon/commit/790e31c4fe0529cbf437dd96e448cbeca1fb6738"><code>790e31c</code></a>
Tagging release</li>
<li><a
href="https://github.com/malthe/chameleon/commit/90c1653fe43c2464967af345a8ae52c26dd12bc4"><code>90c1653</code></a>
Merge pull request <a
href="https://redirect.github.com/malthe/chameleon/issues/436">#436</a>
from fschulze/pkgdigest</li>
<li><a
href="https://github.com/malthe/chameleon/commit/f87613ad2b09d29927d21bcf6df2e8feb1303f02"><code>f87613a</code></a>
Add change entry</li>
<li><a
href="https://github.com/malthe/chameleon/commit/44495c84bfe839e52c185dd52acb03f6fe7e83c9"><code>44495c8</code></a>
Calculate package digest on first use.</li>
<li><a
href="https://github.com/malthe/chameleon/commit/e194d1018420ec4b3a7e78d39663b27dff5edab4"><code>e194d10</code></a>
Merge pull request <a
href="https://redirect.github.com/malthe/chameleon/issues/435">#435</a>
from malthe/fix-lineno</li>
<li><a
href="https://github.com/malthe/chameleon/commit/c6ec5aa899092bfa04d90fffd0a3e3f1cdc1950b"><code>c6ec5aa</code></a>
Remove unnecessary fixups</li>
<li><a
href="https://github.com/malthe/chameleon/commit/2b14af4ee5ac1ad411939f468a1e9a0ee6e54fe9"><code>2b14af4</code></a>
Merge pull request <a
href="https://redirect.github.com/malthe/chameleon/issues/434">#434</a>
from fschulze/ast-deprecations</li>
<li><a
href="https://github.com/malthe/chameleon/commit/b44fac42b1c9c0d947407ba4f673fbcec82136ba"><code>b44fac4</code></a>
Fix ast deprecation warnings up to Python 3.13.</li>
<li><a
href="https://github.com/malthe/chameleon/commit/1aae55f1204a5a794f7fc6bfa1c96dbb91a1bd98"><code>1aae55f</code></a>
Merge pull request <a
href="https://redirect.github.com/malthe/chameleon/issues/433">#433</a>
from fschulze/lint-fixes</li>
<li><a
href="https://github.com/malthe/chameleon/commit/743e5010283a958396e0a5886aa22f5c33c6d875"><code>743e501</code></a>
Fix lint tests by explicitly adding Python 3.13 to GitHub and tox.</li>
<li>Additional commits viewable in <a
href="https://github.com/malthe/chameleon/compare/4.5.4...4.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chameleon&package-manager=pip&previous-version=4.5.4&new-version=4.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
credfeto authored Jan 1, 2025
2 parents c06da6e + b222ea8 commit 21c0d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
chameleon==4.5.4
chameleon==4.6.0
htmlmin==0.1.12

0 comments on commit 21c0d8f

Please sign in to comment.