Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps uritemplate from 4.1.1 to 4.2.0.

Changelog

Sourced from uritemplate's changelog.

4.2.0 - 2025-06-01

  • Drop support for Python 3.8
  • Fix bug where already url-encoded values were further escaped and encoded (See python-hyper/uritemplate#99)
  • Refactor uritemplate/variable.py to enable fixing the aforementioned bug.
Commits
  • e89ada1 Fix incorrect PyPA hash
  • 4c299c8 Add release notes for 4.2.0
  • 0f93d74 Add release workflow for automated publishing
  • 06689ac Merge pull request #120 from python-hyper/bug/99
  • 9a3307e Ensure proper quoting for various operators
  • 0ba02f6 Add new uritemplate-test testcases
  • a56e9ae Fix dependabot config typo
  • c3c8090 Fix annotations in tests on py39
  • 11787d8 Add python 3.13 to testing matrix
  • c58b8af Fix mypy for tests
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
Bumps [uritemplate](https://github.com/python-hyper/uritemplate) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/python-hyper/uritemplate/releases) - [Changelog](https://github.com/python-hyper/uritemplate/blob/main/HISTORY.rst) - [Commits](python-hyper/uritemplate@4.1.1...4.2.0) --- updated-dependencies: - dependency-name: uritemplate dependency-version: 4.2.0 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 Jun 9, 2025
@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit a4e3926 and detected 0 issues on this pull request.

View more on Code Climate.

@unixorn unixorn merged commit 655decb into main Jun 9, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/uritemplate-4.2.0 branch June 9, 2025 16:20
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

2 participants