Skip to content

Commit

Permalink
chore(deps): lock file maintenance tools (#2880)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
|  |  | lockFileMaintenance | All locks refreshed |  |  |  |  |
| [yapf](https://redirect.github.com/google/yapf)
([changelog](https://redirect.github.com/google/yapf/blob/main/CHANGELOG.md))
| dev-dependencies | minor | `0.40.2` -> `0.43.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/yapf/0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/yapf/0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/yapf/0.40.2/0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/yapf/0.40.2/0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [aiohttp](https://redirect.github.com/aio-libs/aiohttp) | dependencies
| minor | `3.10.11` -> `3.11.6` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/aiohttp/3.11.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/aiohttp/3.11.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/aiohttp/3.10.11/3.11.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/aiohttp/3.10.11/3.11.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client)
| require | minor | `v0.205.0` -> `v0.207.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.207.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.207.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.205.0/v0.207.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.205.0/v0.207.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Release Notes

<details>
<summary>google/yapf (yapf)</summary>

###
[`v0.43.0`](https://redirect.github.com/google/yapf/compare/v0.40.2...v0.43.0)

[Compare
Source](https://redirect.github.com/google/yapf/compare/v0.40.2...v0.43.0)

</details>

<details>
<summary>aio-libs/aiohttp (aiohttp)</summary>

###
[`v3.11.6`](https://redirect.github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#3116-2024-11-19)

[Compare
Source](https://redirect.github.com/aio-libs/aiohttp/compare/v3.11.5...v3.11.6)

\===================

## Bug fixes

- Restored the `force_close` method to the `ResponseHandler` -- by
:user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9997`.

***

###
[`v3.11.5`](https://redirect.github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#3115-2024-11-19)

[Compare
Source](https://redirect.github.com/aio-libs/aiohttp/compare/v3.11.4...v3.11.5)

\===================

## Bug fixes

- Fixed the `ANY` method not appearing in
:meth:`~aiohttp.web.UrlDispatcher.routes` -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9899`, :issue:`9987`.

***

###
[`v3.11.4`](https://redirect.github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#3114-2024-11-18)

[Compare
Source](https://redirect.github.com/aio-libs/aiohttp/compare/v3.11.3...v3.11.4)

\===================

## Bug fixes

- Fixed `StaticResource` not allowing the `OPTIONS` method after calling
`set_options_route` -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9972`, :issue:`9975`, :issue:`9976`.

## Miscellaneous internal changes

- Improved performance of creating web responses when there are no
cookies -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9895`.

***

###
[`v3.11.3`](https://redirect.github.com/aio-libs/aiohttp/compare/v3.11.2...v3.11.3)

[Compare
Source](https://redirect.github.com/aio-libs/aiohttp/compare/v3.11.2...v3.11.3)

###
[`v3.11.2`](https://redirect.github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#3112-2024-11-14)

[Compare
Source](https://redirect.github.com/aio-libs/aiohttp/compare/v3.11.1...v3.11.2)

\===================

## Bug fixes

- Fixed improperly closed WebSocket connections generating an unhandled
exception -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9883`.

***

###
[`v3.11.1`](https://redirect.github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#3111-2024-11-14)

[Compare
Source](https://redirect.github.com/aio-libs/aiohttp/compare/v3.11.0...v3.11.1)

\===================

## Bug fixes

- Added a backward compatibility layer to :class:`aiohttp.RequestInfo`
to allow creating these objects without a `real_url` -- by
:user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9873`.

***

###
[`v3.11.0`](https://redirect.github.com/aio-libs/aiohttp/blob/HEAD/CHANGES.rst#3110-2024-11-13)

[Compare
Source](https://redirect.github.com/aio-libs/aiohttp/compare/v3.10.11...v3.11.0)

\===================

## Bug fixes

- Raise :exc:`aiohttp.ServerFingerprintMismatch` exception on
client-side if request through http proxy with mismatching server
fingerprint digest: `aiohttp.ClientSession(headers=headers,
connector=TCPConnector(ssl=aiohttp.Fingerprint(mismatch_digest),
trust_env=True).request(...)` -- by :user:`gangj`.

    *Related issues and pull requests on GitHub:*
    :issue:`6652`.

- Modified websocket
:meth:`aiohttp.ClientWebSocketResponse.receive_str`,
:py:meth:`aiohttp.ClientWebSocketResponse.receive_bytes`,
:py:meth:`aiohttp.web.WebSocketResponse.receive_str` &
:py:meth:`aiohttp.web.WebSocketResponse.receive_bytes` methods to raise
new :py:exc:`aiohttp.WSMessageTypeError` exception, instead of generic
:py:exc:`TypeError`, when websocket messages of incorrect types are
received -- by :user:`ara-25`.

    *Related issues and pull requests on GitHub:*
    :issue:`6800`.

- Made `TestClient.app` a `Generic` so type checkers will know the
correct type (avoiding unneeded `client.app is not None` checks) -- by
:user:`Dreamsorcerer`.

    *Related issues and pull requests on GitHub:*
    :issue:`8977`.

- Fixed the keep-alive connection pool to be FIFO instead of LIFO -- by
:user:`bdraco`.

Keep-alive connections are more likely to be reused before they
disconnect.

    *Related issues and pull requests on GitHub:*
    :issue:`9672`.

## Features

- Added `strategy` parameter to
:meth:`aiohttp.web.StreamResponse.enable_compression`
The value of this parameter is passed to the :func:`zlib.compressobj`
function, allowing people
to use a more sufficient compression algorithm for their data served by
:mod:`aiohttp.web`
    \-- by :user:`shootkin`

    *Related issues and pull requests on GitHub:*
    :issue:`6257`.

-   Added `server_hostname` parameter to `ws_connect`.

    *Related issues and pull requests on GitHub:*
    :issue:`7941`.

- Exported :py:class:`~aiohttp.ClientWSTimeout` to top-level namespace
-- by :user:`Dreamsorcerer`.

    *Related issues and pull requests on GitHub:*
    :issue:`8612`.

- Added `secure`/`httponly`/`samesite` parameters to `.del_cookie()` --
by :user:`Dreamsorcerer`.

    *Related issues and pull requests on GitHub:*
    :issue:`8956`.

- Updated :py:class:`~aiohttp.ClientSession`'s auth logic to include
default auth only if the request URL's origin matches \_base_url;
otherwise, the auth will not be included -- by :user:`MaximZemskov`

    *Related issues and pull requests on GitHub:*
    :issue:`8966`, :issue:`9466`.

- Added `proxy` and `proxy_auth` parameters to
:py:class:`~aiohttp.ClientSession` -- by :user:`meshya`.

    *Related issues and pull requests on GitHub:*
    :issue:`9207`.

-   Added `default_to_multipart` parameter to `FormData`.

    *Related issues and pull requests on GitHub:*
    :issue:`9335`.

- Added :py:meth:`~aiohttp.ClientWebSocketResponse.send_frame` and
:py:meth:`~aiohttp.web.WebSocketResponse.send_frame` for WebSockets --
by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9348`.

- Updated :py:class:`~aiohttp.ClientSession` to support paths in
`base_url` parameter.
    `base_url` paths must end with a `/`  -- by :user:`Cycloctane`.

    *Related issues and pull requests on GitHub:*
    :issue:`9530`.

- Improved performance of reading WebSocket messages with a Cython
implementation -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
:issue:`9543`, :issue:`9554`, :issue:`9556`, :issue:`9558`,
:issue:`9636`, :issue:`9649`, :issue:`9781`.

- Added `writer_limit` to the :py:class:`~aiohttp.web.WebSocketResponse`
to be able to adjust the limit before the writer forces the buffer to be
drained -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9572`.

- Added an :attr:`~aiohttp.abc.AbstractAccessLogger.enabled` property to
:class:`aiohttp.abc.AbstractAccessLogger` to dynamically check if
logging is enabled -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9822`.

## Deprecations (removal in next major release)

- Deprecate obsolete `timeout: float` and `receive_timeout:
Optional[float]` in :py:meth:`~aiohttp.ClientSession.ws_connect`. Change
default websocket receive timeout from `None` to `10.0`.

    *Related issues and pull requests on GitHub:*
    :issue:`3945`.

## Removals and backward incompatible breaking changes

-   Dropped support for Python 3.8 -- by :user:`Dreamsorcerer`.

    *Related issues and pull requests on GitHub:*
    :issue:`8797`.

-   Increased minimum yarl version to 1.17.0 -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`8909`, :issue:`9079`, :issue:`9305`, :issue:`9574`.

- Removed the `is_ipv6_address` and `is_ip4_address` helpers are they
are no longer used -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9344`.

- Changed `ClientRequest.connection_key` to be a `NamedTuple` to improve
client performance -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9365`.

- `FlowControlDataQueue` has been replaced with the `WebSocketDataQueue`
-- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9685`.

- Changed `ClientRequest.request_info` to be a `NamedTuple` to improve
client performance -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9692`.

## Packaging updates and notes for downstreams

- Switched to using the :mod:`propcache <propcache.api>` package for
property caching
    \-- by :user:`bdraco`.

The :mod:`propcache <propcache.api>` package is derived from the
property caching
code in :mod:`yarl` and has been broken out to avoid maintaining it for
multiple
    projects.

    *Related issues and pull requests on GitHub:*
    :issue:`9394`.

- Separated `aiohttp.http_websocket` into multiple files to make it
easier to maintain -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9542`, :issue:`9552`.

## Contributor-facing changes

-   Changed diagram images generator from `blockdiag` to `GraphViz`.
Generating documentation now requires the GraphViz executable to be
included in $PATH or sphinx build configuration.

    *Related issues and pull requests on GitHub:*
    :issue:`9359`.

## Miscellaneous internal changes

- Added flake8 settings to avoid some forms of implicit concatenation.
-- by :user:`booniepepper`.

    *Related issues and pull requests on GitHub:*
    :issue:`7731`.

- Enabled keep-alive support on proxies (which was originally disabled
several years ago) -- by :user:`Dreamsorcerer`.

    *Related issues and pull requests on GitHub:*
    :issue:`8920`.

- Changed web entry point to not listen on TCP when only a Unix path is
passed -- by :user:`Dreamsorcerer`.

    *Related issues and pull requests on GitHub:*
    :issue:`9033`.

- Disabled automatic retries of failed requests in
:class:`aiohttp.test_utils.TestClient`'s client session
(which could potentially hide errors in tests) -- by
:user:`ShubhAgarwal-dev`.

    *Related issues and pull requests on GitHub:*
    :issue:`9141`.

- Changed web `keepalive_timeout` default to around an hour in order to
reduce race conditions on reverse proxies -- by :user:`Dreamsorcerer`.

    *Related issues and pull requests on GitHub:*
    :issue:`9285`.

- Reduced memory required for stream objects created during the client
request lifecycle -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9407`.

- Improved performance of the internal `DataQueue` -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9659`.

- Improved performance of calling `receive` for WebSockets for the most
common message types -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9679`.

- Replace internal helper methods `method_must_be_empty_body` and
`status_code_must_be_empty_body` with simple `set` lookups -- by
:user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9722`.

- Improved performance of :py:class:`aiohttp.BaseConnector` when there
is no `limit_per_host` -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9756`.

- Improved performance of sending HTTP requests when there is no body --
by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9757`.

- Improved performance of the `WebsocketWriter` when the protocol is not
paused -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9796`.

- Implemented zero copy writes for `StreamWriter` -- by :user:`bdraco`.

    *Related issues and pull requests on GitHub:*
    :issue:`9839`.

***

</details>

<details>
<summary>googleapis/google-api-go-client
(google.golang.org/api)</summary>

###
[`v0.207.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.207.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.206.0...v0.207.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2874](https://redirect.github.com/googleapis/google-api-go-client/issues/2874))
([e9ebb69](https://redirect.github.com/googleapis/google-api-go-client/commit/e9ebb69c042ca5e25173253abce13870245e0356))
- **all:** Auto-regenerate discovery clients
([#&#8203;2876](https://redirect.github.com/googleapis/google-api-go-client/issues/2876))
([796b248](https://redirect.github.com/googleapis/google-api-go-client/commit/796b2482d765d213ab7f9329558c8ea2ca988fe9))
- **all:** Auto-regenerate discovery clients
([#&#8203;2879](https://redirect.github.com/googleapis/google-api-go-client/issues/2879))
([9c21349](https://redirect.github.com/googleapis/google-api-go-client/commit/9c21349472533bd39a0e55f2db4b9c2afd18c325))

###
[`v0.206.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.206.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.205.0...v0.206.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2862](https://redirect.github.com/googleapis/google-api-go-client/issues/2862))
([c552a34](https://redirect.github.com/googleapis/google-api-go-client/commit/c552a340b2e364457121cc6a7586b681cc75c27d))
- **all:** Auto-regenerate discovery clients
([#&#8203;2866](https://redirect.github.com/googleapis/google-api-go-client/issues/2866))
([6495d84](https://redirect.github.com/googleapis/google-api-go-client/commit/6495d84ae6142aa900e6913fb681ca38ec3a3a6b))
- **all:** Auto-regenerate discovery clients
([#&#8203;2868](https://redirect.github.com/googleapis/google-api-go-client/issues/2868))
([58faff9](https://redirect.github.com/googleapis/google-api-go-client/commit/58faff9ac69eb1b15bf9b532eb1447143bc77083))
- **all:** Auto-regenerate discovery clients
([#&#8203;2870](https://redirect.github.com/googleapis/google-api-go-client/issues/2870))
([031802c](https://redirect.github.com/googleapis/google-api-go-client/commit/031802cc20f6e3e481fbe8cdacf7e4bf7c36aec2))
- **all:** Auto-regenerate discovery clients
([#&#8203;2871](https://redirect.github.com/googleapis/google-api-go-client/issues/2871))
([8fab1d8](https://redirect.github.com/googleapis/google-api-go-client/commit/8fab1d86722b77ac74b2726257b5815af70b5185))
- **all:** Auto-regenerate discovery clients
([#&#8203;2872](https://redirect.github.com/googleapis/google-api-go-client/issues/2872))
([20de5d2](https://redirect.github.com/googleapis/google-api-go-client/commit/20de5d22d96d2ba6983f5839e4f71a3846a01be0))
- **option:** Add support for user loggers
([#&#8203;2873](https://redirect.github.com/googleapis/google-api-go-client/issues/2873))
([922e59d](https://redirect.github.com/googleapis/google-api-go-client/commit/922e59dcb7806c2a0378c39928a33726687c3038))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
  • Loading branch information
renovate-bot authored Nov 20, 2024
1 parent adee95b commit da84c60
Showing 1 changed file with 245 additions and 272 deletions.
Loading

0 comments on commit da84c60

Please sign in to comment.