Skip to content

Commit 990cf41

Browse files
pip: bump the pip-updates group across 1 directory with 2 updates (#392)
Bumps the pip-updates group with 2 updates in the /api directory: [cryptography](https://github.com/pyca/cryptography) and [rpds-py](https://github.com/crate-py/rpds). Updates `cryptography` from 44.0.3 to 45.0.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>45.0.2 - 2025-05-17</p> <pre><code> * Fixed using ``mypy`` with ``cryptography`` on older versions of Python. <p>.. _v45-0-1:</p> <p>45.0.1 - 2025-05-17<br /> </code></pre></p> <ul> <li>Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.0.</li> </ul> <p>.. _v45-0-0:</p> <p>45.0.0 - 2025-05-17 (YANKED)</p> <pre><code> * Support for Python 3.7 is deprecated and will be removed in the next ``cryptography`` release. * Updated the minimum supported Rust version (MSRV) to 1.74.0, from 1.65.0. * Added support for serialization of PKCS#12 Java truststores in :func:`~cryptography.hazmat.primitives.serialization.pkcs12.serialize_java_truststore` * Added :meth:`~cryptography.hazmat.primitives.kdf.argon2.Argon2id.derive_phc_encoded` and :meth:`~cryptography.hazmat.primitives.kdf.argon2.Argon2id.verify_phc_encoded` methods to support password hashing in the PHC string format * Added support for PKCS7 decryption and encryption using AES-256 as the content algorithm, in addition to AES-128. * **BACKWARDS INCOMPATIBLE:** Made SSH private key loading more consistent with other private key loading: :func:`~cryptography.hazmat.primitives.serialization.load_ssh_private_key` now raises a ``TypeError`` if the key is unencrypted but a password is provided (previously no exception was raised), and raises a ``TypeError`` if the key is encrypted but no password is provided (previously a ``ValueError`` was raised). * Added ``__copy__`` to the :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`, :class:`~cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey`, :class:`~cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey`, :class:`~cryptography.hazmat.primitives.asymmetric.ed448.Ed448PrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PublicKey`, :class:`~cryptography.hazmat.primitives.asymmetric.x25519.X25519PrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.x448.X448PublicKey`, :class:`~cryptography.hazmat.primitives.asymmetric.x448.X448PrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey`, :class:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey`, and &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/f81c07535ddf2d26cb1a27e70a9967ab708b8056"><code>f81c075</code></a> Backport mypy fixes for release (<a href="https://redirect.github.com/pyca/cryptography/issues/12930">#12930</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/8ea28e0bc724e57433f4f062795d91c0a367e9ad"><code>8ea28e0</code></a> bump for 45.0.1 (<a href="https://redirect.github.com/pyca/cryptography/issues/12922">#12922</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/67840977c95a23d0dcfba154e303014026df0d3e"><code>6784097</code></a> bump for 45 release (<a href="https://redirect.github.com/pyca/cryptography/issues/12886">#12886</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/2d9c1c9cbe650f2888c14476a4b30ef85d3fd2bc"><code>2d9c1c9</code></a> bump MSRV to 1.74 (<a href="https://redirect.github.com/pyca/cryptography/issues/12919">#12919</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/6c18874cc2e76f173b77c67609cfb4d3495964c3"><code>6c18874</code></a> Bump BoringSSL, OpenSSL, AWS-LC in CI (<a href="https://redirect.github.com/pyca/cryptography/issues/12918">#12918</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/43fd312aea73e4ad79a54c78848e73bf5a640336"><code>43fd312</code></a> add test vectors for upcoming explicit curve loading (<a href="https://redirect.github.com/pyca/cryptography/issues/12913">#12913</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/6bfa0a31256a631a0543e3b0cee5a101f1ac3d3f"><code>6bfa0a3</code></a> chore(deps): bump asn1 from 0.21.2 to 0.21.3 (<a href="https://redirect.github.com/pyca/cryptography/issues/12914">#12914</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/a88dd6635c19ef282e0a6469a9604fef096cc843"><code>a88dd66</code></a> chore(deps): bump cc from 1.2.22 to 1.2.23 (<a href="https://redirect.github.com/pyca/cryptography/issues/12912">#12912</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/e4e98407e866064b55dfcad599117995279cecf6"><code>e4e9840</code></a> chore(deps): bump uv from 0.7.3 to 0.7.4 in /.github/requirements (<a href="https://redirect.github.com/pyca/cryptography/issues/12911">#12911</a>)</li> <li><a href="https://github.com/pyca/cryptography/commit/e140233902db423f031d79237533aacfe96ba119"><code>e140233</code></a> chore(deps): bump uv from 0.7.3 to 0.7.4 (<a href="https://redirect.github.com/pyca/cryptography/issues/12910">#12910</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyca/cryptography/compare/44.0.3...45.0.2">compare view</a></li> </ul> </details> <br /> Updates `rpds-py` from 0.24.0 to 0.25.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-py/rpds/releases">rpds-py's releases</a>.</em></p> <blockquote> <h2>v0.25.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Bump PyO3 to 0.25 by <a href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a> in <a href="https://redirect.github.com/crate-py/rpds/pull/135">crate-py/rpds#135</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a> made their first contribution in <a href="https://redirect.github.com/crate-py/rpds/pull/135">crate-py/rpds#135</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/crate-py/rpds/compare/v0.24.0...v0.25.0">https://github.com/crate-py/rpds/compare/v0.24.0...v0.25.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-py/rpds/commit/f4070f93e6fa9e39749f395d01c18450d110e0ed"><code>f4070f9</code></a> Release v0.25.0.</li> <li><a href="https://github.com/crate-py/rpds/commit/2550d1d0429d5a0b2cb65734c8d7b068ac598845"><code>2550d1d</code></a> Update dependencies.</li> <li><a href="https://github.com/crate-py/rpds/commit/391efe2ed5f1c52f75b395b0de5b766daf229ce6"><code>391efe2</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/135">#135</a> from edgarrmondragon/pyo3-0.25</li> <li><a href="https://github.com/crate-py/rpds/commit/f8ad05f251787dfa562b8519082059d63bdc9987"><code>f8ad05f</code></a> Bump PyO3 to 0.25</li> <li><a href="https://github.com/crate-py/rpds/commit/389ab4e75735046fd0806f2a8e833bc1829947e3"><code>389ab4e</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/130">#130</a> from crate-py/dependabot/cargo/pyo3-0.24.2</li> <li><a href="https://github.com/crate-py/rpds/commit/75f397c8879ab4d8b291a41cd93a3feafa2d7b3c"><code>75f397c</code></a> Bump pyo3 from 0.24.1 to 0.24.2</li> <li><a href="https://github.com/crate-py/rpds/commit/ddb1ae6abb2c1f6088445d98b5a4a3b454e7856f"><code>ddb1ae6</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/128">#128</a> from crate-py/dependabot/cargo/rpds-1.1.1</li> <li><a href="https://github.com/crate-py/rpds/commit/72d13f9729735415205302b72f025591b1468d07"><code>72d13f9</code></a> Bump rpds from 1.1.0 to 1.1.1</li> <li><a href="https://github.com/crate-py/rpds/commit/f6a97d9084071eec2f69cd8caa00ccd0fb3f7779"><code>f6a97d9</code></a> Merge pull request <a href="https://redirect.github.com/crate-py/rpds/issues/127">#127</a> from crate-py/dependabot/cargo/pyo3-0.24.1</li> <li><a href="https://github.com/crate-py/rpds/commit/9c266e7db3952ceb76a9b60b6ead200b2cb7dc53"><code>9c266e7</code></a> Bump pyo3 from 0.24.0 to 0.24.1</li> <li>See full diff in <a href="https://github.com/crate-py/rpds/compare/v0.24.0...v0.25.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dda2dbe commit 990cf41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ attrs==25.3.0
44
certifi==2025.4.26
55
cffi==1.17.1
66
charset-normalizer==3.4.2
7-
cryptography==44.0.3
7+
cryptography==45.0.2
88
Django==5.1.7
99
django-flexi-settings @ git+https://github.com/cedadev/django-flexi-settings.git@68eb74b00e28448279e7d800889d6e39466bf0ce
1010
django-settings-object @ git+https://github.com/cedadev/django-settings-object.git@2b66c0fc5eae92972df5210b4bc43f7d95ad9ceb
@@ -33,7 +33,7 @@ rackit @ git+https://github.com/stackhpc/rackit.git@cb2da480f9fc99f36cc777d58dfb
3333
referencing==0.36.2
3434
requests==2.32.3
3535
rfc3986==2.0.0
36-
rpds-py==0.24.0
36+
rpds-py==0.25.0
3737
six==1.17.0
3838
sniffio==1.3.1
3939
sqlparse==0.5.3

0 commit comments

Comments
 (0)