Pull requests :bug: Raise `ValueError` exception when IPv6 URL is empty or brackets reversed
Problem: If brackets are reversed or content inside brackets is empty,
`bracketed_host` will be an empty string. In consequence, reaching the
first element of `bracketed_host` returns an `IndexError`.
Solution: Use `startswith` because it does not raise anything if the string is empty
and then it fallbacks into the following check verifying the presence of `:`.
Also, the raised message was made more generic but still keeps its meaning. MaelPic:bugfix-ipv6-parsing CodSpeed Performance Gauge 0%
Bump multidict from 6.4.3 to 6.4.4
Bumps [multidict](https://github.com/aio-libs/multidict) from 6.4.3 to 6.4.4.
- [Release notes](https://github.com/aio-libs/multidict/releases)
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/multidict/compare/v6.4.3...v6.4.4)
---
updated-dependencies:
- dependency-name: multidict
dependency-version: 6.4.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> dependabot/pip/multidict-6.4.4 CodSpeed Performance Gauge 0%
Bump cython from 3.0.12 to 3.1.1
Bumps [cython](https://github.com/cython/cython) from 3.0.12 to 3.1.1.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](https://github.com/cython/cython/compare/3.0.12...3.1.1)
---
updated-dependencies:
- dependency-name: cython
dependency-version: 3.1.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> dependabot/pip/cython-3.1.1 CodSpeed Performance Gauge -58%
Bump pypa/cibuildwheel from 2.23.2 to 2.23.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.2 to 2.23.3.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.23.2...v2.23.3)
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-version: 2.23.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> dependabot/github_actions/pypa/cibuildwheel-2.23.3 CodSpeed Performance Gauge -10%
© 2025 CodSpeed Technology