Stop removing spaces from walrus operators within subscripts (#3823)
Fix incorrect formatting of certain async statements (#3609)
Allow combining # fmt: skip with other comments (#3959)
There are already a few improvements in the --preview style, which are slated for the
2025 stable style. Try them out and
share your feedback. In the past, the preview
style has included some features that we were not able to stabilize. This year, we're
Stop removing spaces from walrus operators within subscripts (#3823)
Fix incorrect formatting of certain async statements (#3609)
Allow combining # fmt: skip with other comments (#3959)
There are already a few improvements in the --preview style, which are slated for the
2025 stable style. Try them out and
share your feedback. In the past, the preview
style has included some features that we were not able to stabilize. This year, we're
* Fixed an issue with incorrect keyword-argument naming with ``EllipticCurvePrivateKey``
:meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.sign`.
* Resolved compatibility issue with loading certain RSA public keys in
:func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key`.
.. _v42-0-0:
42.0.0 - 2024-01-22
BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL < 3.7.
BACKWARDS INCOMPATIBLE: Loading a PKCS7 with no content field using
:func:~cryptography.hazmat.primitives.serialization.pkcs7.load_pem_pkcs7_certificates
or
:func:~cryptography.hazmat.primitives.serialization.pkcs7.load_der_pkcs7_certificates
will now raise a ValueError rather than return an empty list.
Parsing SSH certificates no longer permits malformed critical options with
values, as documented in the 41.0.2 release notes.
Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.0.
Updated the minimum supported Rust version (MSRV) to 1.63.0, from 1.56.0.
We now publish both py37 and py39abi3 wheels. This should
resolve some errors relating to initializing a module multiple times per
process.
Support :class:~cryptography.hazmat.primitives.asymmetric.padding.PSS for
X.509 certificate signing requests and certificate revocation lists with the
keyword-only argument rsa_padding on the sign methods for
:class:~cryptography.x509.CertificateSigningRequestBuilder and
:class:~cryptography.x509.CertificateRevocationListBuilder.
Added support for obtaining X.509 certificate signing request signature
algorithm parameters (including PSS) via
:meth:~cryptography.x509.CertificateSigningRequest.signature_algorithm_parameters.
Added support for obtaining X.509 certificate revocation list signature
algorithm parameters (including PSS) via
:meth:~cryptography.x509.CertificateRevocationList.signature_algorithm_parameters.
Added mgf property to
:class:~cryptography.hazmat.primitives.asymmetric.padding.PSS.
Added algorithm and mgf properties to
:class:~cryptography.hazmat.primitives.asymmetric.padding.OAEP.
Added the following properties that return timezone-aware datetime objects:
:meth:~cryptography.x509.Certificate.not_valid_before_utc,
:meth:~cryptography.x509.Certificate.not_valid_after_utc,
:meth:~cryptography.x509.RevokedCertificate.revocation_date_utc,
:meth:~cryptography.x509.CertificateRevocationList.next_update_utc,
:meth:~cryptography.x509.CertificateRevocationList.last_update_utc.
These are timezone-aware variants of existing properties that return naïve
datetime objects.
Deprecated the following properties that return naïve datetime objects:
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will 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 minor version` will 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the python-packages group with 5 updates:
23.10.0
24.1.0
23.11.0
24.1.0
7.4.0
7.4.1
23.12.1
24.1.1
41.0.7
42.0.1
Updates
autohooks
from 23.10.0 to 24.1.0Release notes
Sourced from autohooks's releases.
Commits
bff00fe
Automatic release to 24.1.0f03fc7b
Change: Update headers of all Python files73f48bc
Change: Update formatting with black 24.1.064a1d24
Change: Unify release workflow (file) name7542c15
Add: Ignore ruff_cache from git0e70f9b
Change: Merge coverage config into pyproject.toml6faf4d1
Remove: Remove unused settings file for pylintb6fcbed
Remove: Replace isort with ruffae201e7
Update copyright in README for 2024b4d92f6
Fix: Fix README and package meta data for supported Python versionsUpdates
autohooks-plugin-ruff
from 23.11.0 to 24.1.0Release notes
Sourced from autohooks-plugin-ruff's releases.
Commits
c1ea2f0
Automatic release to 24.1.03ec2090
Change: Don't use reusable workflow for PyPI uploadd3c37d1
Update README.md (#63)03d0d5d
Change: Use trusted publisher upload for PyPIe4bacd3
Deps: Bump the python-packages group with 2 updates7f5b927
Deps: Bump the python-packages group with 3 updatesa4c195b
Deps: Bump the python-packages group with 4 updates5860945
Deps: Bump the python-packages group with 6 updatesd5022fd
Deps: Bump the github-actions group with 1 update5ad0fb0
Deps: Bump the python-packages group with 9 updatesUpdates
coverage
from 7.4.0 to 7.4.1Changelog
Sourced from coverage's changelog.
Commits
07588ea
test: give hypothesis a little more time2c96518
build: tags should be signed8d1857f
docs: sample HTML for 7.4.1ddc88f7
docs: prep for 7.4.198cd671
docs: correct two library urls498b8c9
build: coverage runs have to skip windows pypy too75b22f0
test: ignore color in tracebacksb7c41a2
build: show action environment variables for debuggingf8be865
build: run actions on 3.13 since a3 came out.de60a6d
build(deps): bump actions/dependency-review-action from 3 to 4Updates
black
from 23.12.1 to 24.1.1Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
e026c93
Prepare release 24.1.1 (#4186)79fc115
chore: ignore node_modules (produced by a pre-commit check) (#4184)8bf0454
Consistently add trailing comma on typed parameters (#4164)1607e9a
Fix missing space in option description (#4182)ed770ba
Fix cache file length (#4176)659c29a
New changelog0e6e46b
Prepare release 24.1.0 (#4170)4f47cac
Add --unstable flag (#4096)bccec8a
Show warning on invalid toml configuration (#4165)7d78946
Describe 2024 module docstring more accurately (#4168)Updates
cryptography
from 41.0.7 to 42.0.1Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
337437d
42.0.1 bump (#10252)56255de
allow SPKI RSA keys to be parsed even if they have an incorrect delimiter (#1...12f038b
fixes #10237 -- correct EC sign parameter name (#10239) (#10240)4e64baf
42.0.0 version bump (#10232)7cb13a3
we'll ship 3.2.0 for 42 (#9951)605c74e
Bump x509-limbo and/or wycheproof in CI (#10231)97578b9
Bump BoringSSL and/or OpenSSL in CI (#10230)972a7b5
verification: add test_verify_tz_aware (#10229)41daf2d
Migrate PKCS7 backend to Rust (#10228)d54093e
Remove some skips in tests that aren't needed anymore (#10223)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show