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

2024-04-12 Thread via GitHub


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

   Superseded by #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



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

2024-04-12 Thread via GitHub


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


-- 
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



(tinkerpop) branch dependabot/pip/gremlin-python/src/main/python/3.6-dev/aiohttp-3.9.3 deleted (was 1229a79910)

2024-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/pip/gremlin-python/src/main/python/3.6-dev/aiohttp-3.9.3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 1229a79910 Bump aiohttp from 3.8.0 to 3.9.3 in 
/gremlin-python/src/main/python

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(tinkerpop) branch dependabot/pip/gremlin-python/src/main/python/3.6-dev/aiohttp-3.9.4 created (now 07ed1904d6)

2024-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/pip/gremlin-python/src/main/python/3.6-dev/aiohttp-3.9.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 07ed1904d6 Bump aiohttp from 3.8.0 to 3.9.4 in 
/gremlin-python/src/main/python

No new revisions were added by this update.



[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)
   

(tinkerpop) branch dependabot/nuget/gremlin-dotnet/3.6-dev/xunit-2.7.1 created (now 56993b75b8)

2024-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.6-dev/xunit-2.7.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 56993b75b8 Bump xunit from 2.7.0 to 2.7.1 in /gremlin-dotnet

No new revisions were added by this update.



[PR] Bump xunit from 2.7.0 to 2.7.1 in /gremlin-dotnet [tinkerpop]

2024-04-12 Thread via GitHub


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

   Bumps [xunit](https://github.com/xunit/xunit) from 2.7.0 to 2.7.1.
   
   Commits
   
   https://github.com/xunit/xunit/commit/62d5db652bffe42076b6328eb213d6bb619506fa;>62d5db6
 v2.7.1
   https://github.com/xunit/xunit/commit/e3c980f525bf6e78c9bbae7d8270c0a00b479c2e;>e3c980f
 https://redirect.github.com/xunit/xunit/issues/2913;>#2913: 
Assert.Equivalent behaves incorrectly with decimal values (v2)
   https://github.com/xunit/xunit/commit/57af1d9f0b18181631cf6aa3d40a9f950468b1bc;>57af1d9
 Copy/paste error
   https://github.com/xunit/xunit/commit/9f97a28771dea9e1a8bb5208b4c5eaf4561317dd;>9f97a28
 https://redirect.github.com/xunit/xunit/issues/2503;>#2503: 
Attempt to shield against exceptions which throw in their properties (v2)
   https://github.com/xunit/xunit/commit/f69013b6e16ec08b2e4c9f2e88217e31f8a4a857;>f69013b
 https://redirect.github.com/xunit/xunit/issues/2903;>#2903: Add 
ArgumentFormatter aliases for nint and nuint (v2)
   https://github.com/xunit/xunit/commit/e074b6a411c45e05547bc88a53000854f7fe9388;>e074b6a
 Copy missing assertion test change
   https://github.com/xunit/xunit/commit/3f1891db6f8043a373730e1d227a33ceaeadd8e0;>3f1891d
 Unit tests for https://redirect.github.com/xunit/xunit/issues/2900;>#2900 (v2)
   https://github.com/xunit/xunit/commit/9f7e7e74a9a020942a9e44097fb3e9985be12941;>9f7e7e7
 Use separate projects for x86 builds instead of alternate configuration
   https://github.com/xunit/xunit/commit/4b2b9fa49f486e8ffcc7d362945ca9035a91e4d1;>4b2b9fa
 Add hidden overloads for binary compatibility for ConfigReader and friends
   https://github.com/xunit/xunit/commit/c10b7a2884edcb69a4afe0af6bf241f5565e99e9;>c10b7a2
 Fix for https://redirect.github.com/xunit/xunit/issues/2892;>#2892: Timeout 
async guard inappropriately triggers with F# (v2)
   Additional commits viewable in https://github.com/xunit/xunit/compare/2.7.0...2.7.1;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit=nuget=2.7.0=2.7.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)
   
   ---
   
   
   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 show  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)
   
   
   


-- 
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



(tinkerpop) branch dependabot/nuget/gremlin-dotnet/3.6-dev/xunit.runner.visualstudio-2.5.8 created (now 23a324f6c1)

2024-04-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.6-dev/xunit.runner.visualstudio-2.5.8
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 23a324f6c1 Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 in 
/gremlin-dotnet

No new revisions were added by this update.



[PR] Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 in /gremlin-dotnet [tinkerpop]

2024-04-12 Thread via GitHub


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

   Bumps 
[xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 
2.5.7 to 2.5.8.
   
   Commits
   
   https://github.com/xunit/visualstudio.xunit/commit/bd6d97b49a0951ad18337f5db362b5fb96e1fb17;>bd6d97b
 v2.5.8
   https://github.com/xunit/visualstudio.xunit/commit/48cbb294b7b1d659d776731c2c3b70b18c145626;>48cbb29
 Add regex evaluation timeout (https://redirect.github.com/xunit/visualstudio.xunit/issues/404;>#404)
   https://github.com/xunit/visualstudio.xunit/commit/7f137fe9fd1b948d58d2170bdb4c2cc90f92cd48;>7f137fe
 Bump up to 2.5.8-pre
   See full diff in https://github.com/xunit/visualstudio.xunit/compare/2.5.7...2.5.8;>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit.runner.visualstudio=nuget=2.5.7=2.5.8)](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)
   
   ---
   
   
   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 show  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)
   
   
   


-- 
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