Skip to content

chore(deps): update dependency furl to v2.1.4#37

Open
red-hat-konflux[bot] wants to merge 1 commit intokonflux-testfrom
konflux/mintmaker/konflux-test/furl-2.x
Open

chore(deps): update dependency furl to v2.1.4#37
red-hat-konflux[bot] wants to merge 1 commit intokonflux-testfrom
konflux/mintmaker/konflux-test/furl-2.x

Conversation

@red-hat-konflux
Copy link

@red-hat-konflux red-hat-konflux bot commented Nov 6, 2025

This PR contains the following updates:

Package Change Age Confidence
furl ==2.1.0 -> ==2.1.4 age confidence

Release Notes

gruns/furl (furl)

v2.1.4: furl v2.1.4

Changed: Drop support for all Python versions prior to Python 3.8, which are now long past EOL. Notably: Python 2 is no longer supported.

v2.1.2: Furl v2.1.2.

Compare Source

Fixed: Support Python 3.9's changed urllib.parse.urljoin() behavior.

  • < py3.9: furl('wss://slrp.com/').join('foo:1') -> 'wss://slrp.com/foo:1'
  • >= py3.9: furl('wss://slrp.com/').join('foo:1') -> 'foo:1'

Changed: Drop semicolon query delimiters. See https://bugs.python.org/issue42967.
Changed: Drop support for EOL Python 3.4 and Python 3.5.

v2.1.1: Furl v2.1.1.

Compare Source

Fixed: Export metadata variables (furl.__title__, furl.__version__, etc).
Added: scheme, host, netloc, and origin as parameters to furl.remove().
Changed: Homogenize parameter order across furl.add(), furl.set(), and furl.remove().
Changed: furl.origin can be assigned None. This has the same behavior as furl.remove(origin=True).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants