Re: [PR] Bump aiohttp from 3.8.0 to 3.9.4 in /gremlin-python/src/main/python [tinkerpop]

2024-04-17 Thread via GitHub


dependabot[bot] commented on PR #2562:
URL: https://github.com/apache/tinkerpop/pull/2562#issuecomment-2061346132

   Superseded by #2566.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump aiohttp from 3.8.0 to 3.9.4 in /gremlin-python/src/main/python [tinkerpop]

2024-04-17 Thread via GitHub


dependabot[bot] closed pull request #2562: Bump aiohttp from 3.8.0 to 3.9.4 in 
/gremlin-python/src/main/python
URL: https://github.com/apache/tinkerpop/pull/2562


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump aiohttp from 3.8.0 to 3.9.4 in /gremlin-python/src/main/python [tinkerpop]

2024-04-12 Thread via GitHub


dependabot[bot] opened a new pull request, #2562:
URL: https://github.com/apache/tinkerpop/pull/2562

   Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.0 to 3.9.4.
   
   Release notes
   Sourced from https://github.com/aio-libs/aiohttp/releases;>aiohttp's 
releases.
   
   3.9.4
   Bug fixes
   
   
   The asynchronous internals now set the underlying causes
   when assigning exceptions to the future objects
   -- by :user:webknjaz.
   Related issues and pull requests on GitHub:
   https://redirect.github.com/aio-libs/aiohttp/issues/8089;>#8089.
   
   
   Treated values of Accept-Encoding header as case-insensitive 
when checking
   for gzip files -- by :user:steverep.
   Related issues and pull requests on GitHub:
   https://redirect.github.com/aio-libs/aiohttp/issues/8104;>#8104.
   
   
   Improved the DNS resolution performance on cache hit -- by 
:user:bdraco.
   This is achieved by avoiding an :mod:asyncio task creation 
in this case.
   Related issues and pull requests on GitHub:
   https://redirect.github.com/aio-libs/aiohttp/issues/8163;>#8163.
   
   
   Changed the type annotations to allow dict on 
:meth:aiohttp.MultipartWriter.append,
   :meth:aiohttp.MultipartWriter.append_json and
   :meth:aiohttp.MultipartWriter.append_form -- by 
:user:cakemanny
   Related issues and pull requests on GitHub:
   https://redirect.github.com/aio-libs/aiohttp/issues/7741;>#7741.
   
   
   Ensure websocket transport is closed when client does not close it
   -- by :user:bdraco.
   The transport could remain open if the client did not close it. This
   change ensures the transport is closed when the client does not close
   it.
   
   
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst;>aiohttp's 
changelog.
   
   3.9.4 (2024-04-11)
   Bug fixes
   
   
   The asynchronous internals now set the underlying causes
   when assigning exceptions to the future objects
   -- by :user:webknjaz.
   Related issues and pull requests on GitHub:
   :issue:8089.
   
   
   Treated values of Accept-Encoding header as case-insensitive 
when checking
   for gzip files -- by :user:steverep.
   Related issues and pull requests on GitHub:
   :issue:8104.
   
   
   Improved the DNS resolution performance on cache hit -- by 
:user:bdraco.
   This is achieved by avoiding an :mod:asyncio task creation 
in this case.
   Related issues and pull requests on GitHub:
   :issue:8163.
   
   
   Changed the type annotations to allow dict on 
:meth:aiohttp.MultipartWriter.append,
   :meth:aiohttp.MultipartWriter.append_json and
   :meth:aiohttp.MultipartWriter.append_form -- by 
:user:cakemanny
   Related issues and pull requests on GitHub:
   :issue:7741.
   
   
   Ensure websocket transport is closed when client does not close it
   -- by :user:bdraco.
   The transport could remain open if the client did not close it. This
   change ensures the transport is closed when the client does not close
   it.
   
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/aio-libs/aiohttp/commit/b3397c7ac44fc80206d28f1dd0d1f3b10c4ec572;>b3397c7
 Release v3.9.4 (https://redirect.github.com/aio-libs/aiohttp/issues/8201;>#8201)
   https://github.com/aio-libs/aiohttp/commit/a7e240a9f625a0b9559bdf5f0049c71565352400;>a7e240a
 [PR https://redirect.github.com/aio-libs/aiohttp/issues/8320;>#8320/9ba9a4e5
 backport][3.9] Fix Python parser to mark responses without...
   https://github.com/aio-libs/aiohttp/commit/28335525d1eac015a7e7584137678cbb6ff19397;>2833552
 Escape filenames and paths in HTML when generating index pages (https://redirect.github.com/aio-libs/aiohttp/issues/8317;>#8317) (https://redirect.github.com/aio-libs/aiohttp/issues/8319;>#8319)
   https://github.com/aio-libs/aiohttp/commit/ed43040613988fc4666109aca82a5180ff165df5;>ed43040
 [PR https://redirect.github.com/aio-libs/aiohttp/issues/8309;>#8309/c29945a1
 backport][3.9] Improve reliability of run_app test (https://redirect.github.com/aio-libs/aiohttp/issues/8315;>#8315)
   https://github.com/aio-libs/aiohttp/commit/ec2be0500e2674eea019c0966a7a905e9b3d6608;>ec2be05
 [PR https://redirect.github.com/aio-libs/aiohttp/issues/8299;>#8299/28d026eb
 backport][3.9] Create marker for internal tests (https://redirect.github.com/aio-libs/aiohttp/issues/8307;>#8307)
   https://github.com/aio-libs/aiohttp/commit/292d961f4ee2829a1b13fad92444a4fd693fbc87;>292d961
 [PR https://redirect.github.com/aio-libs/aiohttp/issues/8304;>#8304/88c80c14
 backport][3.9] Check for backports in CI (https://redirect.github.com/aio-libs/aiohttp/issues/8305;>#8305)
   https://github.com/aio-libs/aiohttp/commit/cebe526b9c34dc3a3da9140409db63014bc4cf19;>cebe526
 Fix handling of multipart/form-data (https://redirect.github.com/aio-libs/aiohttp/issues/8280;>#8280) (https://redirect.github.com/aio-libs/aiohttp/issues/8302;>#8302)