-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from aio-libs:master #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…`ClientSession.request` (and related functions) (#10283)
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #121 +/- ##
=======================================
Coverage 98.77% 98.78%
=======================================
Files 122 122
Lines 37029 37029
Branches 2041 2041
=======================================
+ Hits 36576 36579 +3
+ Misses 314 311 -3
Partials 139 139
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This updates the CI/CD workflow to use the `upload-artifact` v4 and `download-artifact` v4 GitHub Actions. The currently used `upload-artifact` and `download-artifact` will no longer work at the end of next month. The changes are needed since v4 no longer has mutable artifacts, which was used to collect wheels from different architectures. Fixes #8588, fixes #8589, fixes #9009, fixes #10189, fixes #10191. PR #10281.
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 /> [](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>
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )