chore(ci): bump the github-actions group across 1 directory with 8 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(18 days ago)
(14 days ago)
(14 days ago)
by bdraco
dependencies github_actions
Bumps the github-actions group with 8 updates in the / directory:
Package | From | To |
---|---|---|
actions/checkout | 4.2.2 |
5.0.0 |
actions/setup-python | 5.6.0 |
6.0.0 |
codecov/codecov-action | 5.4.2 |
5.5.1 |
CodSpeedHQ/action | 3.5.0 |
4.0.1 |
python-semantic-release/python-semantic-release | 9.21.0 |
10.4.1 |
pypa/gh-action-pypi-publish | 1.12.4 |
1.13.0 |
pypa/cibuildwheel | 2.23.3 |
3.2.0 |
actions/download-artifact | 4.3.0 |
5.0.0 |
Updates actions/checkout
from 4.2.2 to 5.0.0
Release notes
Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkc
in actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.0
What's Changed
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkc
in actions/checkout#2237New Contributors
@motss
made their first contribution in actions/checkout#1971@mouismail
made their first contribution in actions/checkout#1977@benwells
made their first contribution in actions/checkout#2043@nebuk89
made their first contribution in actions/checkout#2194@salmanmkc
made their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
Changelog
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226V4.3.0
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236v4.2.2
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependency updates by
@dependabot
- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-miller
in actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabot
in actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabot
in actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabot
in actions/checkout#1695- README: Suggest
user.email
to be41898282+github-actions[bot]@users.noreply.github.com
by@cory-miller
in actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643v4.1.3
... (truncated)
Commits
08c6903
Prepare v5.0.0 release (#2238)9f26565
Update actions checkout to use node 24 (#2226)08eba0b
Prepare release v4.3.0 (#2237)631c7dc
Update package dependencies (#2236)8edcb1b
Update CODEOWNERS for actions (#2224)09d2aca
Update README.md (#2194)85e6279
Adjust positioning of user email note and permissions heading (#2044)009b9ae
Documentation update - add recommended permissions to Readme (#2043)cbb7224
Update README.md (#1977)3b9b8c8
docs: update README.md (#1971)- See full diff in compare view
Updates actions/setup-python
from 5.6.0 to 6.0.0
Release notes
Sourced from actions/setup-python's releases.
v6.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkc
in actions/setup-python#1164Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
- Add support for
pip-version
by@priyagupta108
in actions/setup-python#1129- Enhance reading from .python-version by
@krystof-k
in actions/setup-python#787- Add version parsing from Pipfile by
@aradkdj
in actions/setup-python#1067Bug fixes:
- Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by
@aparnajyothi-y
in actions/setup-python#1183- Change missing cache directory error to warning by
@aparnajyothi-y
in actions/setup-python#1182- Add Architecture-Specific PATH Management for Python with --user Flag on Windows by
@aparnajyothi-y
in actions/setup-python#1122- Include python version in PyPy python-version output by
@cdce8p
in actions/setup-python#1110- Update docs: clarification on pip authentication with setup-python by
@priya-kinthali
in actions/setup-python#1156Dependency updates:
- Upgrade idna from 2.9 to 3.7 in /tests/data by
@dependabot
[bot] in actions/setup-python#843- Upgrade form-data to fix critical vulnerabilities #182 & #183 by
@aparnajyothi-y
in actions/setup-python#1163- Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by
@aparnajyothi-y
in actions/setup-python#1165- Upgrade actions/checkout from 4 to 5 by
@dependabot
[bot] in actions/setup-python#1181- Upgrade
@actions/tool-cache
from 2.0.1 to 2.0.2 by@dependabot
[bot] in actions/setup-python#1095New Contributors
@krystof-k
made their first contribution in actions/setup-python#787@cdce8p
made their first contribution in actions/setup-python#1110@aradkdj
made their first contribution in actions/setup-python#1067Full Changelog: https://github.com/actions/setup-python/compare/v5...v6.0.0
Commits
e797f83
Upgrade to node 24 (#1164)3d1e2d2
Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712
Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cf
Bump actions/checkout from 4 to 5 (#1181)f62a0e2
Change missing cache directory error to warning (#1182)9322b3c
Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884
Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615
Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51d
Add version parsing from Pipfile (#1067)3c6f142
update documentation (#1156)- Additional commits viewable in compare view
Updates codecov/codecov-action
from 5.4.2 to 5.5.1
Release notes
Sourced from codecov/codecov-action's releases.
v5.5.1
What's Changed
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabot
[bot] in codecov/codecov-action#1833- build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by
@dependabot
[bot] in codecov/codecov-action#1861- Document a
codecov-cli
version reference example by@webknjaz
in codecov/codecov-action#1774- docs: fix typo in README by
@datalater
in codecov/codecov-action#1866- fix: update to use local app/ dir by
@thomasrockhu-codecov
in codecov/codecov-action#1872- build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by
@dependabot
[bot] in codecov/codecov-action#1867- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by
@dependabot
[bot] in codecov/codecov-action#1868- fix: overwrite pr number on fork by
@thomasrockhu-codecov
in codecov/codecov-action#1871- chore(release): 5.5.1 by
@thomasrockhu-codecov
in codecov/codecov-action#1873New Contributors
@datalater
made their first contribution in codecov/codecov-action#1866Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0...v5.5.1
v5.5.0
What's Changed
- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
@dependabot
[bot] in codecov/codecov-action#1829- docs: Refine OIDC docs by
@spalmurray
in codecov/codecov-action#1837- fix: Typo in README by
@spalmurray
in codecov/codecov-action#1838- fix: check reqs exist by
@joseph-sentry
in codecov/codecov-action#1835- Pin actions/github-script by Git SHA by
@martincostello
in codecov/codecov-action#1859- feat: upgrade wrapper to 0.2.4 by
@jviall
in codecov/codecov-action#1864- chore(release): 5.5.0 by
@thomasrockhu-codecov
in codecov/codecov-action#1865New Contributors
@spalmurray
made their first contribution in codecov/codecov-action#1837@martincostello
made their first contribution in codecov/codecov-action#1859@jviall
made their first contribution in codecov/codecov-action#1864Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3...v5.5.0
v5.4.3
What's Changed
- fix: OIDC on forks by
@joseph-sentry
in codecov/codecov-action#1823- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@dependabot
in codecov/codecov-action#1822- chore(release): 5.4.3 by
@thomasrockhu-codecov
in codecov/codecov-action#1827Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2...v5.4.3
Changelog
Sourced from codecov/codecov-action's changelog.
v5.5.1
What's Changed
- fix: overwrite pr number on fork by
@thomasrockhu-codecov
in codecov/codecov-action#1871- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by
@app/dependabot
in codecov/codecov-action#1868- build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by
@app/dependabot
in codecov/codecov-action#1867- fix: update to use local app/ dir by
@thomasrockhu-codecov
in codecov/codecov-action#1872- docs: fix typo in README by
@datalater
in codecov/codecov-action#1866- Document a
codecov-cli
version reference example by@webknjaz
in codecov/codecov-action#1774- build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by
@app/dependabot
in codecov/codecov-action#1861- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@app/dependabot
in codecov/codecov-action#1833Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1
v5.5.0
What's Changed
- feat: upgrade wrapper to 0.2.4 by
@jviall
in codecov/codecov-action#1864- Pin actions/github-script by Git SHA by
@martincostello
in codecov/codecov-action#1859- fix: check reqs exist by
@joseph-sentry
in codecov/codecov-action#1835- fix: Typo in README by
@spalmurray
in codecov/codecov-action#1838- docs: Refine OIDC docs by
@spalmurray
in codecov/codecov-action#1837- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
@app/dependabot
in codecov/codecov-action#1829Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@app/dependabot
in codecov/codecov-action#1822- fix: OIDC on forks by
@joseph-sentry
in codecov/codecov-action#1823Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
... (truncated)
Commits
5a10915
chore(release): 5.5.1 (#1873)3e0ce21
fix: overwrite pr number on fork (#1871)c4741c8
build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#1868)17370e8
build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 (#1867)18fdacf
fix: update to use local app/ dir (#1872)206148c
docs: fix typo in README (#1866)3cb13a1
Document acodecov-cli
version reference example (#1774)a4803c1
build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 (#1861)3139621
build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#1833)fdcc847
chore(release): 5.5.0 (#1865)- Additional commits viewable in compare view
Updates CodSpeedHQ/action
from 3.5.0 to 4.0.1
Release notes
Sourced from CodSpeedHQ/action's releases.
v4.0.1
Release Notes
🐛 Bug Fixes
- Url for codspeed-go-runner installer by
@not-matthias
in #112Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md
v4.0.0
💥 BREAKING
It's now required to explicitly set the runner mode to
instrumentation
orwalltime
using either:
- the
mode
argument- or the
CODSPEED_RUNNER_MODE
environment variable[!TIP] Before, this variable was automatically set to
instrumentation
on every runner except for CodSpeed macro runners where it was set towalltime
by default.Find more details in the instruments documentation.
Details
🚀 Features
- Make perf profiling enabled by default by
@GuillaumeLagrange
in #110- Make the runner mode argument required by
@GuillaumeLagrange
- Use introspected node in walltime mode by
@GuillaumeLagrange
in #108- Add instrumented go shell script by
@not-matthias
in #102🐛 Bug Fixes
- Compute proper load bias by
@not-matthias
in #107- Increase timeout for first perf ping by
@GuillaumeLagrange
- Prevent running with valgrind by
@not-matthias
in #106🏗️ Refactor
- Change go-runner binary name by
@not-matthias
in #111Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md
v3.8.1
What's Changed
🐛 Bug Fixes
- Don't show error when libpython is not found by
@not-matthias
🏗️ Refactor
⚙️ Internals
- Change log level to warn for venv_compat error by
@not-matthias
in #104
... (truncated)
Commits
653fdc3
Release v4.0.1 🚀4da7be1
chore: bump runner version to 4.0.1172d6c5
chore: make the comment about input validation more discreted15e1ce
chore: improve the release script6eeb021
Release v4.0.0 🚀74312da
chore: improve the release script8a17a35
ci: add modes to the matrix8e3f02a
feat: make the mode argument required97c7a6f
chore: bump runner version to 4.0.08a4cadd
chore: point the changelog to the runner- Additional commits viewable in compare view
Updates python-semantic-release/python-semantic-release
from 9.21.0 to 10.4.1
Release notes
Sourced from python-semantic-release/python-semantic-release's releases.
v10.4.1 (2025-09-13)
This release is published under the MIT License.
🪲 Bug Fixes
📖 Documentation
CHANGELOG: Update hyperlink in v10.4.0's additional info paragraph (PR#1323,
98ef722
)getting-started-guide: Remove notice about lack of monorepo support (PR#1327,
3f21f3f
)github-actions: Fix recommended upstream detection script's upstream name parsing (PR#1328,
ccc91c0
)✅ Resolved Issues
#1304: Bug: --no-tag is not working as expected with version command
#1326: Monorepo support warning on Getting Started page no longer required
Detailed Changes: v10.4.0...v10.4.1
Installable artifacts are available from:
v10.4.0 (2025-09-08)
This release is published under the MIT License.
✨ Features
config: Add
conventional-monorepo
as validcommit_parser
type (PR#1143,e18f866
)parser: Add new conventional-commits standard parser for monorepos (PR#1143,
e18f866
)📖 Documentation
... (truncated)
Changelog
Sourced from python-semantic-release/python-semantic-release's changelog.
.. _changelog:
========= CHANGELOG
.. _changelog-v10.4.1:
v10.4.1 (2025-09-13)
🪲 Bug Fixes
- cmd-version: Fix error where
--no-tag
is not respected, closes[#1304](https://github.com/python-semantic-release/python-semantic-release/issues/1304)
_ (PR#1329
,b090fa2
)📖 Documentation
CHANGELOG: Update hyperlink in v10.4.0's additional info paragraph (
PR#1323
,98ef722
)getting-started-guide: Remove notice about lack of monorepo support, closes
[#1326](https://github.com/python-semantic-release/python-semantic-release/issues/1326)
_ (PR#1327
,3f21f3f
)github-actions: Fix recommended upstream detection script's upstream name parsing (
PR#1328
,ccc91c0
).. _#1304: python-semantic-release/python-semantic-release#1304 .. _#1326: python-semantic-release/python-semantic-release#1326 .. _3f21f3f: https://github.com/python-semantic-release/python-semantic-release/commit/3f21f3fc47a0dacc11ec95feb2a23f8cf132e77b .. _98ef722: https://github.com/python-semantic-release/python-semantic-release/commit/98ef722b65bd6a37492cf7ec8b0425800f719114 .. _b090fa2: https://github.com/python-semantic-release/python-semantic-release/commit/b090fa2efc0ebfb40bdc572fea307d356af95a3f .. _ccc91c0: https://github.com/python-semantic-release/python-semantic-release/commit/ccc91c09fab45358c7e52b42e6c0607c68c9d8f3 .. _PR#1323: python-semantic-release/python-semantic-release#1323 .. _PR#1327: python-semantic-release/python-semantic-release#1327 .. _PR#1328: python-semantic-release/python-semantic-release#1328 .. _PR#1329: python-semantic-release/python-semantic-release#1329
.. _changelog-v10.4.0:
v10.4.0 (2025-09-08)
✨ Features
- config: Add
conventional-monorepo
as validcommit_parser
type (PR#1143
,e18f866
)
... (truncated)
Commits
4d4cb0a
10.4.1b090fa2
fix(cmd-version): fix error where--no-tag
is not respected (#1329)ccc91c0
docs(github-actions): fix recommended upstream detection script's upstream na...3f21f3f
docs(getting-started-guide): remove notice about lack of monorepo support (#1...f77c598
ci(deps): bumpactions/setup-python@v5.6.0
tov6.0.0
8fdbc3e
ci(deps): bumpactions/stale@v9.1.0
tov10.0.0
a7d0195
ci(deps): bumppython-semantic-release/publish-action@v10.3.2
tov10.4.0
ee2617c
ci(deps): bumppython-semantic-release@v10.3.2
action tov10.4.0
98ef722
docs(CHANGELOG): update hyperlink in v10.4.0's additional info paragraph (#1323)6df5e87
10.4.0- Additional commits viewable in compare view
Updates pypa/gh-action-pypi-publish
from 1.12.4 to 1.13.0
Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
v1.13.0
[!important] 🚨 This release includes fixes for GHSA-vxmw-7h4f-hqxh discovered by
@woodruffw
💰. We've also integrated Zizmor to catch similar issues in the future and you should too.✨ New Stuff
@woodruffw
💰 updated the README to no longer mention the attestations feature being experimental in #347: it's been rather stable for a year already 🎉 He also added more diagnostic output which includes printing out the GitHub Environment claim via #371 and warning about the unsupported reusable workflows configurations #306, when using Trusted Publishing.[!tip] The official support for reusable workflows is currently blocked on changes to PyPI. To get updates about progress on the action side, you may want to subscribe to #166. At PyCon US 2025 Sprints,
@facutuesca
💰,@miketheman
💰,@woodruffw
💰 and I💰 spent several hours IRL brainstorming how to fix this and migrate projects that happen to rely on an obscure corner case with reusable workflows that temporarily allows them to function by accident. The result of that discussion is posted @ pypi/warehouse#11096. Note that this is a volunteer-led effort and there is no ETA. If you need this soon, make your employer sponsor the PSF and maybe they'll be able to hire somebody for this work on Warehouse.In addition to that,
@konstin
💰 sent #378 to pinactions/setup-python
to a SHA hash. This makespypi-publish
compatible with new GitHub policies that allow organizations to mandate hash-pinning actions used in workflows.🛠️ Internal Dependencies
@webknjaz
💰 made a bunch of updates to the action runtime which includes bumping it to Python 3.13 in #331 and updating the dependency tree across the board.pip-with-requires-python
is no longer being installed (#332). Some related bumps were contributed by@woodruffw
💰 (#359) and@kurtmckee
💰 sent a contributor-facing PR, bumping the linting configuration via #335.💪 New Contributors
@kurtmckee
made their first contribution in #335@konstin
made their first contribution in #378🪞 Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.4...v1.13.0
🧔♂️ Release Manager:
@webknjaz
🇺🇦💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.
Commits
ed0c539
📦📌 Bump the pinned dependency tree77db1b7
Merge branch PR #306, GHSA-vxmw-7h4f-hqxh fix and PR #378 into unstable/v1280b3a1
Aliastyping as t
in importse380240
Useobject
in place oftyping.Any
in annotationse50bff6
Deduplicate claim ref lookupdecbc9a
Hint people to subscribe to #166 for notifications8208ad3
Ask not to report bugs with reusable workflowff0fef5
🧪 Scope WPS202 suppression to specific files1293b8c
Use yamllint disable line length linted01280
Linter (different rule)- Additional commits viewable in compare view
Updates pypa/cibuildwheel
from 2.23.3 to 3.2.0
Release notes
Sourced from pypa/cibuildwheel's releases.
v3.2.0
- ✨ Adds GraalPy v25 (Python 3.12) support (#2597)
- 🛠 Update to CPython 3.14.0rc3 (#2602)
- 🛠 Adds CPython 3.14.0 prerelease support for Android, and a number of improvements to Android builds (#2568, #2591)
- 🛠 Improvements to testing on Android, passing environment markers when installing the venv, and providing more debug output when build-verbosity is set (#2575)
- ⚠️ PyPy 3.10 was moved to
pypy-eol
in theenable
option, as it is now end-of-life. (#2521)- 📚 Docs improvements (#2574, #2601, #2598)
v3.1.4
- ✨ Add a
--clean-cache
command to clean up our cache (#2489)- 🛠 Update Python to 3.14rc2 and other patch version bumps (#2542, #2556)
- 🛠 Update Pyodide to 0.28.2 (#2562, #2558)
- 🐛 Fix resolution with
pyodide-build
whendependency-versions
is set (#2548)- 🐛 Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGE
toBOTH
on Android (#2547)- 🐛 Add
patchelf
dependency for platforms that can build Android wheels (#2552)- 🐛 Ignore empty values for
CIBW_ARCHS
like most other environment variables (#2541)- 💼 The
color
andsuggest_on_error
argparse options are now default in 3.14rc1+ (#2554)- 💼 Use the virtualenv release URL instead of blob URL (should be more robust) (#2555)
- 🧪 For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (#2557)
- 🧪 Split out platforms iOS and Android in our tests (#2519)
- 🧪 Fix and enable doctests (#2546)
- 📚 Improve our docs on free-threading (#2549)
v3.1.3
- 🐛 Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
- 🧪 Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539)
- 🧪 Remove some GraalPy Windows workarounds in our tests (#2501)
v3.1.2
- ⚠️ ...
Description has been truncated
Pull Request Statistics
2
1
+37
-20
Package Dependencies
actions/download-artifact
actions
4.3.0 → 5.0.0
Major
actions
9.21.0 → 10.4.1
Major
pypa/gh-action-pypi-publish
actions
1.12.4 → 1.13.0
Minor
Technical Details
ID: | 8927493 |
UUID: | 2876789530 |
Node ID: | PR_kwDOAUjOu86reFMa |
Host: | GitHub |
Repository: | python-zeroconf/python-zeroconf |
Merge State: | Unknown |