-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump aiohttp from 3.6.2 to 3.7.4 #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 to 3.7.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.6.2...v3.7.4) Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Feb 26, 2021
@dependabot rebase
…On Fri, 26 Feb 2021, 8:53 a.m. dependabot[bot], ***@***.***> wrote:
This automated pull request fixes a security vulnerability
<https://github.com/jarp0l/flafla-bot/security/dependabot/requirements.txt/aiohttp/open>
(low severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps aiohttp <https://github.com/aio-libs/aiohttp> from 3.6.2 to 3.7.4.
Release notes
*Sourced from aiohttp's releases
<https://github.com/aio-libs/aiohttp/releases>.*
aiohttp 3.7.3 release Features
- Use Brotli instead of brotlipy [#3803](
aio-libs/aiohttp#3803) <
aio-libs/aiohttp#3803
- Made exceptions pickleable. Also changed the repr of some
exceptions. [#4077](aio-libs/aiohttp#4077) <
aio-libs/aiohttp#4077>_
Bugfixes
- Raise a ClientResponseError instead of an AssertionError for a blank
HTTP Reason Phrase. [#3532](
aio-libs/aiohttp#3532) <
aio-libs/aiohttp#3532>_
- Fix web_middlewares.normalize_path_middleware behavior for patch
without slash. [#3669](aio-libs/aiohttp#3669)
<aio-libs/aiohttp#3669>_
- Fix overshadowing of overlapped sub-applications prefixes. [#3701](
aio-libs/aiohttp#3701) <
aio-libs/aiohttp#3701>_
- Make BaseConnector.close() a coroutine and wait until the client
closes all connections. Drop deprecated "with Connector():" syntax.
[#3736](aio-libs/aiohttp#3736) <
aio-libs/aiohttp#3736>_
- Reset the sock_read timeout each time data is received for a
aiohttp.client response. [#3808](
aio-libs/aiohttp#3808) <
aio-libs/aiohttp#3808>_
- Fixed type annotation for add_view method of UrlDispatcher to accept
any subclass of View [#3880](
aio-libs/aiohttp#3880) <
aio-libs/aiohttp#3880
- Fixed querying the address families from DNS that the current host
supports. [#5156](aio-libs/aiohttp#5156) <
aio-libs/aiohttp#5156>_
- Change return type of MultipartReader.*aiter*() and BodyPartReader.
*aiter*() to AsyncIterator. [#5163](
aio-libs/aiohttp#5163) <
aio-libs/aiohttp#5163>_
- Provide x86 Windows wheels. [#5230](
aio-libs/aiohttp#5230) <
aio-libs/aiohttp#5230>_
Improved Documentation
- Add documentation for aiohttp.web.FileResponse. [#3958](
aio-libs/aiohttp#3958) <
aio-libs/aiohttp#3958>_
- Removed deprecation warning in tracing example docs [#3964](
aio-libs/aiohttp#3964) <
aio-libs/aiohttp#3964>_
- Fixed wrong "Usage" docstring of aiohttp.client.request. [#4603](
aio-libs/aiohttp#4603) <
aio-libs/aiohttp#4603>_
- Add aiohttp-pydantic to third party libraries [#5228](
aio-libs/aiohttp#5228) <
aio-libs/aiohttp#5228
Misc
... (truncated)
Changelog
*Sourced from aiohttp's changelog
<https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst>.*
3.7.4 (2021-02-25) Bugfixes
-
*(SECURITY BUG)* Started preventing open redirects in the
aiohttp.web.normalize_path_middleware middleware. For more details,
see GHSA-v6wp-4m6f-gcjg
<https://github.com/aio-libs/aiohttp/security/advisories/GHSA-v6wp-4m6f-gcjg>
.
Thanks to Beast Glatisant <https://github.com/g147>__ for finding the
first instance of this issue and Jelmer Vernooij <https://jelmer.uk/>__
for reporting and tracking it down in aiohttp. [#5497](
aio-libs/aiohttp#5497) <
aio-libs/aiohttp#5497>_
-
Fix interpretation difference of the pure-Python and the Cython-based
HTTP parsers construct a yarl.URL object for HTTP request-target.
Before this fix, the Python parser would turn the URI's absolute-path
for //some-path into / while the Cython code preserved it as
//some-path. Now, both do the latter. [#5498](
aio-libs/aiohttp#5498) <
aio-libs/aiohttp#5498
------------------------------
3.7.3 (2020-11-18) Features
- Use Brotli instead of brotlipy [#3803](
aio-libs/aiohttp#3803) <
aio-libs/aiohttp#3803
- Made exceptions pickleable. Also changed the repr of some
exceptions. [#4077](aio-libs/aiohttp#4077) <
aio-libs/aiohttp#4077>_
Bugfixes
- Raise a ClientResponseError instead of an AssertionError for a blank
HTTP Reason Phrase. [#3532](
aio-libs/aiohttp#3532) <
aio-libs/aiohttp#3532>_
- Fix web_middlewares.normalize_path_middleware behavior for patch
without slash. [#3669](aio-libs/aiohttp#3669)
<aio-libs/aiohttp#3669>_
- Fix overshadowing of overlapped sub-applications prefixes. [#3701](
aio-libs/aiohttp#3701) <
aio-libs/aiohttp#3701>_
... (truncated)
Commits
- 0a26acc
<aio-libs/aiohttp@0a26acc>
Bump aiohttp to v3.7.4 for a security release
- 021c416
<aio-libs/aiohttp@021c416>
Merge branch 'GHSA-v6wp-4m6f-gcjg
<https://github.com/aio-libs/aiohttp/security/advisories/GHSA-v6wp-4m6f-gcjg>'
into master
- 4ed7c25
<aio-libs/aiohttp@4ed7c25>
Bump chardet from 3.0.4 to 4.0.0 (#5333
<https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/5333>)
- b61f0fd
<aio-libs/aiohttp@b61f0fd>
Fix how pure-Python HTTP parser interprets //
- 5c1efbc
<aio-libs/aiohttp@5c1efbc>
Bump pre-commit from 2.9.2 to 2.9.3 (#5322
<https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/5322>)
- 0075075
<aio-libs/aiohttp@0075075>
Bump pygments from 2.7.2 to 2.7.3 (#5318
<https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/5318>)
- 5085173
<aio-libs/aiohttp@5085173>
Bump multidict from 5.0.2 to 5.1.0 (#5308
<https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/5308>)
- 5d1a75e
<aio-libs/aiohttp@5d1a75e>
Bump pre-commit from 2.9.0 to 2.9.2 (#5290
<https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/5290>)
- 6724d0e
<aio-libs/aiohttp@6724d0e>
Bump pre-commit from 2.8.2 to 2.9.0 (#5273
<https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/5273>)
- c688451
<aio-libs/aiohttp@c688451>
Removed duplicate timeout parameter in ClientSession reference docs. (
#5262
<https://github-redirect.dependabot.com/aio-libs/aiohttp/issues/5262>)
...
- Additional commits viewable in compare view
<aio-libs/aiohttp@v3.6.2...v3.7.4>
[image: Dependabot compatibility score]
<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 commands and options
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 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)
- @dependabot use these labels will set the current labels as the
default for future PRs for this repo and language
- @dependabot use these reviewers will set the current reviewers as
the default for future PRs for this repo and language
- @dependabot use these assignees will set the current assignees as
the default for future PRs for this repo and language
- @dependabot use this milestone will set the current milestone as the
default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security
Alerts page <https://github.com/jarp0l/flafla-bot/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#1
Commit Summary
- Bump aiohttp from 3.6.2 to 3.7.4
File Changes
- *M* requirements.txt
<https://github.com/jarp0l/flafla-bot/pull/1/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552>
(2)
Patch Links:
- https://github.com/jarp0l/flafla-bot/pull/1.patch
- https://github.com/jarp0l/flafla-bot/pull/1.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN2JU3A4EAVUZBYMDTF5VXTTA4GDXANCNFSM4YHVIDUQ>
.
|
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
@dependabot merge
…On Fri, 26 Feb 2021, 10:33 a.m. dependabot[bot], ***@***.***> wrote:
Looks like this PR is already up-to-date with master! If you'd still like
to recreate it from scratch, overwriting any edits, you can request @dependabot
recreate.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN2JU3CFMTOQ3GR7VDB4IADTA4RYBANCNFSM4YHVIDUQ>
.
|
jarp0l
pushed a commit
that referenced
this pull request
May 17, 2021
jarp0l
pushed a commit
that referenced
this pull request
May 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps aiohttp from 3.6.2 to 3.7.4.
Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
0a26acc
Bump aiohttp to v3.7.4 for a security release021c416
Merge branch 'GHSA-v6wp-4m6f-gcjg' into master4ed7c25
Bump chardet from 3.0.4 to 4.0.0 (#5333)b61f0fd
Fix how pure-Python HTTP parser interprets//
5c1efbc
Bump pre-commit from 2.9.2 to 2.9.3 (#5322)0075075
Bump pygments from 2.7.2 to 2.7.3 (#5318)5085173
Bump multidict from 5.0.2 to 5.1.0 (#5308)5d1a75e
Bump pre-commit from 2.9.0 to 2.9.2 (#5290)6724d0e
Bump pre-commit from 2.8.2 to 2.9.0 (#5273)c688451
Removed duplicate timeout parameter in ClientSession reference docs. (#5262) ...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 commands and options
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 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)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.