Skip to content

Commit e4bffe9

Browse files
Bump uritemplate from 4.1.1 to 4.2.0 (#11125)
Bumps [uritemplate](https://github.com/python-hyper/uritemplate) from 4.1.1 to 4.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-hyper/uritemplate/blob/main/HISTORY.rst">uritemplate's changelog</a>.</em></p> <blockquote> <h2>4.2.0 - 2025-06-01</h2> <ul> <li>Drop support for Python 3.8</li> <li>Fix bug where already url-encoded values were further escaped and encoded (See <a href="https://redirect.github.com/python-hyper/uritemplate/issues/99">python-hyper/uritemplate#99</a>)</li> <li>Refactor <code>uritemplate/variable.py</code> to enable fixing the aforementioned bug.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-hyper/uritemplate/commit/e89ada10dd4e9deb8c576f3f0de8a813fbea9c02"><code>e89ada1</code></a> Fix incorrect PyPA hash</li> <li><a href="https://github.com/python-hyper/uritemplate/commit/4c299c8bad44b0c9914f6d106a1707f7ddb040a2"><code>4c299c8</code></a> Add release notes for 4.2.0</li> <li><a href="https://github.com/python-hyper/uritemplate/commit/0f93d745c2876bd034331b0ce64555c3d232e435"><code>0f93d74</code></a> Add release workflow for automated publishing</li> <li><a href="https://github.com/python-hyper/uritemplate/commit/06689acff0393cf6e9ef329ec83f4a2ca1e63e62"><code>06689ac</code></a> Merge pull request <a href="https://redirect.github.com/python-hyper/uritemplate/issues/120">#120</a> from python-hyper/bug/99</li> <li><a href="https://github.com/python-hyper/uritemplate/commit/9a3307e54bf7c8b7d1dab9df5bb35a59d2816939"><code>9a3307e</code></a> Ensure proper quoting for various operators</li> <li><a href="https://github.com/python-hyper/uritemplate/commit/0ba02f65ded9f03b522b9809bead0c4a144a80d3"><code>0ba02f6</code></a> Add new uritemplate-test testcases</li> <li><a href="https://github.com/python-hyper/uritemplate/commit/a56e9ae5b9f1fcc4c7c29974d89f9fd037fd4130"><code>a56e9ae</code></a> Fix dependabot config typo</li> <li><a href="https://github.com/python-hyper/uritemplate/commit/c3c8090827dc261e5f021ea240f6480379e63fe8"><code>c3c8090</code></a> Fix annotations in tests on py39</li> <li><a href="https://github.com/python-hyper/uritemplate/commit/11787d81fc0123e7279bd573561ab190cf764017"><code>11787d8</code></a> Add python 3.13 to testing matrix</li> <li><a href="https://github.com/python-hyper/uritemplate/commit/c58b8af9b1f60da6b277b762478aecf0a9bc3130"><code>c58b8af</code></a> Fix mypy for tests</li> <li>Additional commits viewable in <a href="https://github.com/python-hyper/uritemplate/compare/4.1.1...4.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uritemplate&package-manager=pip&previous-version=4.1.1&new-version=4.2.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6bc1193 commit e4bffe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ typing-extensions==4.13.2
273273
# typing-inspection
274274
typing-inspection==0.4.1
275275
# via pydantic
276-
uritemplate==4.1.1
276+
uritemplate==4.2.0
277277
# via gidgethub
278278
urllib3==2.4.0
279279
# via requests

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ typing-extensions==4.13.2
264264
# typing-inspection
265265
typing-inspection==0.4.1
266266
# via pydantic
267-
uritemplate==4.1.1
267+
uritemplate==4.2.0
268268
# via gidgethub
269269
urllib3==2.4.0
270270
# via requests

0 commit comments

Comments
 (0)