Skip to content

Commit

Permalink
Bump trustme from 1.2.0 to 1.2.1 (#10290)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent d54b3e2 commit 07d4343
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ towncrier==23.11.0
# via
# -r requirements/doc.in
# sphinxcontrib-towncrier
trustme==1.2.0 ; platform_machine != "i686"
trustme==1.2.1 ; platform_machine != "i686"
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ towncrier==23.11.0
# via
# -r requirements/doc.in
# sphinxcontrib-towncrier
trustme==1.2.0 ; platform_machine != "i686"
trustme==1.2.1 ; platform_machine != "i686"
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tomli==2.2.1
# mypy
# pytest
# slotscheck
trustme==1.2.0
trustme==1.2.1
# via -r requirements/lint.in
typing-extensions==4.12.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ tomli==2.2.1
# coverage
# mypy
# pytest
trustme==1.2.0 ; platform_machine != "i686"
trustme==1.2.1 ; platform_machine != "i686"
# via -r requirements/test.in
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit 07d4343

Please sign in to comment.