Bumps the pip group with 2 updates in the /valueflows_node directory: cryptography and python-multipart.
Bumps the pip group with 2 updates in the / directory: cryptography and python-multipart.
Updates cryptography from 42.0.0 to 44.0.1
Changelog
Sourced from cryptography's changelog.
44.0.1 - 2025年02月11日
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.4.1.
* We now build ``armv7l`` ``manylinux`` wheels and publish them to PyPI.
* We now build ``manylinux_2_34`` wheels and publish them to PyPI.
.. _v44-0-0:
44.0.0 - 2024年11月27日
- BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL < 3.9.
- Deprecated Python 3.7 support. Python 3.7 is no longer supported by the
Python core team. Support for Python 3.7 will be removed in a future
cryptography release.
- Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.4.0.
- macOS wheels are now built against the macOS 10.13 SDK. Users on older
versions of macOS should upgrade, or they will need to build
cryptography themselves.
- Enforce the :rfc:
5280 requirement that extended key usage extensions must
not be empty.
- Added support for timestamp extraction to the
:class:
~cryptography.fernet.MultiFernet class.
- Relax the Authority Key Identifier requirements on root CA certificates
during X.509 verification to allow fields permitted by :rfc:
5280 but
forbidden by the CA/Browser BRs.
- Added support for :class:
~cryptography.hazmat.primitives.kdf.argon2.Argon2id
when using OpenSSL 3.2.0+.
- Added support for the :class:
~cryptography.x509.Admissions certificate extension.
- Added basic support for PKCS7 decryption (including S/MIME 3.2) via
:func:
~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_der,
:func:~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_pem, and
:func:~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_smime.
.. _v43-0-3:
43.0.3 - 2024年10月18日
* Fixed release metadata for ``cryptography-vectors``
.. _v43-0-2:
43.0.2 - 2024年10月18日
- Fixed compilation when using LibreSSL 4.0.0.
.. _v43-0-1:
... (truncated)
Commits
Updates python-multipart from 0.0.6 to 0.0.18
Release notes
Sourced from python-multipart's releases.
Version 0.0.18
What's Changed
Full Changelog: Kludex/python-multipart@0.0.17...0.0.18
Version 0.0.17
What's Changed
Full Changelog: Kludex/python-multipart@0.0.16...0.0.17
Version 0.0.16
What's Changed
Full Changelog: Kludex/python-multipart@0.0.15...0.0.16
Version 0.0.15
What's Changed
- Replace
FutureWarning to PendingDeprecationWarning #174.
- Add missing files to SDist #171.
Full Changelog: Kludex/python-multipart@0.0.14...0.0.15
Version 0.0.14
What's Changed
Full Changelog: Kludex/python-multipart@0.0.13...0.0.14
Version 0.0.13
What's Changed
New Contributors
Full Changelog: Kludex/python-multipart@0.0.12...0.0.13
... (truncated)
Changelog
Sourced from python-multipart's changelog.
0.0.18 (2024年11月28日)
- Hard break if found data after last boundary on
MultipartParser #189.
0.0.17 (2024年10月31日)
- Handle PermissionError in fallback code for old import name #182.
0.0.16 (2024年10月27日)
- Add dunder attributes to
multipart package #177.
0.0.15 (2024年10月27日)
- Replace
FutureWarning to PendingDeprecationWarning #174.
- Add missing files to SDist #171.
0.0.14 (2024年10月24日)
- Fix import scheme for
multipart module (#168).
0.0.13 (2024年10月20日)
- Rename import to
python_multipart #166.
0.0.12 (2024年09月29日)
- Improve error message when boundary character does not match #124.
- Add mypy strict typing #140.
- Enforce 100% coverage #159.
0.0.11 (2024年09月28日)
- Improve performance, especially in data with many CR-LF #137.
- Handle invalid CRLF in header name #141.
0.0.10 (2024年09月21日)
- Support
on_header_begin #103.
- Improve type hints on
FormParser #104.
- Fix
OnFileCallback type #106.
- Improve type hints #110.
- Improve type hints on
File #111.
- Add type hint to helper functions #112.
- Minor fix for Field.repr #114.
- Fix use of chunk_size parameter #136.
- Allow digits and valid token chars in headers #134.
- Fix headers being carried between parts #135.
0.0.9 (2024年02月10日)
... (truncated)
Commits
Updates cryptography from 42.0.0 to 44.0.1
Changelog
Sourced from cryptography's changelog.
44.0.1 - 2025年02月11日
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.4.1.
* We now build ``armv7l`` ``manylinux`` wheels and publish them to PyPI.
* We now build ``manylinux_2_34`` wheels and publish them to PyPI.
.. _v44-0-0:
44.0.0 - 2024年11月27日
- BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL < 3.9.
- Deprecated Python 3.7 support. Python 3.7 is no longer supported by the
Python core team. Support for Python 3.7 will be removed in a future
cryptography release.
- Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.4.0.
- macOS wheels are now built against the macOS 10.13 SDK. Users on older
versions of macOS should upgrade, or they will need to build
cryptography themselves.
- Enforce the :rfc:
5280 requirement that extended key usage extensions must
not be empty.
- Added support for timestamp extraction to the
:class:
~cryptography.fernet.MultiFernet class.
- Relax the Authority Key Identifier requirements on root CA certificates
during X.509 verification to allow fields permitted by :rfc:
5280 but
forbidden by the CA/Browser BRs.
- Added support for :class:
~cryptography.hazmat.primitives.kdf.argon2.Argon2id
when using OpenSSL 3.2.0+.
- Added support for the :class:
~cryptography.x509.Admissions certificate extension.
- Added basic support for PKCS7 decryption (including S/MIME 3.2) via
:func:
~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_der,
:func:~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_pem, and
:func:~cryptography.hazmat.primitives.serialization.pkcs7.pkcs7_decrypt_smime.
.. _v43-0-3:
43.0.3 - 2024年10月18日
* Fixed release metadata for ``cryptography-vectors``
.. _v43-0-2:
43.0.2 - 2024年10月18日
- Fixed compilation when using LibreSSL 4.0.0.
.. _v43-0-1:
... (truncated)
Commits
Updates python-multipart from 0.0.6 to 0.0.18
Release notes
Sourced from python-multipart's releases.
Version 0.0.18
What's Changed
Full Changelog: Kludex/python-multipart@0.0.17...0.0.18
Version 0.0.17
What's Changed
Full Changelog: Kludex/python-multipart@0.0.16...0.0.17
Version 0.0.16
What's Changed
Full Changelog: Kludex/python-multipart@0.0.15...0.0.16
Version 0.0.15
What's Changed
- Replace
FutureWarning to PendingDeprecationWarning #174.
- Add missing files to SDist #171.
Full Changelog: Kludex/python-multipart@0.0.14...0.0.15
Version 0.0.14
What's Changed
Full Changelog: Kludex/python-multipart@0.0.13...0.0.14
Version 0.0.13
What's Changed
New Contributors
Full Changelog: Kludex/python-multipart@0.0.12...0.0.13
... (truncated)
Changelog
Sourced from python-multipart's changelog.
0.0.18 (2024年11月28日)
- Hard break if found data after last boundary on
MultipartParser #189.
0.0.17 (2024年10月31日)
- Handle PermissionError in fallback code for old import name #182.
0.0.16 (2024年10月27日)
- Add dunder attributes to
multipart package #177.
0.0.15 (2024年10月27日)
- Replace
FutureWarning to PendingDeprecationWarning #174.
- Add missing files to SDist #171.
0.0.14 (2024年10月24日)
- Fix import scheme for
multipart module (#168).
0.0.13 (2024年10月20日)
- Rename import to
python_multipart #166.
0.0.12 (2024年09月29日)
- Improve error message when boundary character does not match #124.
- Add mypy strict typing #140.
- Enforce 100% coverage #159.
0.0.11 (2024年09月28日)
- Improve performance, especially in data with many CR-LF #137.
- Handle invalid CRLF in header name #141.
0.0.10 (2024年09月21日)
- Support
on_header_begin #103.
- Improve type hints on
FormParser #104.
- Fix
OnFileCallback type #106.
- Improve type hints #110.
- Improve type hints on
File #111.
- Add type hint to helper functions #112.
- Minor fix for Field.repr #114.
- Fix use of chunk_size parameter #136.
- Allow digits and valid token chars in headers #134.
- Fix headers being carried between parts #135.
0.0.9 (2024年02月10日)
... (truncated)
Commits
You can trigger a rebase of this PR 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> 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 <dependency name> 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 <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
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Uh oh!
There was an error while loading. Please reload this page.
Bumps the pip group with 2 updates in the /valueflows_node directory: cryptography and python-multipart.
Bumps the pip group with 2 updates in the / directory: cryptography and python-multipart.
Updates
cryptographyfrom 42.0.0 to 44.0.1Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
adaaaedBump for 44.0.1 release (#12441)ccc61da[backport] test and build on armv7l (#12420) (#12431)f299a48remove deprecated call (#12052)439eb05Bump version for 44.0.0 (#12051)2c5ad4dchore(deps): bump maturin from 1.7.4 to 1.7.5 in /.github/requirements (#12050)d23968achore(deps): bump libc from 0.2.165 to 0.2.166 (#12049)133c0e0Bump x509-limbo and/or wycheproof in CI (#12047)f2259d7Bump BoringSSL and/or OpenSSL in CI (#12046)e201c87fixed metadata in changelog (#12044)c6104ccProhibit Python 3.9.0, 3.9.1 -- they have a bug that causes errors (#12045)Updates
python-multipartfrom 0.0.6 to 0.0.18Release notes
Sourced from python-multipart's releases.
... (truncated)
Changelog
Sourced from python-multipart's changelog.
... (truncated)
Commits
5b1aed8Version 0.0.18 (#191)9205a0eHard break if found data after last boundary onMultipartParser(#189)170e604Update ruff & mypy (#188)e53b541Create SECURITY.md (#187)02d1ec1fuzz: fix boundary error (#179)616b81eVersion 0.0.17 (#183)ca52662Handle PermissionError in fallback code for old import name (#182)8764067Version 0.0.16 (#177)ce85154Version 0.0.15 (#175)73fb55dci: check-sdist (#172)Updates
cryptographyfrom 42.0.0 to 44.0.1Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
adaaaedBump for 44.0.1 release (#12441)ccc61da[backport] test and build on armv7l (#12420) (#12431)f299a48remove deprecated call (#12052)439eb05Bump version for 44.0.0 (#12051)2c5ad4dchore(deps): bump maturin from 1.7.4 to 1.7.5 in /.github/requirements (#12050)d23968achore(deps): bump libc from 0.2.165 to 0.2.166 (#12049)133c0e0Bump x509-limbo and/or wycheproof in CI (#12047)f2259d7Bump BoringSSL and/or OpenSSL in CI (#12046)e201c87fixed metadata in changelog (#12044)c6104ccProhibit Python 3.9.0, 3.9.1 -- they have a bug that causes errors (#12045)Updates
python-multipartfrom 0.0.6 to 0.0.18Release notes
Sourced from python-multipart's releases.
... (truncated)
Changelog
Sourced from python-multipart's changelog.
... (truncated)
Commits
5b1aed8Version 0.0.18 (#191)9205a0eHard break if found data after last boundary onMultipartParser(#189)170e604Update ruff & mypy (#188)e53b541Create SECURITY.md (#187)02d1ec1fuzz: fix boundary error (#179)616b81eVersion 0.0.17 (#183)ca52662Handle PermissionError in fallback code for old import name (#182)8764067Version 0.0.16 (#177)ce85154Version 0.0.15 (#175)73fb55dci: check-sdist (#172)You can trigger a rebase of this PR 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.