Skip to content

Commit 1597af6

Browse files
Bump cryptography from 46.0.3 to 46.0.4 (#12008)
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.4. <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>46.0.4 - 2026-01-27</p> <pre><code> * `Dropped support for win_arm64 wheels`_. * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.5. <p>.. _v46-0-3:<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/e6f44fc8e6391f05d719fb9d369692325b87a471"><code>e6f44fc</code></a> bump for 46.0.4 and drop win arm64 due to CI issues (<a href="https://redirect.github.com/pyca/cryptography/issues/14217">#14217</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/46.0.3...46.0.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cryptography&package-manager=pip&previous-version=46.0.3&new-version=46.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e423f4 commit 1597af6

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ coverage==7.13.2
5959
# via
6060
# -r requirements/test-common.in
6161
# pytest-cov
62-
cryptography==46.0.3
62+
cryptography==46.0.4
6363
# via trustme
6464
cython==3.2.4
6565
# via -r requirements/cython.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ coverage==7.13.2
5959
# via
6060
# -r requirements/test-common.in
6161
# pytest-cov
62-
cryptography==46.0.3
62+
cryptography==46.0.4
6363
# via trustme
6464
distlib==0.4.0
6565
# via virtualenv

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cfgv==3.5.0
2323
# via pre-commit
2424
click==8.3.1
2525
# via slotscheck
26-
cryptography==46.0.3
26+
cryptography==46.0.4
2727
# via trustme
2828
distlib==0.4.0
2929
# via virtualenv

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ coverage==7.13.2
1818
# via
1919
# -r requirements/test-common.in
2020
# pytest-cov
21-
cryptography==46.0.3
21+
cryptography==46.0.4
2222
# via trustme
2323
exceptiongroup==1.3.1
2424
# via pytest

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ coverage==7.13.2
3333
# via
3434
# -r requirements/test-common.in
3535
# pytest-cov
36-
cryptography==46.0.3
36+
cryptography==46.0.4
3737
# via trustme
3838
exceptiongroup==1.3.1
3939
# via pytest

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ coverage==7.13.2
3333
# via
3434
# -r requirements/test-common.in
3535
# pytest-cov
36-
cryptography==46.0.3
36+
cryptography==46.0.4
3737
# via trustme
3838
exceptiongroup==1.3.1
3939
# via pytest

0 commit comments

Comments
 (0)