Commit 00fdca0
authored
chore(deps): update all dependencies (#1760)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| boringssl | http_archive | digest | `bb41bc0` -> `bd20800` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [charset-normalizer](https://togithub.com/Ousret/charset_normalizer) | | minor | `==3.2.0` -> `==3.3.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [google-api-core](https://togithub.com/googleapis/python-api-core) | | minor | `==2.11.1` -> `==2.12.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [google-auth](https://togithub.com/googleapis/google-auth-library-python) | | minor | `==2.22.0` -> `==2.23.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | | minor | `==1.57.0` -> `==1.59.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [packaging](https://togithub.com/pypa/packaging) | | minor | `==23.1` -> `==23.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [protobuf](https://developers.google.com/protocol-buffers/) | | patch | `==4.24.2` -> `==4.24.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [pytest](https://docs.pytest.org/en/latest/) ([source](https://togithub.com/pytest-dev/pytest), [changelog](https://docs.pytest.org/en/stable/changelog.html)) | | patch | `==7.4.1` -> `==7.4.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [setuptools](https://togithub.com/pypa/setuptools) ([changelog](https://setuptools.pypa.io/en/stable/history.html)) | | minor | `==68.1.2` -> `==68.2.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [typing-extensions](https://togithub.com/python/typing_extensions) ([changelog](https://togithub.com/python/typing_extensions/blob/main/CHANGELOG.md)) | | minor | `==4.7.1` -> `==4.8.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [urllib3](https://togithub.com/urllib3/urllib3) ([changelog](https://togithub.com/urllib3/urllib3/blob/main/CHANGES.rst)) | | patch | `==2.0.4` -> `==2.0.5` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>Ousret/charset_normalizer (charset-normalizer)</summary>
### [`v3.3.0`](https://togithub.com/Ousret/charset_normalizer/blob/HEAD/CHANGELOG.md#330-2023-09-30)
[Compare Source](https://togithub.com/Ousret/charset_normalizer/compare/3.2.0...3.3.0)
##### Added
- Allow to execute the CLI (e.g. normalizer) through `python -m charset_normalizer.cli` or `python -m charset_normalizer`
- Support for 9 forgotten encoding that are supported by Python but unlisted in `encoding.aliases` as they have no alias ([#​323](https://togithub.com/Ousret/charset_normalizer/issues/323))
##### Removed
- (internal) Redundant utils.is_ascii function and unused function is_private_use_only
- (internal) charset_normalizer.assets is moved inside charset_normalizer.constant
##### Changed
- (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection
- Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.7
##### Fixed
- Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in \__lt\_\_ ([#​350](https://togithub.com/Ousret/charset_normalizer/issues/350))
</details>
<details>
<summary>googleapis/python-api-core (google-api-core)</summary>
### [`v2.12.0`](https://togithub.com/googleapis/python-api-core/blob/HEAD/CHANGELOG.md#2120-2023-09-07)
[Compare Source](https://togithub.com/googleapis/python-api-core/compare/v2.11.1...v2.12.0)
##### Features
- Add a little bit of typing to google.api_core.retry ([#​453](https://togithub.com/googleapis/python-api-core/issues/453)) ([2477ab9](https://togithub.com/googleapis/python-api-core/commit/2477ab9ea5c2e863a493fb7ebebaa429a44ea096))
- Add grpc Compression argument to channels and methods ([#​451](https://togithub.com/googleapis/python-api-core/issues/451)) ([bdebd63](https://togithub.com/googleapis/python-api-core/commit/bdebd6331f9c0d3d1a8ceaf274f07d2ed75bfe92))
##### Documentation
- Fix a typo in google/api_core/page_iterator.py ([#​511](https://togithub.com/googleapis/python-api-core/issues/511)) ([c0ce73c](https://togithub.com/googleapis/python-api-core/commit/c0ce73c4de53ad694fe36d17408998aa1230398f))
</details>
<details>
<summary>googleapis/google-auth-library-python (google-auth)</summary>
### [`v2.23.2`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2232-2023-09-28)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.23.1...v2.23.2)
##### Bug Fixes
- Support urllib3<2.0 versions ([#​1390](https://togithub.com/googleapis/google-auth-library-python/issues/1390)) ([07c464a](https://togithub.com/googleapis/google-auth-library-python/commit/07c464a75fd873f23ca78016e7754697f4511f59))
### [`v2.23.1`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2231-2023-09-26)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.23.0...v2.23.1)
##### Bug Fixes
- Less restrictive content-type header check for google authentication (ignores charset) ([#​1382](https://togithub.com/googleapis/google-auth-library-python/issues/1382)) ([7039beb](https://togithub.com/googleapis/google-auth-library-python/commit/7039beb63b8644be748cfc2fc79a2b8b643cda9f))
- Trust boundary meta header renaming and using the schema from backend team. ([#​1384](https://togithub.com/googleapis/google-auth-library-python/issues/1384)) ([2503d4a](https://togithub.com/googleapis/google-auth-library-python/commit/2503d4a50995d4f2756846a17b33997273ace5f1))
- Update urllib3 to >= 2.0.5 ([#​1389](https://togithub.com/googleapis/google-auth-library-python/issues/1389)) ([a99f3bb](https://togithub.com/googleapis/google-auth-library-python/commit/a99f3bbf97c07a87203b7471817cfb2a1662293d))
### [`v2.23.0`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2230-2023-09-11)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.22.0...v2.23.0)
##### Features
- Add get_bq_config_path() to \_cloud_sdk.py ([9f52f66](https://togithub.com/googleapis/google-auth-library-python/commit/9f52f665247ada59278ffddaaef3ada9e419154c))
- Add get_bq_config_path() to \_cloud_sdk.py ([#​1358](https://togithub.com/googleapis/google-auth-library-python/issues/1358)) ([9f52f66](https://togithub.com/googleapis/google-auth-library-python/commit/9f52f665247ada59278ffddaaef3ada9e419154c))
##### Bug Fixes
- Expose universe domain in credentials ([#​1380](https://togithub.com/googleapis/google-auth-library-python/issues/1380)) ([8b8fce6](https://togithub.com/googleapis/google-auth-library-python/commit/8b8fce6a1e1ca6e0199cb5f15a90af477bf1c853))
- Make external_account resistant to string type 'expires_in' responses from non-compliant services ([#​1379](https://togithub.com/googleapis/google-auth-library-python/issues/1379)) ([01d3770](https://togithub.com/googleapis/google-auth-library-python/commit/01d37706d6750c20952cf01b6a616b23aafa5be9))
- Missing ssj for impersonate cred ([#​1377](https://togithub.com/googleapis/google-auth-library-python/issues/1377)) ([7d453dc](https://togithub.com/googleapis/google-auth-library-python/commit/7d453dc6408b908e24312a7bd3dc380ad43220be))
- Skip checking projectid on cred if env var is set ([#​1349](https://togithub.com/googleapis/google-auth-library-python/issues/1349)) ([a4135a3](https://togithub.com/googleapis/google-auth-library-python/commit/a4135a3e9620a2cbf99957858c13780b92ff707c))
</details>
<details>
<summary>grpc/grpc (grpcio)</summary>
### [`v1.59.0`](https://togithub.com/grpc/grpc/releases/tag/v1.59.0)
[Compare Source](https://togithub.com/grpc/grpc/compare/v1.58.0...v1.59.0)
This is release 1.59.0 ([generative](https://togithub.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core.
For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://togithub.com/grpc/grpc/releases).
This release contains refinements, improvements, and bug fixes, with highlights listed below.
## Core
- \[Release] Bump core version [`2023092`](https://togithub.com/grpc/grpc/commit/202309251628). ([#​34476](https://togithub.com/grpc/grpc/pull/34476))
- \[xds ssa] Remove environment variable protection for stateful affinity. ([#​34435](https://togithub.com/grpc/grpc/pull/34435))
- \[windows DNS] Simplify c-ares Windows code. ([#​33965](https://togithub.com/grpc/grpc/pull/33965))
- \[c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer. ([#​34185](https://togithub.com/grpc/grpc/pull/34185))
- \[Deps] Adding upb as a submodule. ([#​34199](https://togithub.com/grpc/grpc/pull/34199))
- \[EventEngine] Update Cancel contract on closure deletion timeline. ([#​34167](https://togithub.com/grpc/grpc/pull/34167))
## C\#
- \[csharp codegen] Handle empty base_namespace option value to fix [#​34113](https://togithub.com/grpc/grpc/issues/34113). ([#​34137](https://togithub.com/grpc/grpc/pull/34137))
## Python
- \[Python 3.12] Support Python 3.12. ([#​34398](https://togithub.com/grpc/grpc/pull/34398))
- \[Python 3.12] Deprecate distutil. ([#​34186](https://togithub.com/grpc/grpc/pull/34186))
## Ruby
- \[ruby] Fix linking errors on x86-darwin. ([#​34134](https://togithub.com/grpc/grpc/pull/34134))
- \[Ruby] replace strdup with gpr_strdup. ([#​34177](https://togithub.com/grpc/grpc/pull/34177))
- \[ruby] drop ruby 2.6 support. ([#​34198](https://togithub.com/grpc/grpc/pull/34198))
### [`v1.58.0`](https://togithub.com/grpc/grpc/compare/v1.57.0...v1.58.0)
[Compare Source](https://togithub.com/grpc/grpc/compare/v1.57.0...v1.58.0)
</details>
<details>
<summary>pypa/packaging (packaging)</summary>
### [`v23.2`](https://togithub.com/pypa/packaging/releases/tag/23.2)
[Compare Source](https://togithub.com/pypa/packaging/compare/23.1...23.2)
#### What's Changed
- parse_marker should consume the entire source string by [@​mwerschy](https://togithub.com/mwerschy) in [https://togithub.com/pypa/packaging/pull/687](https://togithub.com/pypa/packaging/pull/687)
- Create a Security Policy file by [@​joycebrum](https://togithub.com/joycebrum) in [https://togithub.com/pypa/packaging/pull/695](https://togithub.com/pypa/packaging/pull/695)
- Add python 3.12 to CI by [@​mayeut](https://togithub.com/mayeut) in [https://togithub.com/pypa/packaging/pull/689](https://togithub.com/pypa/packaging/pull/689)
- Remove URL validation from requirement parsing by [@​uranusjr](https://togithub.com/uranusjr) in [https://togithub.com/pypa/packaging/pull/684](https://togithub.com/pypa/packaging/pull/684)
- Add types for packaging.version.\_Version by [@​hauntsaninja](https://togithub.com/hauntsaninja) in [https://togithub.com/pypa/packaging/pull/665](https://togithub.com/pypa/packaging/pull/665)
- Add PyPy 3.10 to CI by [@​mayeut](https://togithub.com/mayeut) in [https://togithub.com/pypa/packaging/pull/699](https://togithub.com/pypa/packaging/pull/699)
- Remove unused argument in `_manylinux._is_compatible` by [@​mayeut](https://togithub.com/mayeut) in [https://togithub.com/pypa/packaging/pull/700](https://togithub.com/pypa/packaging/pull/700)
- Canonicalize names for requirements comparison by [@​astrojuanlu](https://togithub.com/astrojuanlu) in [https://togithub.com/pypa/packaging/pull/696](https://togithub.com/pypa/packaging/pull/696)
- Add platform tag support for LoongArch by [@​loongson-zn](https://togithub.com/loongson-zn) in [https://togithub.com/pypa/packaging/pull/693](https://togithub.com/pypa/packaging/pull/693)
- Ability to install `armv7l manylinux/musllinux` wheels on `armv8l` by [@​mayeut](https://togithub.com/mayeut) in [https://togithub.com/pypa/packaging/pull/690](https://togithub.com/pypa/packaging/pull/690)
- Include CHANGELOG.rst in sdist by [@​astrojuanlu](https://togithub.com/astrojuanlu) in [https://togithub.com/pypa/packaging/pull/704](https://togithub.com/pypa/packaging/pull/704)
- Update pyupgrade to Python 3.7+ by [@​fangchenli](https://togithub.com/fangchenli) in [https://togithub.com/pypa/packaging/pull/580](https://togithub.com/pypa/packaging/pull/580)
- Fix version pattern pre-releases by [@​deathaxe](https://togithub.com/deathaxe) in [https://togithub.com/pypa/packaging/pull/705](https://togithub.com/pypa/packaging/pull/705)
- Fix typos found by codespell by [@​DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://togithub.com/pypa/packaging/pull/706](https://togithub.com/pypa/packaging/pull/706)
- Support enriched metadata by [@​brettcannon](https://togithub.com/brettcannon) in [https://togithub.com/pypa/packaging/pull/686](https://togithub.com/pypa/packaging/pull/686)
- Correct rST syntax in CHANGELOG.rst by [@​atugushev](https://togithub.com/atugushev) in [https://togithub.com/pypa/packaging/pull/709](https://togithub.com/pypa/packaging/pull/709)
- fix: platform tag for GraalPy by [@​mayeut](https://togithub.com/mayeut) in [https://togithub.com/pypa/packaging/pull/711](https://togithub.com/pypa/packaging/pull/711)
- Document that this library uses a calendar-based versioning scheme by [@​faph](https://togithub.com/faph) in [https://togithub.com/pypa/packaging/pull/717](https://togithub.com/pypa/packaging/pull/717)
- fix: Update copyright date for docs by [@​garrypolley](https://togithub.com/garrypolley) in [https://togithub.com/pypa/packaging/pull/713](https://togithub.com/pypa/packaging/pull/713)
- Bump pip version to avoid known vulnerabilities by [@​joycebrum](https://togithub.com/joycebrum) in [https://togithub.com/pypa/packaging/pull/720](https://togithub.com/pypa/packaging/pull/720)
- Typing annotations fixed in version.py by [@​jolaf](https://togithub.com/jolaf) in [https://togithub.com/pypa/packaging/pull/723](https://togithub.com/pypa/packaging/pull/723)
- parse\_{sdist,wheel}\_filename: don't raise InvalidVersion by [@​SpecLad](https://togithub.com/SpecLad) in [https://togithub.com/pypa/packaging/pull/721](https://togithub.com/pypa/packaging/pull/721)
- Fix code blocks in CHANGELOG.md by [@​edmorley](https://togithub.com/edmorley) in [https://togithub.com/pypa/packaging/pull/724](https://togithub.com/pypa/packaging/pull/724)
#### New Contributors
- [@​mwerschy](https://togithub.com/mwerschy) made their first contribution in [https://togithub.com/pypa/packaging/pull/687](https://togithub.com/pypa/packaging/pull/687)
- [@​joycebrum](https://togithub.com/joycebrum) made their first contribution in [https://togithub.com/pypa/packaging/pull/695](https://togithub.com/pypa/packaging/pull/695)
- [@​astrojuanlu](https://togithub.com/astrojuanlu) made their first contribution in [https://togithub.com/pypa/packaging/pull/696](https://togithub.com/pypa/packaging/pull/696)
- [@​loongson-zn](https://togithub.com/loongson-zn) made their first contribution in [https://togithub.com/pypa/packaging/pull/693](https://togithub.com/pypa/packaging/pull/693)
- [@​fangchenli](https://togithub.com/fangchenli) made their first contribution in [https://togithub.com/pypa/packaging/pull/580](https://togithub.com/pypa/packaging/pull/580)
- [@​deathaxe](https://togithub.com/deathaxe) made their first contribution in [https://togithub.com/pypa/packaging/pull/705](https://togithub.com/pypa/packaging/pull/705)
- [@​DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) made their first contribution in [https://togithub.com/pypa/packaging/pull/706](https://togithub.com/pypa/packaging/pull/706)
- [@​atugushev](https://togithub.com/atugushev) made their first contribution in [https://togithub.com/pypa/packaging/pull/709](https://togithub.com/pypa/packaging/pull/709)
- [@​faph](https://togithub.com/faph) made their first contribution in [https://togithub.com/pypa/packaging/pull/717](https://togithub.com/pypa/packaging/pull/717)
- [@​garrypolley](https://togithub.com/garrypolley) made their first contribution in [https://togithub.com/pypa/packaging/pull/713](https://togithub.com/pypa/packaging/pull/713)
- [@​jolaf](https://togithub.com/jolaf) made their first contribution in [https://togithub.com/pypa/packaging/pull/723](https://togithub.com/pypa/packaging/pull/723)
- [@​SpecLad](https://togithub.com/SpecLad) made their first contribution in [https://togithub.com/pypa/packaging/pull/721](https://togithub.com/pypa/packaging/pull/721)
- [@​edmorley](https://togithub.com/edmorley) made their first contribution in [https://togithub.com/pypa/packaging/pull/724](https://togithub.com/pypa/packaging/pull/724)
**Full Changelog**: https://togithub.com/pypa/packaging/compare/23.1...23.2
</details>
<details>
<summary>pytest-dev/pytest (pytest)</summary>
### [`v7.4.2`](https://togithub.com/pytest-dev/pytest/releases/tag/7.4.2): pytest 7.4.2 (2023-09-07)
[Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.4.1...7.4.2)
##### Bug Fixes
- [#​11237](https://togithub.com/pytest-dev/pytest/issues/11237): Fix doctest collection of `functools.cached_property` objects.
- [#​11306](https://togithub.com/pytest-dev/pytest/issues/11306): Fixed bug using `--importmode=importlib` which would cause package `__init__.py` files to be imported more than once in some cases.
- [#​11367](https://togithub.com/pytest-dev/pytest/issues/11367): Fixed bug where `user_properties` where not being saved in the JUnit XML file if a fixture failed during teardown.
- [#​11394](https://togithub.com/pytest-dev/pytest/issues/11394): Fixed crash when parsing long command line arguments that might be interpreted as files.
##### Improved Documentation
- [#​11391](https://togithub.com/pytest-dev/pytest/issues/11391): Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.
</details>
<details>
<summary>pypa/setuptools (setuptools)</summary>
### [`v68.2.2`](https://togithub.com/pypa/setuptools/compare/v68.2.1...v68.2.2)
[Compare Source](https://togithub.com/pypa/setuptools/compare/v68.2.1...v68.2.2)
### [`v68.2.1`](https://togithub.com/pypa/setuptools/compare/v68.2.0...v68.2.1)
[Compare Source](https://togithub.com/pypa/setuptools/compare/v68.2.0...v68.2.1)
### [`v68.2.0`](https://togithub.com/pypa/setuptools/compare/v68.1.2...v68.2.0)
[Compare Source](https://togithub.com/pypa/setuptools/compare/v68.1.2...v68.2.0)
</details>
<details>
<summary>python/typing_extensions (typing-extensions)</summary>
### [`v4.8.0`](https://togithub.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-480-September-17-2023)
[Compare Source](https://togithub.com/python/typing_extensions/compare/4.7.1...4.8.0)
No changes since 4.8.0rc1.
</details>
<details>
<summary>urllib3/urllib3 (urllib3)</summary>
### [`v2.0.5`](https://togithub.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#205-2023-09-20)
[Compare Source](https://togithub.com/urllib3/urllib3/compare/2.0.4...v2.0.5)
\==================
- Allowed pyOpenSSL third-party module without any deprecation warning. (`#​3126 <https://togithub.com/urllib3/urllib3/issues/3126>`\__)
- Fixed default `blocksize` of `HTTPConnection` classes to match high-level classes. Previously was 8KiB, now 16KiB. (`#​3066 <https://togithub.com/urllib3/urllib3/issues/3066>`\__)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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://togithub.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/gapic-generator-python).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzcuMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->1 parent d375dfb commit 00fdca0
2 files changed
+189
-161
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
68 | 72 | | |
69 | | - | |
70 | | - | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
0 commit comments