Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Session Cookies
python-zeroconf
python-zeroconf
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(ci): bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [codecov/codecov-action](https://github.com/codecov/codecov-action), [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `codecov/codecov-action` from 5.4.2 to 5.4.3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/ad3126e916f78f00edff4ed0317cf185271ccc2d...18283e04ce6e62d37312384ff67231eb8fd56d24) Updates `python-semantic-release/python-semantic-release` from 9.21.0 to 10.2.0 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/26bb37cfab71a5a372e3db0f48a6eac57519a4a6...2896129e02bb7809d2cf0c1b8e9e795ee27acbcf) Updates `pypa/cibuildwheel` from 2.23.3 to 3.0.0 - [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/faf86a6ed7efa889faf6996aa23820831055001a...5f22145df44122af0f5a201f93cf0207171beca7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/github-actions-09d5ca1148
6 days ago
chore(pre-commit.ci): pre-commit autoupdate updates: - [github.com/commitizen-tools/commitizen: v4.8.2 → v4.8.3](https://github.com/commitizen-tools/commitizen/compare/v4.8.2...v4.8.3) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.12.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.11...v0.12.1) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.16.1)
pre-commit-ci-update-config
7 days ago
chore(deps-dev): bump cython from 3.1.1 to 3.1.2 Bumps [cython](https://github.com/cython/cython) from 3.1.1 to 3.1.2. - [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.1.1...3.1.2) --- updated-dependencies: - dependency-name: cython dependency-version: 3.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/cython-3.1.2
7 days ago
chore(deps-dev): bump pytest from 8.3.5 to 8.4.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pytest-8.4.1
10 days ago
chore(deps-dev): bump urllib3 from 2.3.0 to 2.5.0 in the pip group Bumps the pip group with 1 update: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.3.0 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pip-2c7469b053
10 days ago
chore(deps-dev): bump requests from 2.32.3 to 2.32.4 in the pip group (#1596) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
10 days ago
chore(deps-dev): bump setuptools from 80.8.0 to 80.9.0 (#1593) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
10 days ago
chore(pre-commit.ci): pre-commit autoupdate updates: - [github.com/commitizen-tools/commitizen: v4.8.2 → v4.8.3](https://github.com/commitizen-tools/commitizen/compare/v4.8.2...v4.8.3) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.12.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.11...v0.12.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.16.1)
pre-commit-ci-update-config
14 days ago
Active Branches
chore(ci): bump the github-actions group across 1 directory with 3 updates
last run
6 days ago
#1603
CodSpeed Performance Gauge
0%
chore(pre-commit.ci): pre-commit autoupdate
last run
7 days ago
#1594
CodSpeed Performance Gauge
0%
chore(deps-dev): bump cython from 3.1.1 to 3.1.2
last run
7 days ago
#1602
CodSpeed Performance Gauge
-1%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs