Skip to content

Commit 5cb5d96

Browse files
Bump trustme from 1.2.0 to 1.2.1 (#10291)
Bumps [trustme](https://github.com/python-trio/trustme) from 1.2.0 to 1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-trio/trustme/releases">trustme's releases</a>.</em></p> <blockquote> <h2>1.2.1</h2> <h2>Bugfixes</h2> <ul> <li>Update from deprecated pyOpenSSL APIs to non-deprecated cryptography APIs. (<a href="https://redirect.github.com/python-trio/trustme/issues/670">python-trio/trustme#670</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-trio/trustme/commit/6d39f51de72ce21bbb1d3842f8ed795b39e4cc9b"><code>6d39f51</code></a> Bump version to 1.2.1</li> <li><a href="https://github.com/python-trio/trustme/commit/4290066994d423bbf51cbf45a69300dac27361f0"><code>4290066</code></a> Polish off <a href="https://redirect.github.com/python-trio/trustme/issues/670">#670</a></li> <li><a href="https://github.com/python-trio/trustme/commit/a49a64b69d95e05d4fc1a14eff92cc056c61d164"><code>a49a64b</code></a> Switch to nox (<a href="https://redirect.github.com/python-trio/trustme/issues/668">#668</a>)</li> <li><a href="https://github.com/python-trio/trustme/commit/e3dc9046c40859c8b9664bf52b3610ff806e9722"><code>e3dc904</code></a> Use cryptography to load the pyOpenSSL certificates (<a href="https://redirect.github.com/python-trio/trustme/issues/670">#670</a>)</li> <li><a href="https://github.com/python-trio/trustme/commit/00a906ddeb470ef9a282c959e3483eda4fd8ae23"><code>00a906d</code></a> Bump the dependencies group with 10 updates (<a href="https://redirect.github.com/python-trio/trustme/issues/669">#669</a>)</li> <li><a href="https://github.com/python-trio/trustme/commit/49b59dd72f99d48c4d2a15fb7ec6419a7c857687"><code>49b59dd</code></a> Fix 1.2.0 release notes (<a href="https://redirect.github.com/python-trio/trustme/issues/667">#667</a>)</li> <li><a href="https://github.com/python-trio/trustme/commit/dd1778ba4440d68b8bc241c9f28c689a182271d8"><code>dd1778b</code></a> Bump version to 1.2.0+dev</li> <li>See full diff in <a href="https://github.com/python-trio/trustme/compare/v1.2.0...v1.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trustme&package-manager=pip&previous-version=1.2.0&new-version=1.2.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 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 a286cc9 commit 5cb5d96

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ towncrier==23.11.0
244244
# via
245245
# -r requirements/doc.in
246246
# sphinxcontrib-towncrier
247-
trustme==1.2.0 ; platform_machine != "i686"
247+
trustme==1.2.1 ; platform_machine != "i686"
248248
# via
249249
# -r requirements/lint.in
250250
# -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ towncrier==23.11.0
235235
# via
236236
# -r requirements/doc.in
237237
# sphinxcontrib-towncrier
238-
trustme==1.2.0 ; platform_machine != "i686"
238+
trustme==1.2.1 ; platform_machine != "i686"
239239
# via
240240
# -r requirements/lint.in
241241
# -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tomli==2.2.1
8989
# mypy
9090
# pytest
9191
# slotscheck
92-
trustme==1.2.0
92+
trustme==1.2.1
9393
# via -r requirements/lint.in
9494
typing-extensions==4.12.2
9595
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ tomli==2.2.1
117117
# coverage
118118
# mypy
119119
# pytest
120-
trustme==1.2.0 ; platform_machine != "i686"
120+
trustme==1.2.1 ; platform_machine != "i686"
121121
# via -r requirements/test.in
122122
typing-extensions==4.12.2
123123
# via

0 commit comments

Comments
 (0)