Skip to content

Commit eb4d960

Browse files
Bump cryptography from 48.0.0 to 48.0.1 (aio-libs#12893)
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 48.0.1. <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>48.0.1 - 2026-06-09</p> <pre><code> * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 4.0.1. <p>.. _v48-0-0:<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/de987ce48ccfeb1abca41efa23b2bf73ec704f74"><code>de987ce</code></a> 48.0.1 version bump and changelog (<a href="https://redirect.github.com/pyca/cryptography/issues/14996">#14996</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/48.0.0...48.0.1">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=48.0.0&new-version=48.0.1)](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 ff38c23 commit eb4d960

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
@@ -67,7 +67,7 @@ coverage==7.14.1
6767
# via
6868
# -r requirements/test-common.in
6969
# pytest-cov
70-
cryptography==48.0.0
70+
cryptography==48.0.1
7171
# via trustme
7272
cython==3.2.5
7373
# via -r requirements/cython.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ coverage==7.14.1
6767
# via
6868
# -r requirements/test-common.in
6969
# pytest-cov
70-
cryptography==48.0.0
70+
cryptography==48.0.1
7171
# via trustme
7272
distlib==0.4.2
7373
# via virtualenv

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cfgv==3.5.0
3434
# via pre-commit
3535
click==8.4.1
3636
# via slotscheck
37-
cryptography==48.0.0
37+
cryptography==48.0.1
3838
# via trustme
3939
distlib==0.4.2
4040
# via virtualenv

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ coverage==7.14.1
2828
# via
2929
# -r requirements/test-common.in
3030
# pytest-cov
31-
cryptography==48.0.0
31+
cryptography==48.0.1
3232
# via trustme
3333
exceptiongroup==1.3.1
3434
# via pytest

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ coverage==7.14.1
4242
# via
4343
# -r requirements/test-common.in
4444
# pytest-cov
45-
cryptography==48.0.0
45+
cryptography==48.0.1
4646
# via trustme
4747
exceptiongroup==1.3.1
4848
# via pytest

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ coverage==7.14.1
4242
# via
4343
# -r requirements/test-common.in
4444
# pytest-cov
45-
cryptography==48.0.0
45+
cryptography==48.0.1
4646
# via trustme
4747
exceptiongroup==1.3.1
4848
# via pytest

0 commit comments

Comments
 (0)