[go: nahoru, domu]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-storage Loading
base: v2.16.0
Choose a base ref
...
head repository: googleapis/python-storage Loading
compare: v2.17.0
Choose a head ref
  • 13 commits
  • 30 files changed
  • 6 contributors

Commits on Mar 19, 2024

  1. chore(python): update dependencies in /.kokoro (#1239)

    Source-Link: googleapis/synthtool@db94845
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a8a80fc6456e433df53fc2a0d72ca0345db0ddefb409f1b75b118dfd1babd952
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: cojenco <cathyo@google.com>
    3 people committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e1bae03 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. chore(deps): update all dependencies (#1213)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [filelock](https://togithub.com/tox-dev/py-filelock) | `==3.13.1` -> `==3.13.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/filelock/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/filelock/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/filelock/3.13.1/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/filelock/3.13.1/3.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    | [google-cloud-pubsub](https://togithub.com/googleapis/python-pubsub) | `==2.19.0` -> `==2.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/google-cloud-pubsub/2.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/google-cloud-pubsub/2.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/google-cloud-pubsub/2.19.0/2.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-cloud-pubsub/2.19.0/2.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    | [google-cloud-storage](https://togithub.com/googleapis/python-storage) | `==2.14.0` -> `==2.16.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/google-cloud-storage/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/google-cloud-storage/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/google-cloud-storage/2.14.0/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-cloud-storage/2.14.0/2.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    | [pandas](https://pandas.pydata.org) ([source](https://togithub.com/pandas-dev/pandas)) | `==2.1.4` -> `==2.2.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pandas/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pandas/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pandas/2.1.4/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pandas/2.1.4/2.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    | [pytest](https://togithub.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | `==7.4.4` -> `==8.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest/7.4.4/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest/7.4.4/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>tox-dev/py-filelock (filelock)</summary>
    
    ### [`v3.13.3`](https://togithub.com/tox-dev/filelock/releases/tag/3.13.3)
    
    [Compare Source](https://togithub.com/tox-dev/py-filelock/compare/3.13.2...3.13.3)
    
    <!-- Release notes generated using configuration in .github/release.yml at main -->
    
    #### What's Changed
    
    -   Make singleton class instance dict unique per subclass by [@&#8203;nefrob](https://togithub.com/nefrob) in [https://togithub.com/tox-dev/filelock/pull/318](https://togithub.com/tox-dev/filelock/pull/318)
    
    **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.13.2...3.13.3
    
    ### [`v3.13.2`](https://togithub.com/tox-dev/filelock/releases/tag/3.13.2)
    
    [Compare Source](https://togithub.com/tox-dev/py-filelock/compare/3.13.1...3.13.2)
    
    <!-- Release notes generated using configuration in .github/release.yml at main -->
    
    ##### What's Changed
    
    -   Fixed small typo in \_unix.py by [@&#8203;snemes](https://togithub.com/snemes) in [https://togithub.com/tox-dev/filelock/pull/302](https://togithub.com/tox-dev/filelock/pull/302)
    -   Update SECURITY.md to reflect Python 3.7 support dropoff by [@&#8203;kemzeb](https://togithub.com/kemzeb) in [https://togithub.com/tox-dev/filelock/pull/304](https://togithub.com/tox-dev/filelock/pull/304)
    -   Update index.rst to improve the demo usage by [@&#8203;youkaichao](https://togithub.com/youkaichao) in [https://togithub.com/tox-dev/filelock/pull/314](https://togithub.com/tox-dev/filelock/pull/314)
    -   \[BugFix] fix permission denied error when lock file is placed in `/tmp` by [@&#8203;kota-iizuka](https://togithub.com/kota-iizuka) in [https://togithub.com/tox-dev/filelock/pull/317](https://togithub.com/tox-dev/filelock/pull/317)
    
    ##### New Contributors
    
    -   [@&#8203;snemes](https://togithub.com/snemes) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/302](https://togithub.com/tox-dev/filelock/pull/302)
    -   [@&#8203;kemzeb](https://togithub.com/kemzeb) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/304](https://togithub.com/tox-dev/filelock/pull/304)
    -   [@&#8203;youkaichao](https://togithub.com/youkaichao) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/314](https://togithub.com/tox-dev/filelock/pull/314)
    -   [@&#8203;kota-iizuka](https://togithub.com/kota-iizuka) made their first contribution in [https://togithub.com/tox-dev/filelock/pull/317](https://togithub.com/tox-dev/filelock/pull/317)
    
    **Full Changelog**: https://togithub.com/tox-dev/filelock/compare/3.13.1...3.13.2
    
    </details>
    
    <details>
    <summary>googleapis/python-pubsub (google-cloud-pubsub)</summary>
    
    ### [`v2.21.0`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2210-2024-03-26)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.20.3...v2.21.0)
    
    ##### Features
    
    -   Add custom datetime format for Cloud Storage subscriptions ([#&#8203;1131](https://togithub.com/googleapis/python-pubsub/issues/1131)) ([4da6744](https://togithub.com/googleapis/python-pubsub/commit/4da67441ddab01a173620d8c03bc640271c785c6))
    
    ### [`v2.20.3`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2203-2024-03-21)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.20.2...v2.20.3)
    
    ##### Documentation
    
    -   **samples:** Update Region Tags ([#&#8203;1128](https://togithub.com/googleapis/python-pubsub/issues/1128)) ([e3bc89e](https://togithub.com/googleapis/python-pubsub/commit/e3bc89eaa51337c93144d6c3100486353d494ad9))
    
    ### [`v2.20.2`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2202-2024-03-15)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.20.1...v2.20.2)
    
    ##### Documentation
    
    -   **samples:** Add Create Topic with Kinesis IngestionDataSourceSettings Sample ([#&#8203;1120](https://togithub.com/googleapis/python-pubsub/issues/1120)) ([83dc9ff](https://togithub.com/googleapis/python-pubsub/commit/83dc9fff13aa35518fb9b6a73472816da852d975))
    -   **samples:** Update Topic with Kinesis Ingestion Settings ([#&#8203;1123](https://togithub.com/googleapis/python-pubsub/issues/1123)) ([e0e2d83](https://togithub.com/googleapis/python-pubsub/commit/e0e2d831da8d17288c3ae8900bea2388ce8758af))
    
    ### [`v2.20.1`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2201-2024-03-06)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.20.0...v2.20.1)
    
    ##### Bug Fixes
    
    -   Catch and surface BaseException() ([#&#8203;1108](https://togithub.com/googleapis/python-pubsub/issues/1108)) ([07e427f](https://togithub.com/googleapis/python-pubsub/commit/07e427f675464b9aa79c68dede67082529054980))
    
    ### [`v2.20.0`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2200-2024-03-05)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.19.8...v2.20.0)
    
    ##### Features
    
    -   Add include_recaptcha_script for as a new action in firewall policies ([#&#8203;1109](https://togithub.com/googleapis/python-pubsub/issues/1109)) ([54041a5](https://togithub.com/googleapis/python-pubsub/commit/54041a527398eb0ec5daa97a346ba3202ce349f3))
    
    ##### Documentation
    
    -   **samples:** Correct type and description of `timeout` parameter in subscriber quickstart ([#&#8203;1051](https://togithub.com/googleapis/python-pubsub/issues/1051)) ([141a473](https://togithub.com/googleapis/python-pubsub/commit/141a473561bd0e45d3137a02cbefddb454ab3af4))
    
    ### [`v2.19.8`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2198-2024-03-05)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.19.7...v2.19.8)
    
    ##### Bug Fixes
    
    -   **deps:** Exclude google-auth 2.24.0 and 2.25.0 ([#&#8203;1102](https://togithub.com/googleapis/python-pubsub/issues/1102)) ([165c983](https://togithub.com/googleapis/python-pubsub/commit/165c983803c48a17141765395cf9ec2e6a7056fa))
    
    ### [`v2.19.7`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2197-2024-02-24)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.19.6...v2.19.7)
    
    ##### Bug Fixes
    
    -   **deps:** Require `google-api-core&gt;=1.34.1` ([#&#8203;1080](https://togithub.com/googleapis/python-pubsub/issues/1080)) ([1a5a134](https://togithub.com/googleapis/python-pubsub/commit/1a5a1342de8736c6a2b1ac63476667f8a02b5bb8))
    
    ### [`v2.19.6`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2196-2024-02-23)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.19.5...v2.19.6)
    
    ##### Bug Fixes
    
    -   Remove LOGGER.exception() line ([#&#8203;1087](https://togithub.com/googleapis/python-pubsub/issues/1087)) ([a395d26](https://togithub.com/googleapis/python-pubsub/commit/a395d26ed0fffaee8662f988da97dd35c480af4f))
    
    ### [`v2.19.5`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2195-2024-02-22)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.19.4...v2.19.5)
    
    ##### Bug Fixes
    
    -   Update system_test_python_versions ([#&#8203;1096](https://togithub.com/googleapis/python-pubsub/issues/1096)) ([c659ac7](https://togithub.com/googleapis/python-pubsub/commit/c659ac777f177e54d7272a8de93fa9f554b15d46))
    
    ### [`v2.19.4`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2194-2024-02-09)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.19.3...v2.19.4)
    
    ##### Bug Fixes
    
    -   **diregapic:** S/bazel/bazelisk/ in DIREGAPIC build GitHub action ([#&#8203;1064](https://togithub.com/googleapis/python-pubsub/issues/1064)) ([d56ad12](https://togithub.com/googleapis/python-pubsub/commit/d56ad12f197e9e379d2a4a0a38be108808985c23))
    
    ### [`v2.19.3`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2193-2024-02-08)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.19.2...v2.19.3)
    
    ##### Bug Fixes
    
    -   Add google-auth as a direct dependency ([#&#8203;1076](https://togithub.com/googleapis/python-pubsub/issues/1076)) ([5ce7301](https://togithub.com/googleapis/python-pubsub/commit/5ce7301b3056191203bc89bbcf1f33083de72a2d))
    
    ### [`v2.19.2`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2192-2024-02-08)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.19.1...v2.19.2)
    
    ##### Bug Fixes
    
    -   Unit test failures in https://togithub.com/googleapis/python-pubsu… ([#&#8203;1074](https://togithub.com/googleapis/python-pubsub/issues/1074)) ([3c6d128](https://togithub.com/googleapis/python-pubsub/commit/3c6d128a53d83439036aaec1f1fd48331152935b))
    
    ### [`v2.19.1`](https://togithub.com/googleapis/python-pubsub/blob/HEAD/CHANGELOG.md#2191-2024-02-02)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.19.0...v2.19.1)
    
    ##### Documentation
    
    -   **samples:** Swap writer and reader schema to correct places ([265f410](https://togithub.com/googleapis/python-pubsub/commit/265f4106f499ec5d2d01a127ba192404c1836a28))
    
    </details>
    
    <details>
    <summary>googleapis/python-storage (google-cloud-storage)</summary>
    
    ### [`v2.16.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#2160-2024-03-18)
    
    [Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.15.0...v2.16.0)
    
    ##### Features
    
    -   Add support for soft delete ([#&#8203;1229](https://togithub.com/googleapis/python-storage/issues/1229)) ([3928aa0](https://togithub.com/googleapis/python-storage/commit/3928aa0680ec03addae1f792c73abb5c9dc8586f))
    -   Support includeFoldersAsPrefixes ([#&#8203;1223](https://togithub.com/googleapis/python-storage/issues/1223)) ([7bb8065](https://togithub.com/googleapis/python-storage/commit/7bb806538cf3d7a5e16390db1983620933d5e51a))
    
    ### [`v2.15.0`](https://togithub.com/googleapis/python-storage/blob/HEAD/CHANGELOG.md#2150-2024-02-28)
    
    [Compare Source](https://togithub.com/googleapis/python-storage/compare/v2.14.0...v2.15.0)
    
    ##### Features
    
    -   Support custom universe domains/TPC ([#&#8203;1212](https://togithub.com/googleapis/python-storage/issues/1212)) ([f4cf041](https://togithub.com/googleapis/python-storage/commit/f4cf041a5f2075cecf5f4993f8b7afda0476a52b))
    
    ##### Bug Fixes
    
    -   Add "updated" as property for Bucket ([#&#8203;1220](https://togithub.com/googleapis/python-storage/issues/1220)) ([ae9a53b](https://togithub.com/googleapis/python-storage/commit/ae9a53b464e7d82c79a019a4111c49a4cdcc3ae0))
    -   Remove utcnow usage ([#&#8203;1215](https://togithub.com/googleapis/python-storage/issues/1215)) ([8d8a53a](https://togithub.com/googleapis/python-storage/commit/8d8a53a1368392ad7a1c4352f559c12932c5a9c9))
    
    </details>
    
    <details>
    <summary>pandas-dev/pandas (pandas)</summary>
    
    ### [`v2.2.1`](https://togithub.com/pandas-dev/pandas/releases/tag/v2.2.1): Pandas 2.2.1
    
    [Compare Source](https://togithub.com/pandas-dev/pandas/compare/v2.2.0...v2.2.1)
    
    We are pleased to announce the release of pandas 2.2.1.
    This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
    
    See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.2.1/whatsnew/v2.2.1.html) for a list of all the changes.
    Pandas 2.2.1 supports Python 3.9 and higher.
    
    The release will be available on the defaults and conda-forge channels:
    
        conda install pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).
    
    Thanks to all the contributors who made this release possible.
    
    ### [`v2.2.0`](https://togithub.com/pandas-dev/pandas/compare/v2.1.4...v2.2.0)
    
    [Compare Source](https://togithub.com/pandas-dev/pandas/compare/v2.1.4...v2.2.0)
    
    </details>
    
    <details>
    <summary>pytest-dev/pytest (pytest)</summary>
    
    ### [`v8.1.1`](https://togithub.com/pytest-dev/pytest/releases/tag/8.1.1)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.1.0...8.1.1)
    
    # pytest 8.1.1 (2024-03-08)
    
    ::: {.note}
    ::: {.title}
    Note
    :::
    
    This release is not a usual bug fix release -- it contains features and improvements, being a follow up
    to `8.1.0`, which has been yanked from PyPI.
    :::
    
    ## Features
    
    -   [#&#8203;11475](https://togithub.com/pytest-dev/pytest/issues/11475): Added the new `consider_namespace_packages`{.interpreted-text role="confval"} configuration option, defaulting to `False`.
    
        If set to `True`, pytest will attempt to identify modules that are part of [namespace packages](https://packaging.python.org/en/latest/guides/packaging-namespace-packages) when importing modules.
    
    -   [#&#8203;11653](https://togithub.com/pytest-dev/pytest/issues/11653): Added the new `verbosity_test_cases`{.interpreted-text role="confval"} configuration option for fine-grained control of test execution verbosity.
        See `Fine-grained verbosity <pytest.fine_grained_verbosity>`{.interpreted-text role="ref"} for more details.
    
    ## Improvements
    
    -   [#&#8203;10865](https://togithub.com/pytest-dev/pytest/issues/10865): `pytest.warns`{.interpreted-text role="func"} now validates that `warnings.warn`{.interpreted-text role="func"} was called with a \[str]{.title-ref} or a \[Warning]{.title-ref}.
        Currently in Python it is possible to use other types, however this causes an exception when `warnings.filterwarnings`{.interpreted-text role="func"} is used to filter those warnings (see [CPython #&#8203;103577](https://togithub.com/python/cpython/issues/103577) for a discussion).
        While this can be considered a bug in CPython, we decided to put guards in pytest as the error message produced without this check in place is confusing.
    
    -   [#&#8203;11311](https://togithub.com/pytest-dev/pytest/issues/11311): When using `--override-ini` for paths in invocations without a configuration file defined, the current working directory is used
        as the relative directory.
    
        Previoulsy this would raise an `AssertionError`{.interpreted-text role="class"}.
    
    -   [#&#8203;11475](https://togithub.com/pytest-dev/pytest/issues/11475): `--import-mode=importlib <import-mode-importlib>`{.interpreted-text role="ref"} now tries to import modules using the standard import mechanism (but still without changing :py`sys.path`{.interpreted-text role="data"}), falling back to importing modules directly only if that fails.
    
        This means that installed packages will be imported under their canonical name if possible first, for example `app.core.models`, instead of having the module name always be derived from their path (for example `.env310.lib.site_packages.app.core.models`).
    
    -   [#&#8203;11801](https://togithub.com/pytest-dev/pytest/issues/11801): Added the `iter_parents() <_pytest.nodes.Node.iter_parents>`{.interpreted-text role="func"} helper method on nodes.
        It is similar to `listchain <_pytest.nodes.Node.listchain>`{.interpreted-text role="func"}, but goes from bottom to top, and returns an iterator, not a list.
    
    -   [#&#8203;11850](https://togithub.com/pytest-dev/pytest/issues/11850): Added support for `sys.last_exc`{.interpreted-text role="data"} for post-mortem debugging on Python>=3.12.
    
    -   [#&#8203;11962](https://togithub.com/pytest-dev/pytest/issues/11962): In case no other suitable candidates for configuration file are found, a `pyproject.toml` (even without a `[tool.pytest.ini_options]` table) will be considered as the configuration file and define the `rootdir`.
    
    -   [#&#8203;11978](https://togithub.com/pytest-dev/pytest/issues/11978): Add `--log-file-mode` option to the logging plugin, enabling appending to log-files. This option accepts either `"w"` or `"a"` and defaults to `"w"`.
    
        Previously, the mode was hard-coded to be `"w"` which truncates the file before logging.
    
    -   [#&#8203;12047](https://togithub.com/pytest-dev/pytest/issues/12047): When multiple finalizers of a fixture raise an exception, now all exceptions are reported as an exception group.
        Previously, only the first exception was reported.
    
    ## Bug Fixes
    
    -   [#&#8203;11475](https://togithub.com/pytest-dev/pytest/issues/11475): Fixed regression where `--importmode=importlib` would import non-test modules more than once.
    
    -   [#&#8203;11904](https://togithub.com/pytest-dev/pytest/issues/11904): Fixed a regression in pytest 8.0.0 that would cause test collection to fail due to permission errors when using `--pyargs`.
    
        This change improves the collection tree for tests specified using `--pyargs`, see `12043`{.interpreted-text role="pull"} for a comparison with pytest 8.0 and <8.
    
    -   [#&#8203;12011](https://togithub.com/pytest-dev/pytest/issues/12011): Fixed a regression in 8.0.1 whereby `setup_module` xunit-style fixtures are not executed when `--doctest-modules` is passed.
    
    -   [#&#8203;12014](https://togithub.com/pytest-dev/pytest/issues/12014): Fix the `stacklevel` used when warning about marks used on fixtures.
    
    -   [#&#8203;12039](https://togithub.com/pytest-dev/pytest/issues/12039): Fixed a regression in `8.0.2` where tests created using `tmp_path`{.interpreted-text role="fixture"} have been collected multiple times in CI under Windows.
    
    ## Improved Documentation
    
    -   [#&#8203;11790](https://togithub.com/pytest-dev/pytest/issues/11790): Documented the retention of temporary directories created using the `tmp_path` fixture in more detail.
    
    ## Trivial/Internal Changes
    
    -   [#&#8203;11785](https://togithub.com/pytest-dev/pytest/issues/11785): Some changes were made to private functions which may affect plugins which access them:
    
        -   `FixtureManager._getautousenames()` now takes a `Node` itself instead of the nodeid.
        -   `FixtureManager.getfixturedefs()` now takes the `Node` itself instead of the nodeid.
        -   The `_pytest.nodes.iterparentnodeids()` function is removed without replacement.
            Prefer to traverse the node hierarchy itself instead.
            If you really need to, copy the function from the previous pytest release.
    
    -   [#&#8203;12069](https://togithub.com/pytest-dev/pytest/issues/12069): Delayed the deprecation of the following features to `9.0.0`:
    
        -   `node-ctor-fspath-deprecation`{.interpreted-text role="ref"}.
        -   `legacy-path-hooks-deprecated`{.interpreted-text role="ref"}.
    
        It was discovered after `8.1.0` was released that the warnings about the impeding removal were not being displayed, so the team decided to revert the removal.
    
        This is the reason for `8.1.0` being yanked.
    
    # pytest 8.1.0 (YANKED)
    
    ::: {.note}
    ::: {.title}
    Note
    :::
    
    This release has been **yanked**: it broke some plugins without the proper warning period, due to
    some warnings not showing up as expected.
    
    See [#&#8203;12069](https://togithub.com/pytest-dev/pytest/issues/12069).
    :::
    
    ### [`v8.1.0`](https://togithub.com/pytest-dev/pytest/releases/tag/8.1.0)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.0.2...8.1.0)
    
    # pytest 8.1.0 (YANKED)
    
    > \[!IMPORTANT]\
    > This release has been **yanked**: it broke some plugins without the proper warning period, due to some warnings not showing up as expected. See [#&#8203;12069](https://togithub.com/pytest-dev/pytest/issues/12069).
    
    ## Features
    
    -   [#&#8203;11475](https://togithub.com/pytest-dev/pytest/issues/11475): Added the new `consider_namespace_packages`{.interpreted-text role="confval"} configuration option, defaulting to `False`.
    
        If set to `True`, pytest will attempt to identify modules that are part of [namespace packages](https://packaging.python.org/en/latest/guides/packaging-namespace-packages) when importing modules.
    
    -   [#&#8203;11653](https://togithub.com/pytest-dev/pytest/issues/11653): Added the new `verbosity_test_cases`{.interpreted-text role="confval"} configuration option for fine-grained control of test execution verbosity.
        See `Fine-grained verbosity <pytest.fine_grained_verbosity>`{.interpreted-text role="ref"} for more details.
    
    ## Improvements
    
    -   [#&#8203;10865](https://togithub.com/pytest-dev/pytest/issues/10865): `pytest.warns`{.interpreted-text role="func"} now validates that `warnings.warn`{.interpreted-text role="func"} was called with a \[str]{.title-ref} or a \[Warning]{.title-ref}.
        Currently in Python it is possible to use other types, however this causes an exception when `warnings.filterwarnings`{.interpreted-text role="func"} is used to filter those warnings (see [CPython #&#8203;103577](https://togithub.com/python/cpython/issues/103577) for a discussion).
        While this can be considered a bug in CPython, we decided to put guards in pytest as the error message produced without this check in place is confusing.
    
    -   [#&#8203;11311](https://togithub.com/pytest-dev/pytest/issues/11311): When using `--override-ini` for paths in invocations without a configuration file defined, the current working directory is used
        as the relative directory.
    
        Previoulsy this would raise an `AssertionError`{.interpreted-text role="class"}.
    
    -   [#&#8203;11475](https://togithub.com/pytest-dev/pytest/issues/11475): `--import-mode=importlib <import-mode-importlib>`{.interpreted-text role="ref"} now tries to import modules using the standard import mechanism (but still without changing :py`sys.path`{.interpreted-text role="data"}), falling back to importing modules directly only if that fails.
    
        This means that installed packages will be imported under their canonical name if possible first, for example `app.core.models`, instead of having the module name always be derived from their path (for example `.env310.lib.site_packages.app.core.models`).
    
    -   [#&#8203;11801](https://togithub.com/pytest-dev/pytest/issues/11801): Added the `iter_parents() <_pytest.nodes.Node.iter_parents>`{.interpreted-text role="func"} helper method on nodes.
        It is similar to `listchain <_pytest.nodes.Node.listchain>`{.interpreted-text role="func"}, but goes from bottom to top, and returns an iterator, not a list.
    
    -   [#&#8203;11850](https://togithub.com/pytest-dev/pytest/issues/11850): Added support for `sys.last_exc`{.interpreted-text role="data"} for post-mortem debugging on Python>=3.12.
    
    -   [#&#8203;11962](https://togithub.com/pytest-dev/pytest/issues/11962): In case no other suitable candidates for configuration file are found, a `pyproject.toml` (even without a `[tool.pytest.ini_options]` table) will be considered as the configuration file and define the `rootdir`.
    
    -   [#&#8203;11978](https://togithub.com/pytest-dev/pytest/issues/11978): Add `--log-file-mode` option to the logging plugin, enabling appending to log-files. This option accepts either `"w"` or `"a"` and defaults to `"w"`.
    
        Previously, the mode was hard-coded to be `"w"` which truncates the file before logging.
    
    -   [#&#8203;12047](https://togithub.com/pytest-dev/pytest/issues/12047): When multiple finalizers of a fixture raise an exception, now all exceptions are reported as an exception group.
        Previously, only the first exception was reported.
    
    ## Bug Fixes
    
    -   [#&#8203;11904](https://togithub.com/pytest-dev/pytest/issues/11904): Fixed a regression in pytest 8.0.0 that would cause test collection to fail due to permission errors when using `--pyargs`.
    
        This change improves the collection tree for tests specified using `--pyargs`, see `12043`{.interpreted-text role="pull"} for a comparison with pytest 8.0 and <8.
    
    -   [#&#8203;12011](https://togithub.com/pytest-dev/pytest/issues/12011): Fixed a regression in 8.0.1 whereby `setup_module` xunit-style fixtures are not executed when `--doctest-modules` is passed.
    
    -   [#&#8203;12014](https://togithub.com/pytest-dev/pytest/issues/12014): Fix the `stacklevel` used when warning about marks used on fixtures.
    
    -   [#&#8203;12039](https://togithub.com/pytest-dev/pytest/issues/12039): Fixed a regression in `8.0.2` where tests created using `tmp_path`{.interpreted-text role="fixture"} have been collected multiple times in CI under Windows.
    
    ## Improved Documentation
    
    -   [#&#8203;11790](https://togithub.com/pytest-dev/pytest/issues/11790): Documented the retention of temporary directories created using the `tmp_path` fixture in more detail.
    
    ## Trivial/Internal Changes
    
    -   [#&#8203;11785](https://togithub.com/pytest-dev/pytest/issues/11785): Some changes were made to private functions which may affect plugins which access them:
        -   `FixtureManager._getautousenames()` now takes a `Node` itself instead of the nodeid.
        -   `FixtureManager.getfixturedefs()` now takes the `Node` itself instead of the nodeid.
        -   The `_pytest.nodes.iterparentnodeids()` function is removed without replacement.
            Prefer to traverse the node hierarchy itself instead.
            If you really need to, copy the function from the previous pytest release.
    
    ### [`v8.0.2`](https://togithub.com/pytest-dev/pytest/releases/tag/8.0.2)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.0.1...8.0.2)
    
    # pytest 8.0.2 (2024-02-24)
    
    ## Bug Fixes
    
    -   [#&#8203;11895](https://togithub.com/pytest-dev/pytest/issues/11895): Fix collection on Windows where initial paths contain the short version of a path (for example `c:\PROGRA~1\tests`).
    -   [#&#8203;11953](https://togithub.com/pytest-dev/pytest/issues/11953): Fix an `IndexError` crash raising from `getstatementrange_ast`.
    -   [#&#8203;12021](https://togithub.com/pytest-dev/pytest/issues/12021): Reverted a fix to \[--maxfail]{.title-ref} handling in pytest 8.0.0 because it caused a regression in pytest-xdist whereby session fixture teardowns may get executed multiple times when the max-fails is reached.
    
    ### [`v8.0.1`](https://togithub.com/pytest-dev/pytest/releases/tag/8.0.1)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.0.0...8.0.1)
    
    # pytest 8.0.1 (2024-02-16)
    
    ## Bug Fixes
    
    -   [#&#8203;11875](https://togithub.com/pytest-dev/pytest/issues/11875): Correctly handle errors from `getpass.getuser`{.interpreted-text role="func"} in Python 3.13.
    -   [#&#8203;11879](https://togithub.com/pytest-dev/pytest/issues/11879): Fix an edge case where `ExceptionInfo._stringify_exception` could crash `pytest.raises`{.interpreted-text role="func"}.
    -   [#&#8203;11906](https://togithub.com/pytest-dev/pytest/issues/11906): Fix regression with `pytest.warns`{.interpreted-text role="func"} using custom warning subclasses which have more than one parameter in their \[\__init\_\_]{.title-ref}.
    -   [#&#8203;11907](https://togithub.com/pytest-dev/pytest/issues/11907): Fix a regression in pytest 8.0.0 whereby calling `pytest.skip`{.interpreted-text role="func"} and similar control-flow exceptions within a `pytest.warns()`{.interpreted-text role="func"} block would get suppressed instead of propagating.
    -   [#&#8203;11929](https://togithub.com/pytest-dev/pytest/issues/11929): Fix a regression in pytest 8.0.0 whereby autouse fixtures defined in a module get ignored by the doctests in the module.
    -   [#&#8203;11937](https://togithub.com/pytest-dev/pytest/issues/11937): Fix a regression in pytest 8.0.0 whereby items would be collected in reverse order in some circumstances.
    
    ### [`v8.0.0`](https://togithub.com/pytest-dev/pytest/releases/tag/8.0.0): pytest 8.0.0 (2024-01-27)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.4.4...8.0.0)
    
    See [8.0.0rc1](https://togithub.com/pytest-dev/pytest/releases/tag/8.0.0rc1) and [8.0.0rc2](https://togithub.com/pytest-dev/pytest/releases/tag/8.0.0rc2) for the full changes since pytest 7.4!
    
    #### Bug Fixes
    
    -   [#&#8203;11842](https://togithub.com/pytest-dev/pytest/issues/11842): Properly escape the `reason` of a `skip <pytest.mark.skip ref>`{.interpreted-text role="ref"} mark when writing JUnit XML files.
    -   [#&#8203;11861](https://togithub.com/pytest-dev/pytest/issues/11861): Avoid microsecond exceeds `1_000_000` when using `log-date-format` with `%f` specifier, which might cause the test suite to crash.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/python-storage).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate-bot committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    992f910 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. docs: update DEFAULT_RETRY_IF_GENERATION_SPECIFIED docstrings (#1234)

    * docs: update DEFAULT_RETRY_IF_GENERATION_SPECIFIED docstrings
    
    * update docstrings
    cojenco committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    bdd426a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    343f4c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. chore(deps): update all dependencies (#1250)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    aec255f View commit details
    Browse the repository at this point in the history
  2. chore(python): bump idna from 3.4 to 3.7 in .kokoro (#1259)

    * chore(python): bump idna from 3.4 to 3.7 in .kokoro
    
    Source-Link: googleapis/synthtool@d50980e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5a4c19d17e597b92d786e569be101e636c9c2817731f80a5adec56b2aa8fe070
    
    * Apply changes from googleapis/synthtool#1950
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    cb3459e View commit details
    Browse the repository at this point in the history
  3. chore(deps): update all dependencies (#1260)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2f77e1b View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency pandas (#1261)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6ed22ee View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. docs: reference Storage Control in readme (#1254)

    * docs: reference Storage Control in readme
    
    * review comment
    cojenco committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3d6d369 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fix: remove deprecated methods in samples and tests (#1274)

    * chore: remove deprecated methods in samples and tests
    
    * update method
    cojenco committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4db96c9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    c52e882 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. feat: support HNS enablement in bucket metadata (#1278)

    * feat: support HNS enablement in bucket metadata
    
    * update docstrings
    cojenco committed May 22, 2024
    Configuration menu
    Copy the full SHA
    add3c01 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. chore(main): release 2.17.0 (#1256)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    64edbd9 View commit details
    Browse the repository at this point in the history
Loading