Bump the pip group across 1 directory with 3 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(5 months ago)
(5 months ago)
(5 months ago)
dependencies python
ezio-melotti
Bumps the pip group with 4 updates in the / directory: sigstore, mypy, pyfakefs and pytest.
Updates sigstore from 3.6.5 to 4.1.0
Release notes
Sourced from sigstore's releases.
v4.1.0
Added
- cli: Support using other Sigstore instances with
--instance URL. New instances are trusted with new top level commandtrust-instance ROOTFILE. #1548Changed
- Added cryptography 46 to list of compatible cryptography releases (#1544)
- Improved error message when verifying bundles with unsupported log entry versions (#1569)
Fixed
- cli: Always read/write UTF-8. This fixes an issue on Windows where the platform default encoding was used: the issue has existed for a while, but became more visible with signature bundles that contain rekor2 entries. #1553
v4.0.0
This is a major release with a host of API and functionality changes. The major new feature is Rekor v2 support but many other changes are also included, see list below.
Added
- cli: Add
--rekor-versiontosigncommand arguments: This can be useful if Sigstore instance provides multiple Rekor versions and user wants to override the default choice #1471- cli: Support parallel signing. When multiple artifacts are signed, the Rekor requests are submitted in parallel: this is especially useful with Rekor v2. #1468, #1478, #1485
- oidc (API): Allow custom audience claims via API #1402
- rekor (API): Support Rekor v2 (aka rekor-tiles) in both verification and signing. #1370, #1422, #1432
- trust (API): Make TrustedRoot, SigningConfig and ClientTrustConfig public API #1496
Changed
... (truncated)
Changelog
Sourced from sigstore's changelog.
[4.1.0]
Added
- cli: Support using other Sigstore instances with
--instance URL. New instances are trusted with new top level commandtrust-instance ROOTFILE. #1548Changed
- Added cryptography 46 to list of compatible cryptography releases (#1544)
- Improved error message when verifying bundles with unsupported log entry versions (#1569)
Fixed
- cli: Always read/write UTF-8. This fixes an issue on Windows where the platform default encoding was used: the issue has existed for a while, but became more visible with signature bundles that contain rekor2 entries. #1553
[4.0.0]
This is a major release with a host of API and functionality changes. The major new feature is Rekor v2 support but many other changes are also included, see list below.
Added
- cli: Add
--rekor-versiontosigncommand arguments: This can be useful if Sigstore instance provides multiple Rekor versions and user wants to override the default choice #1471- cli: Support parallel signing. When multiple artifacts are signed, the Rekor requests are submitted in parallel: this is especially useful with Rekor v2. #1468, #1478, #1485
- oidc (API): Allow custom audience claims via API #1402
- rekor (API): Support Rekor v2 (aka rekor-tiles) in both verification and signing. #1370, #1422, #1432
- trust (API): Make TrustedRoot, SigningConfig and ClientTrustConfig public API #1496
Changed
- cli: Improve verify UX when wrong instance is used #1510
- deps: replace sigstore_protobuf_specs dependency with sigstore-models
... (truncated)
Commits
3447f96Forward port entry kindversion error improvement, bump version to 4.1.0 (#1569)2dbe03abuild(deps): bump github/codeql-action in the actions group (#1572)02daa69build(deps): bump rich from 14.1.0 to 14.2.0 (#1571)1615939build(deps): bump the actions group with 2 updates (#1568)72b6581build(deps): update ruff requirement from <0.13.4 to <0.14.1 (#1567)64dbebacli: Support using other Sigstore instances (#1548)508b0e7build(deps): bump softprops/action-gh-release in the actions group (#1563)e31f481build(deps): update ruff requirement from <0.13.3 to <0.13.4 (#1562)dec897bbuild(deps): bump github/codeql-action in the actions group (#1561)0a54b4fbuild(deps): bump cryptography from 46.0.1 to 46.0.2 (#1558)- Additional commits viewable in compare view
Updates mypy from 1.19.0 to 1.19.1
Changelog
Sourced from mypy's changelog.
Mypy 1.19.1
- Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
- Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
- Allow
types.NoneTypein match cases (A5rocks, PR 20383)- Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
- Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
- Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
- Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
- Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)
Acknowledgements
Thanks to all mypy contributors who contributed to this release:
- A5rocks
- BobTheBuidler
- bzoracler
- Chainfire
- Christoph Tyralla
- David Foster
- Frank Dana
- Guo Ci
- iap
- Ivan Levkivskyi
- James Hilton-Balfe
- jhance
- Joren Hammudoglu
- Jukka Lehtosalo
- KarelKenens
- Kevin Kannammalil
- Marc Mueller
- Michael Carlstrom
- Michael J. Sullivan
- Piotr Sawicki
- Randolf Scholz
- Shantanu
- Sigve Sebastian Farstad
- sobolevn
- Stanislav Terliakov
- Stephen Morton
- Theodore Ando
- Thiago J. Barbalho
- wyattscarpenter
I’d also like to thank my employer, Dropbox, for supporting mypy development.
Mypy 1.18
We’ve just uploaded mypy 1.18.1 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance
... (truncated)
Commits
412c19aBump version to 1.19.120aea0aUpdate changelog for 1.19.1 (#20414)2b23b50Serialize raw errors in cache metas (#20372)f60f90fFail on PyPy in main instead of setup.py (#20389)58d485bFail with an explicit error on PyPy (#20384)a4b31a2Allowtypes.NoneTypein match cases (#20383)8a6eff4[mypyc] fix generator regression with empty tuple (#20371)70eceeaFix noncommutative joins with bounded TypeVars (#20345)3890fc4Fix crash involving Unpack-ed TypeVarTuple (#20323)c93d917Fix crash on star import of redefinition (#20333)- Additional commits viewable in compare view
Updates pyfakefs from 5.10.2 to 6.0.0
Release notes
Sourced from pyfakefs's releases.
pyfakefs release version 6.0.0
- removes some deprecated functionality
- removes support for Python < 3.10
- see the release notes for a list of changes
Changelog
Sourced from pyfakefs's changelog.
Version 6.0.0 (2025-12-21)
Removes some deprecated functionality, removes support for Python < 3.10.
Breaking Changes
- removed support for Python versions < 3.10; patch releases based on
pyfakefs5.10 supporting older versions may be made on demand- removed support for patching legacy modules
scandirandpathlib2- changed the default for
FakeFilesystem.shuffle_listdir_resultstoTrueto reflect the real filesystem behaviorChanges
- added some support for Python 3.15a3
Fixes
- fixes a problem with
Pathtype hints using the pipe symbol in wrapped functions inside anfsdependent fixture (see #1242)- fixes problem with new
coveragein Python 3.14 using the fake filesystem (see #1245)Documentation
- added project information to documentation pages
Infrastructure
- added CI tests for Python 3.15
Commits
fe83300Release 6.0.0326eaa3Pin myst-parser to latest version 4.0.1ff7d908Add project info to documentation42ad731Adapt to changes in Python 3.15a37613b9fAdd CI tests for Python 3.154a4dea8Make old, deprecated "import py" optional (#1257)f0794eeUpdate furo from 2025.7.19 to 2025.12.1909a1283Update pre-commit from 4.5.0 to 4.5.157e6dfe[pre-commit.ci] pre-commit autoupdate722ab00Bump actions/cache from 4 to 5- Additional commits viewable in compare view
Updates pytest from 8.4.2 to 9.0.2
Release notes
Sourced from pytest's releases.
9.0.2
pytest 9.0.2 (2025-12-06)
Bug fixes
#13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.
You may enable it again by passing
-p terminalprogress. We may enable it by default again once compatibility improves in the future.Additionally, when the environment variable
TERMisdumb, the escape codes are no longer emitted, even if the plugin is enabled.#13904: Fixed the TOML type of the
tmp_path_retention_countsettings in the API reference from number to string.#13946: The private
config.inicfgattribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.#13965: Fixed quadratic-time behavior when handling
unittestsubtests in Python 3.10.Improved documentation
- #4492: The API Reference now contains cross-reference-able documentation of
pytest's command-line flags <command-line-flags>.9.0.1
pytest 9.0.1 (2025-11-12)
Bug fixes
- #13895: Restore support for skipping tests via
raise unittest.SkipTest.- #13896: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
- #13904: Fixed the TOML type of the verbosity settings in the API reference from number to string.
- #13910: Fixed UserWarning: Do not expect file_or_dir on some earlier Python 3.12 and 3.13 point versions.
Packaging updates and notes for downstreams
- #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its
package_envthrough theSETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTESTenvironment variable as a part of the release process -- bywebknjaz.Contributor-facing changes
- #13891, #13942: The CI/CD part of the release automation is now capable of creating GitHub Releases without having a Git checkout on disk -- by
bluetechandwebknjaz.- #13933: The tox configuration has been adjusted to make sure the desired version string can be passed into its
package_envthrough theSETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTESTenvironment variable as a part of the release process -- bywebknjaz.
... (truncated)
Commits
3d10b51Prepare release version 9.0.2188750bMerge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...b7d7befMerge pull request #14014 from bluetech/compat-notebd08e85Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...bc78386Add CLI options reference documentation (#13930)5a4e398Fix docs typo (#14005) (#14008)d7ae6dfMerge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...556f6a2pre-commit: fix rst-lint after new release (#13999) (#14001)c60fbe6Fix quadratic-time behavior when handlingunittestsubtests in Python 3.10 ...73d9b01Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
Technical Details
| ID: | 12585430 |
| UUID: | 3788014432 |
| Node ID: | PR_kwDOBAUWrs673oKi |
| Host: | GitHub |
| Repository: | python/release-tools |