Skip to content

Commit 47a30c8

Browse files
Bump cryptography from 46.0.5 to 46.0.6 (aio-libs#12279)
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. <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.6 - 2026-03-25</p> <pre><code> * **SECURITY ISSUE**: Fixed a bug where name constraints were not applied to peer names during verification when the leaf certificate contains a wildcard DNS SAN. Ordinary X.509 topologies are not affected by this bug, including those used by the Web PKI. Credit to **Oleh Konko (1seal)** for reporting the issue. **CVE-2026-34073** <p>.. _v46-0-5:<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/91d728897bdad30cd5c79a2b23e207f1f050d587"><code>91d7288</code></a> Cherry-pick <a href="https://redirect.github.com/pyca/cryptography/issues/14542">#14542</a> (<a href="https://redirect.github.com/pyca/cryptography/issues/14543">#14543</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/46.0.5...46.0.6">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.5&new-version=46.0.6)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd9f757 commit 47a30c8

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
@@ -57,7 +57,7 @@ coverage==7.13.5
5757
# via
5858
# -r requirements/test-common.in
5959
# pytest-cov
60-
cryptography==46.0.5
60+
cryptography==46.0.6
6161
# via trustme
6262
cython==3.2.4
6363
# via -r requirements/cython.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ coverage==7.13.5
5757
# via
5858
# -r requirements/test-common.in
5959
# pytest-cov
60-
cryptography==46.0.5
60+
cryptography==46.0.6
6161
# via trustme
6262
distlib==0.4.0
6363
# 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.5
26+
cryptography==46.0.6
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.5
1818
# via
1919
# -r requirements/test-common.in
2020
# pytest-cov
21-
cryptography==46.0.5
21+
cryptography==46.0.6
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
@@ -31,7 +31,7 @@ coverage==7.13.5
3131
# via
3232
# -r requirements/test-common.in
3333
# pytest-cov
34-
cryptography==46.0.5
34+
cryptography==46.0.6
3535
# via trustme
3636
exceptiongroup==1.3.1
3737
# via pytest

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ coverage==7.13.5
3131
# via
3232
# -r requirements/test-common.in
3333
# pytest-cov
34-
cryptography==46.0.5
34+
cryptography==46.0.6
3535
# via trustme
3636
exceptiongroup==1.3.1
3737
# via pytest

0 commit comments

Comments
 (0)