Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dialogflow): migrate code from googleapis/python-dialogflow #9078

Merged
merged 104 commits into from
Feb 6, 2023

Commits on Dec 9, 2020

  1. Moving the Dialogflow samples to the python-docs-sampl… [(#1629)](#1629)

    * [DO_NOT_MERGE] Moving the Dialogflow samples to the python-docs-samples repo
    
    * Add missing region tags for tracking
    
    * Style updates
    nnegrey authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    1d0b983 View commit details
    Browse the repository at this point in the history
  2. Fix typos in dialogflow cloud client comments [(#1889)](#1889)

    * Fix typo in comments
    
    * Fix typos in comments (conversaion -> conversation)
    leahecole authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    e5e8da1 View commit details
    Browse the repository at this point in the history
  3. Auto-update dependencies. [(#1980)](#1980)

    * Auto-update dependencies.
    
    * Update requirements.txt
    
    * Update requirements.txt
    dpebot authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    bfff51b View commit details
    Browse the repository at this point in the history
  4. TTS / Sentiment GA [(#2157)](#2157)

    nnegrey authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    30927b2 View commit details
    Browse the repository at this point in the history
  5. dialogflow: use unique names for all resources for tests to avoid col…

    …… [(#2696)](#2696)
    
    * dialogflow: use unique names for all resources for tests to avoid collision
    
    * lint: line length
    
    * break up knowledge base tests and document tests from one file into individual tests
    
    * lint
    
    * bump library version
    
    * ping googleapis-common-protos to avoid release breakage
    
    * Update requirements.txt
    
    Co-authored-by: Gus Class <[email protected]>
    2 people authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    778c5d7 View commit details
    Browse the repository at this point in the history
  6. dialogflow: split up entity and entity type tests [(#2735)](#2735)

    * dialogflow: split up entity and entity type tests
    
    * delete old file
    
    * run black on new files
    nnegrey authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    ff2f90f View commit details
    Browse the repository at this point in the history
  7. dialogflow: make flaky test more generic [(#2936)](#2936)

    * dialogflow: make flaky test more generic
    
    * use uuid instead of datetime to avoid conflicts when parallel tests are run
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    nnegrey and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a41b04f View commit details
    Browse the repository at this point in the history
  8. chore(deps): update dependency dialogflow to v0.8.0 [(#3147)](#3147)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [dialogflow](https://togithub.com/dialogflow/dialogflow-python-client-v2) | minor | `==0.7.2` -> `==0.8.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>dialogflow/dialogflow-python-client-v2</summary>
    
    ### [`v0.8.0`](https://togithub.com/dialogflow/dialogflow-python-client-v2/blob/master/CHANGELOG.md#&#8203;080httpswwwgithubcomgoogleapisdialogflow-python-client-v2comparev072v080-2020-03-26)
    
    [Compare Source](https://togithub.com/dialogflow/dialogflow-python-client-v2/compare/v0.7.2...v0.8.0)
    
    ##### Features
    
    -   **dialogflow:** add `MediaContent`,  `BrowseCarouselCard`, `ColumnProperties`in v2; add `SpeechContext`, `SpeechWordInfo`in v2; add `enable_word_info`, `speech_contexts`,`model` to InputAudioConfig in v2; add `subtitles` to `Intent.Message.ListSelect` in `v2beta1`; add `language_code` to `ListKnowledgeBase` in v2beta1; add `webhook_headers` to `QueryParameters` in v2beta1 ([#&#8203;175](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/175)) ([713846b](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/713846b7ed99eaf78cdf383aa9d39b43731b9a0d))
    -   add validation support to v2; add `output_audio_config_mask` to `detect_intent` method in v2beta1 and v2; add sub agent to v2beta1 (via synth) ([#&#8203;179](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/179)) ([5a6f18e](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/5a6f18e362b5dd87affbe75e0d0bfc0c21ab87a9))
    
    ##### [0.7.2](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.7.1...v0.7.2) (2019-10-18)
    
    ##### Bug Fixes
    
    -   define version once in setup.py ([#&#8203;158](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/158)) ([bf42fc4](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/bf42fc45607b97bc040cbdacbde8ff5a4b6ad29b))
    
    ##### [0.7.1](https://www.github.com/googleapis/dialogflow-python-client-v2/compare/v0.7.0...v0.7.1) (2019-10-17)
    
    ##### Bug Fixes
    
    -   pin google-api-core>=1.14.0, update format ([#&#8203;156](https://www.github.com/googleapis/dialogflow-python-client-v2/issues/156)) ([69951d0](https://www.github.com/googleapis/dialogflow-python-client-v2/commit/69951d013b7c99966848565e30d5ab1bad7229fb))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
    renovate-bot authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d169e21 View commit details
    Browse the repository at this point in the history
  9. Simplify noxfile setup. [(#2806)](#2806)

    * chore(deps): update dependency requests to v2.23.0
    
    * Simplify noxfile and add version control.
    
    * Configure appengine/standard to only test Python 2.7.
    
    * Update Kokokro configs to match noxfile.
    
    * Add requirements-test to each folder.
    
    * Remove Py2 versions from everything execept appengine/standard.
    
    * Remove conftest.py.
    
    * Remove appengine/standard/conftest.py
    
    * Remove 'no-sucess-flaky-report' from pytest.ini.
    
    * Add GAE SDK back to appengine/standard tests.
    
    * Fix typo.
    
    * Roll pytest to python 2 version.
    
    * Add a bunch of testing requirements.
    
    * Remove typo.
    
    * Add appengine lib directory back in.
    
    * Add some additional requirements.
    
    * Fix issue with flake8 args.
    
    * Even more requirements.
    
    * Readd appengine conftest.py.
    
    * Add a few more requirements.
    
    * Even more Appengine requirements.
    
    * Add webtest for appengine/standard/mailgun.
    
    * Add some additional requirements.
    
    * Add workaround for issue with mailjet-rest.
    
    * Add responses for appengine/standard/mailjet.
    
    Co-authored-by: Renovate Bot <[email protected]>
    2 people authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    f54ea97 View commit details
    Browse the repository at this point in the history
  10. dialogflow: remove unused samples + tests [(#3249)](#3249)

    * dialogflow: delete unused samples and corresponding tests for context management
    
    * dialogflow: delete unused samples and corresponding tests for detecting intent with model selection
    
    * dialogflow: delete unused samples for document management
    
    * dialogflow: clean up document management whitespace
    
    * dialogflow: delete unused samples for entity management
    
    * dialogflow: delete tests for deleted entity management samples
    
    * dialogflow: delete tests for deleted document  management samples
    
    * dialogflow: delete unused samples and corresponding tests for entity type management
    
    * dialogflow: delete unused samples and corresponding tests for session entity type management and entity type management
    
    * dialogflow: delete unused samples and corresponding tests for knowledge base management
    
    * flake8 lints
    
    Co-authored-by: Leah E. Cole <[email protected]>
    2 people authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    0885178 View commit details
    Browse the repository at this point in the history
  11. [dialogflow] fix: marking a test with flaky [(#3671)](#3671)

    fixes #3490
    Takashi Matsuo authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    3a0f680 View commit details
    Browse the repository at this point in the history
  12. chore: some lint fixes [(#3743)](#3743)

    Takashi Matsuo authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    60b0f8c View commit details
    Browse the repository at this point in the history
  13. chore(deps): update dependency dialogflow to v1 [(#3798)](#3798)

    Co-authored-by: Leah E. Cole <[email protected]>
    2 people authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    295d43b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc248e1 View commit details
    Browse the repository at this point in the history
  15. chore(deps): update dependency pytest to v5.4.3 [(#4279)](#4279)

    * chore(deps): update dependency pytest to v5.4.3
    
    * specify pytest for python 2 in appengine
    
    Co-authored-by: Leah Cole <[email protected]>
    2 people authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    2d71b0f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0fb3eaa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cd10498 View commit details
    Browse the repository at this point in the history
  18. chore(deps): update dependency dialogflow to v1.1.0 [(#4556)](#4556)

    Co-authored-by: Takashi Matsuo <[email protected]>
    2 people authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    04ad2c0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3aa1f1c View commit details
    Browse the repository at this point in the history
  20. chore(deps): update dependency pytest to v6.1.2 [(#4921)](#4921)

    Co-authored-by: Charles Engelke <[email protected]>
    2 people authored and busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    30ae7c5 View commit details
    Browse the repository at this point in the history
  21. chore: update templates

    busunkim96 committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    c2b0c5e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. feat!: use microgenerator (#239)

    See UPGRADING.md for a list of changes.
    busunkim96 authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    b5c4eaa View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

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

Commits on Feb 13, 2021

  1. feat: add sample code for using regional Dialogflow endpoint (#254)

    * Add sample code for using regional dialogflow endpoint
    
    * Update comment
    
    * udpate some styles based on last round of reviews
    
    * run blacken to reformat files and update remaining string formatting
    
    Co-authored-by: Ye Yuan <[email protected]>
    martini9393 and Ye Yuan authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    1342e16 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

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

Commits on May 7, 2021

  1. chore(deps): update dependency google-cloud-dialogflow to v2.1.2 (#285)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-dialogflow](https://togithub.com/googleapis/dialogflow-python-client-v2) | `==2.1.0` -> `==2.1.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.1.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.1.2/compatibility-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.1.2/confidence-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/dialogflow-python-client-v2</summary>
    
    ### [`v2.1.2`](https://togithub.com/googleapis/dialogflow-python-client-v2/blob/master/CHANGELOG.md#&#8203;212-httpswwwgithubcomgoogleapispython-dialogflowcomparev211v212-2021-04-13)
    
    [Compare Source](https://togithub.com/googleapis/dialogflow-python-client-v2/compare/v2.1.1...v2.1.2)
    
    ### [`v2.1.1`](https://togithub.com/googleapis/dialogflow-python-client-v2/blob/master/CHANGELOG.md#&#8203;211-httpswwwgithubcomgoogleapispython-dialogflowcomparev210v211-2021-04-12)
    
    [Compare Source](https://togithub.com/googleapis/dialogflow-python-client-v2/compare/v2.1.0...v2.1.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dialogflow).
    renovate-bot authored May 7, 2021
    Configuration menu
    Copy the full SHA
    ee3f65f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. chore(deps): update dependency pytest to v6.2.4 (#287)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [pytest](https://docs.pytest.org/en/latest/) ([source](https://togithub.com/pytest-dev/pytest), [changelog](https://docs.pytest.org/en/stable/changelog.html)) | `==6.1.2` -> `==6.2.4` | [![age](https://badges.renovateapi.com/packages/pypi/pytest/6.2.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pytest/6.2.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pytest/6.2.4/compatibility-slim/6.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pytest/6.2.4/confidence-slim/6.1.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pytest</summary>
    
    ### [`v6.2.4`](https://togithub.com/pytest-dev/pytest/releases/6.2.4)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.2.3...6.2.4)
    
    # pytest 6.2.4 (2021-05-04)
    
    ## Bug Fixes
    
    -   [#&#8203;8539](https://togithub.com/pytest-dev/pytest/issues/8539): Fixed assertion rewriting on Python 3.10.
    
    ### [`v6.2.3`](https://togithub.com/pytest-dev/pytest/releases/6.2.3)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.2.2...6.2.3)
    
    # pytest 6.2.3 (2021-04-03)
    
    ## Bug Fixes
    
    -   [#&#8203;8414](https://togithub.com/pytest-dev/pytest/issues/8414): pytest used to create directories under `/tmp` with world-readable
        permissions. This means that any user in the system was able to read
        information written by tests in temporary directories (such as those created by
        the `tmp_path`/`tmpdir` fixture). Now the directories are created with
        private permissions.
    
        pytest used silenty use a pre-existing `/tmp/pytest-of-<username>` directory,
        even if owned by another user. This means another user could pre-create such a
        directory and gain control of another user\\'s temporary directory. Now such a
        condition results in an error.
    
    ### [`v6.2.2`](https://togithub.com/pytest-dev/pytest/releases/6.2.2)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.2.1...6.2.2)
    
    # pytest 6.2.2 (2021-01-25)
    
    ## Bug Fixes
    
    -   [#&#8203;8152](https://togithub.com/pytest-dev/pytest/issues/8152): Fixed "(&lt;Skipped instance>)" being shown as a skip reason in the verbose test summary line when the reason is empty.
    -   [#&#8203;8249](https://togithub.com/pytest-dev/pytest/issues/8249): Fix the `faulthandler` plugin for occasions when running with `twisted.logger` and using `pytest --capture=no`.
    
    ### [`v6.2.1`](https://togithub.com/pytest-dev/pytest/releases/6.2.1)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.2.0...6.2.1)
    
    # pytest 6.2.1 (2020-12-15)
    
    ## Bug Fixes
    
    -   [#&#8203;7678](https://togithub.com/pytest-dev/pytest/issues/7678): Fixed bug where `ImportPathMismatchError` would be raised for files compiled in
        the host and loaded later from an UNC mounted path (Windows).
    -   [#&#8203;8132](https://togithub.com/pytest-dev/pytest/issues/8132): Fixed regression in `approx`: in 6.2.0 `approx` no longer raises
        `TypeError` when dealing with non-numeric types, falling back to normal comparison.
        Before 6.2.0, array types like tf.DeviceArray fell through to the scalar case,
        and happened to compare correctly to a scalar if they had only one element.
        After 6.2.0, these types began failing, because they inherited neither from
        standard Python number hierarchy nor from `numpy.ndarray`.
    
        `approx` now converts arguments to `numpy.ndarray` if they expose the array
        protocol and are not scalars. This treats array-like objects like numpy arrays,
        regardless of size.
    
    ### [`v6.2.0`](https://togithub.com/pytest-dev/pytest/releases/6.2.0)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.1.2...6.2.0)
    
    ##### pytest 6.2.0 (2020-12-12)
    
    ##### Breaking Changes
    
    -   [#&#8203;7808](https://togithub.com/pytest-dev/pytest/issues/7808): pytest now supports python3.6+ only.
    
    ##### Deprecations
    
    -   [#&#8203;7469](https://togithub.com/pytest-dev/pytest/issues/7469): Directly constructing/calling the following classes/functions is now deprecated:
    
        -   `_pytest.cacheprovider.Cache`
        -   `_pytest.cacheprovider.Cache.for_config()`
        -   `_pytest.cacheprovider.Cache.clear_cache()`
        -   `_pytest.cacheprovider.Cache.cache_dir_from_config()`
        -   `_pytest.capture.CaptureFixture`
        -   `_pytest.fixtures.FixtureRequest`
        -   `_pytest.fixtures.SubRequest`
        -   `_pytest.logging.LogCaptureFixture`
        -   `_pytest.pytester.Pytester`
        -   `_pytest.pytester.Testdir`
        -   `_pytest.recwarn.WarningsRecorder`
        -   `_pytest.recwarn.WarningsChecker`
        -   `_pytest.tmpdir.TempPathFactory`
        -   `_pytest.tmpdir.TempdirFactory`
    
        These have always been considered private, but now issue a deprecation warning, which may become a hard error in pytest 7.0.0.
    
    -   [#&#8203;7530](https://togithub.com/pytest-dev/pytest/issues/7530): The `--strict` command-line option has been deprecated, use `--strict-markers` instead.
    
        We have plans to maybe in the future to reintroduce `--strict` and make it an encompassing flag for all strictness
        related options (`--strict-markers` and `--strict-config` at the moment, more might be introduced in the future).
    
    -   [#&#8203;7988](https://togithub.com/pytest-dev/pytest/issues/7988): The `@pytest.yield_fixture` decorator/function is now deprecated. Use pytest.fixture instead.
    
        `yield_fixture` has been an alias for `fixture` for a very long time, so can be search/replaced safely.
    
    ##### Features
    
    -   [#&#8203;5299](https://togithub.com/pytest-dev/pytest/issues/5299): pytest now warns about unraisable exceptions and unhandled thread exceptions that occur in tests on Python>=3.8.
        See unraisable for more information.
    -   [#&#8203;7425](https://togithub.com/pytest-dev/pytest/issues/7425): New pytester fixture, which is identical to testdir but its methods return pathlib.Path when appropriate instead of `py.path.local`.
    
        This is part of the movement to use pathlib.Path objects internally, in order to remove the dependency to `py` in the future.
    
        Internally, the old Testdir &lt;\_pytest.pytester.Testdir> is now a thin wrapper around Pytester &lt;\_pytest.pytester.Pytester>, preserving the old interface.
    
    -   [#&#8203;7695](https://togithub.com/pytest-dev/pytest/issues/7695): A new hook was added, pytest_markeval_namespace which should return a dictionary.
        This dictionary will be used to augment the "global" variables available to evaluate skipif/xfail/xpass markers.
    
        Pseudo example
    
        `conftest.py`:
    
        ```{.sourceCode .python}
        def pytest_markeval_namespace():
            return {"color": "red"}
        ```
    
        `test_func.py`:
    
        ```{.sourceCode .python}
        @&#8203;pytest.mark.skipif("color == 'blue'", reason="Color is not red")
        def test_func():
            assert False
        ```
    
    -   [#&#8203;8006](https://togithub.com/pytest-dev/pytest/issues/8006): It is now possible to construct a ~pytest.MonkeyPatch object directly as `pytest.MonkeyPatch()`,
        in cases when the monkeypatch fixture cannot be used. Previously some users imported it
        from the private \_pytest.monkeypatch.MonkeyPatch namespace.
    
        Additionally, MonkeyPatch.context &lt;pytest.MonkeyPatch.context> is now a classmethod,
        and can be used as `with MonkeyPatch.context() as mp: ...`. This is the recommended way to use
        `MonkeyPatch` directly, since unlike the `monkeypatch` fixture, an instance created directly
        is not `undo()`-ed automatically.
    
    ##### Improvements
    
    -   [#&#8203;1265](https://togithub.com/pytest-dev/pytest/issues/1265): Added an `__str__` implementation to the ~pytest.pytester.LineMatcher class which is returned from `pytester.run_pytest().stdout` and similar. It returns the entire output, like the existing `str()` method.
    -   [#&#8203;2044](https://togithub.com/pytest-dev/pytest/issues/2044): Verbose mode now shows the reason that a test was skipped in the test's terminal line after the "SKIPPED", "XFAIL" or "XPASS".
    -   [#&#8203;7469](https://togithub.com/pytest-dev/pytest/issues/7469) The types of builtin pytest fixtures are now exported so they may be used in type annotations of test functions.
        The newly-exported types are:
    
        -   `pytest.FixtureRequest` for the request fixture.
        -   `pytest.Cache` for the cache fixture.
        -   `pytest.CaptureFixture[str]` for the capfd and capsys fixtures.
        -   `pytest.CaptureFixture[bytes]` for the capfdbinary and capsysbinary fixtures.
        -   `pytest.LogCaptureFixture` for the caplog fixture.
        -   `pytest.Pytester` for the pytester fixture.
        -   `pytest.Testdir` for the testdir fixture.
        -   `pytest.TempdirFactory` for the tmpdir_factory fixture.
        -   `pytest.TempPathFactory` for the tmp_path_factory fixture.
        -   `pytest.MonkeyPatch` for the monkeypatch fixture.
        -   `pytest.WarningsRecorder` for the recwarn fixture.
    
        Constructing them is not supported (except for MonkeyPatch); they are only meant for use in type annotations.
        Doing so will emit a deprecation warning, and may become a hard-error in pytest 7.0.
    
        Subclassing them is also not supported. This is not currently enforced at runtime, but is detected by type-checkers such as mypy.
    
    -   [#&#8203;7527](https://togithub.com/pytest-dev/pytest/issues/7527): When a comparison between namedtuple &lt;collections.namedtuple> instances of the same type fails, pytest now shows the differing field names (possibly nested) instead of their indexes.
    -   [#&#8203;7615](https://togithub.com/pytest-dev/pytest/issues/7615): Node.warn &lt;\_pytest.nodes.Node.warn> now permits any subclass of Warning, not just PytestWarning &lt;pytest.PytestWarning>.
    -   [#&#8203;7701](https://togithub.com/pytest-dev/pytest/issues/7701): Improved reporting when using `--collected-only`. It will now show the number of collected tests in the summary stats.
    -   [#&#8203;7710](https://togithub.com/pytest-dev/pytest/issues/7710): Use strict equality comparison for non-numeric types in pytest.approx instead of
        raising TypeError.
    
        This was the undocumented behavior before 3.7, but is now officially a supported feature.
    
    -   [#&#8203;7938](https://togithub.com/pytest-dev/pytest/issues/7938): New `--sw-skip` argument which is a shorthand for `--stepwise-skip`.
    -   [#&#8203;8023](https://togithub.com/pytest-dev/pytest/issues/8023): Added `'node_modules'` to default value for norecursedirs.
    -   [#&#8203;8032](https://togithub.com/pytest-dev/pytest/issues/8032): doClassCleanups &lt;unittest.TestCase.doClassCleanups> (introduced in unittest in Python and 3.8) is now called appropriately.
    
    ##### Bug Fixes
    
    -   [#&#8203;4824](https://togithub.com/pytest-dev/pytest/issues/4824): Fixed quadratic behavior and improved performance of collection of items using autouse fixtures and xunit fixtures.
    -   [#&#8203;7758](https://togithub.com/pytest-dev/pytest/issues/7758): Fixed an issue where some files in packages are getting lost from `--lf` even though they contain tests that failed. Regressed in pytest 5.4.0.
    -   [#&#8203;7911](https://togithub.com/pytest-dev/pytest/issues/7911): Directories created by by tmp_path and tmpdir are now considered stale after 3 days without modification (previous value was 3 hours) to avoid deleting directories still in use in long running test suites.
    -   [#&#8203;7913](https://togithub.com/pytest-dev/pytest/issues/7913): Fixed a crash or hang in pytester.spawn &lt;\_pytest.pytester.Pytester.spawn> when the readline module is involved.
    -   [#&#8203;7951](https://togithub.com/pytest-dev/pytest/issues/7951): Fixed handling of recursive symlinks when collecting tests.
    -   [#&#8203;7981](https://togithub.com/pytest-dev/pytest/issues/7981): Fixed symlinked directories not being followed during collection. Regressed in pytest 6.1.0.
    -   [#&#8203;8016](https://togithub.com/pytest-dev/pytest/issues/8016): Fixed only one doctest being collected when using `pytest --doctest-modules path/to/an/__init__.py`.
    
    ##### Improved Documentation
    
    -   [#&#8203;7429](https://togithub.com/pytest-dev/pytest/issues/7429): Add more information and use cases about skipping doctests.
    -   [#&#8203;7780](https://togithub.com/pytest-dev/pytest/issues/7780): Classes which should not be inherited from are now marked `final class` in the API reference.
    -   [#&#8203;7872](https://togithub.com/pytest-dev/pytest/issues/7872): `_pytest.config.argparsing.Parser.addini()` accepts explicit `None` and `"string"`.
    -   [#&#8203;7878](https://togithub.com/pytest-dev/pytest/issues/7878): In pull request section, ask to commit after editing changelog and authors file.
    
    ##### Trivial/Internal Changes
    
    -   [#&#8203;7802](https://togithub.com/pytest-dev/pytest/issues/7802): The `attrs` dependency requirement is now >=19.2.0 instead of >=17.4.0.
    -   [#&#8203;8014](https://togithub.com/pytest-dev/pytest/issues/8014): .pyc files created by pytest's assertion rewriting now conform to the newer PEP-552 format on Python>=3.7.
        (These files are internal and only interpreted by pytest itself.)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dialogflow).
    renovate-bot authored May 11, 2021
    Configuration menu
    Copy the full SHA
    0656fb0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

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

Commits on May 25, 2021

  1. chore(deps): update dependency google-cloud-dialogflow to v2.3.0 (#300)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-dialogflow](https://togithub.com/googleapis/dialogflow-python-client-v2) | `==2.2.0` -> `==2.3.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.3.0/compatibility-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.3.0/confidence-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/dialogflow-python-client-v2</summary>
    
    ### [`v2.3.0`](https://togithub.com/googleapis/dialogflow-python-client-v2/blob/master/CHANGELOG.md#&#8203;230-httpswwwgithubcomgoogleapispython-dialogflowcomparev220v230-2021-05-19)
    
    [Compare Source](https://togithub.com/googleapis/dialogflow-python-client-v2/compare/v2.2.0...v2.3.0)
    
    ##### Features
    
    -   added location-aware HTTP path binding for ListIntents feat: exposed match confidence and parameter in AnalyzeContentResponse feat: added DTMF and PARTIAL DTMF type in recognition result ([#&#8203;298](https://www.github.com/googleapis/python-dialogflow/issues/298)) ([e52e9c0](https://www.github.com/googleapis/python-dialogflow/commit/e52e9c001c9830e24286e0251f3a639aaeaa32fd))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dialogflow).
    renovate-bot authored May 25, 2021
    Configuration menu
    Copy the full SHA
    5e71298 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

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

Commits on Jul 3, 2021

  1. chore(deps): update dependency google-cloud-dialogflow to v2.5.0 (#326)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-dialogflow](https://togithub.com/googleapis/dialogflow-python-client-v2) | `==2.4.0` -> `==2.5.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.5.0/compatibility-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.5.0/confidence-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/dialogflow-python-client-v2</summary>
    
    ### [`v2.5.0`](https://togithub.com/googleapis/dialogflow-python-client-v2/blob/master/CHANGELOG.md#&#8203;250-httpswwwgithubcomgoogleapispython-dialogflowcomparev240v250-2021-06-26)
    
    [Compare Source](https://togithub.com/googleapis/dialogflow-python-client-v2/compare/v2.4.0...v2.5.0)
    
    ##### Features
    
    -   added Automated agent reply type and allow cancellation flag for partial response feature ([#&#8203;314](https://www.github.com/googleapis/python-dialogflow/issues/314)) ([5dfd375](https://www.github.com/googleapis/python-dialogflow/commit/5dfd375c389e41e8d87055a6479cfb9c0b5f2e37))
    -   **v2beta1:** added Automated agent reply type and allow cancellation flag for partial response feature ([#&#8203;311](https://www.github.com/googleapis/python-dialogflow/issues/311)) ([1d34763](https://www.github.com/googleapis/python-dialogflow/commit/1d34763b13902162f567fac7768d08619f77f81e))
    
    ##### Documentation
    
    -   added notes to train agent prior to sending queries ([#&#8203;319](https://www.github.com/googleapis/python-dialogflow/issues/319)) ([37dece2](https://www.github.com/googleapis/python-dialogflow/commit/37dece29c4f2b852f5d5426fb10c6c8b55d9bff6))
    -   omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#&#8203;1127](https://www.github.com/googleapis/python-dialogflow/issues/1127)) ([#&#8203;316](https://www.github.com/googleapis/python-dialogflow/issues/316)) ([55fcb9d](https://www.github.com/googleapis/python-dialogflow/commit/55fcb9d366a27318e7f044f15984df8f3fb32f8e))
    -   update comment in ListSuggestions to use absolute URL for /apis/design/design_patterns ([#&#8203;313](https://www.github.com/googleapis/python-dialogflow/issues/313)) ([99d8897](https://www.github.com/googleapis/python-dialogflow/commit/99d8897a9a576bcf1d3887c5d40ec86efd8e3ec4))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dialogflow).
    renovate-bot authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    027f99a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

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

Commits on Jul 25, 2021

  1. chore(deps): update dependency google-cloud-dialogflow to v2.7.0 (#343)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-dialogflow](https://togithub.com/googleapis/dialogflow-python-client-v2) | `==2.6.0` -> `==2.7.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.7.0/compatibility-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.7.0/confidence-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/dialogflow-python-client-v2</summary>
    
    ### [`v2.7.0`](https://togithub.com/googleapis/dialogflow-python-client-v2/blob/master/CHANGELOG.md#&#8203;270-httpswwwgithubcomgoogleapispython-dialogflowcomparev260v270-2021-07-22)
    
    [Compare Source](https://togithub.com/googleapis/dialogflow-python-client-v2/compare/v2.6.0...v2.7.0)
    
    ##### Features
    
    -   add Samples section to CONTRIBUTING.rst ([#&#8203;340](https://www.github.com/googleapis/python-dialogflow/issues/340)) ([25217a3](https://www.github.com/googleapis/python-dialogflow/commit/25217a385a315a3f209039e82141f0bd153e43a0))
    
    ##### Bug Fixes
    
    -   **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#&#8203;339](https://www.github.com/googleapis/python-dialogflow/issues/339)) ([3bfe5b6](https://www.github.com/googleapis/python-dialogflow/commit/3bfe5b6c4c2d81ec3f1cb5e1b7aa96c60a269eb4))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dialogflow).
    renovate-bot authored Jul 25, 2021
    Configuration menu
    Copy the full SHA
    88f00ec View commit details
    Browse the repository at this point in the history
  2. docs: fix typos (#347)

    slowy07 authored Jul 25, 2021
    Configuration menu
    Copy the full SHA
    5ec3f4a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. chore(deps): update dependency google-cloud-dialogflow to v2.7.1 (#353)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-dialogflow](https://togithub.com/googleapis/dialogflow-python-client-v2) | `==2.7.0` -> `==2.7.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.7.1/compatibility-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-dialogflow/2.7.1/confidence-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/dialogflow-python-client-v2</summary>
    
    ### [`v2.7.1`](https://togithub.com/googleapis/dialogflow-python-client-v2/blob/master/CHANGELOG.md#&#8203;271-httpswwwgithubcomgoogleapispython-dialogflowcomparev270v271-2021-07-26)
    
    [Compare Source](https://togithub.com/googleapis/dialogflow-python-client-v2/compare/v2.7.0...v2.7.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: 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.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dialogflow).
    renovate-bot authored Jul 26, 2021
    Configuration menu
    Copy the full SHA
    599b972 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. docs(samples): add update intent code sample (#357)

    * Added Update Intent Snippet and Test
    
    * Deleted Setting Env Vars
    
    * Fixed Lint Issues
    
    * Fixed Lint and Build Issue
    
    * Fixed Build Issue
    
    * Changed tests to pytests
    
    * Removed delete and create agent from test
    
    * Fixed Import Order
    
    * Deleted unused import
    
    * Removed Language from update_intent Snippet
    
    * Added copyright
    
    * Changed intent name to random name
    
    * delete intent after testing
    
    * fix test
    
    * remove contains
    
    * Added Create Intent
    
    * fix lint
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    galz10 and parthea authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    e6238f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. chore: migrate to main branch (#372)

    * docs: migrate to main branch
    
    * chore: update changelog
    
    * fix: revert some owlbot changes
    
    * chore: revert owlbot
    
    * chore: update owlbot
    
    * chore: update owlbot
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: update owlbot
    
    * 🦉 Updates from OwlBot
    
    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>
    dandhlee and gcf-owl-bot[bot] authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    9384a75 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. test(samples): replace the deleted gcs file with public file (#388)

    The previous file is removed since the parent project is deleted. Changed to use publicly available file.
    rogers140 authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    955950c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. docs(samples): add region tags to update intent sample (#382)

    * Update update_intent.py
    
    * Update update_intent.py
    galz10 authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    192fc77 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. test(samples): replace the deleted gcs file with gcs file located in …

    …cloud-samples-data (#390)
    
    * Added Update Intent Snippet and Test
    
    * Deleted Setting Env Vars
    
    * Fixed Lint Issues
    
    * Fixed Lint and Build Issue
    
    * Fixed Build Issue
    
    * Changed tests to pytests
    
    * Removed delete and create agent from test
    
    * Fixed Import Order
    
    * Deleted unused import
    
    * Removed Language from update_intent Snippet
    
    * Added copyright
    
    * Changed intent name to random name
    
    * delete intent after testing
    
    * fix test
    
    * remove contains
    
    * Added Create Intent
    
    * fix lint
    
    * test(samples): replace the deleted gcs file with public file
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    galz10 and parthea authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    075df19 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. chore(deps): update dependency pytest to v6.2.5 (#379)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [pytest](https://docs.pytest.org/en/latest/) ([source](https://togithub.com/pytest-dev/pytest), [changelog](https://docs.pytest.org/en/stable/changelog.html)) | `==6.2.4` -> `==6.2.5` | [![age](https://badges.renovateapi.com/packages/pypi/pytest/6.2.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pytest/6.2.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pytest/6.2.5/compatibility-slim/6.2.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pytest/6.2.5/confidence-slim/6.2.4)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pytest</summary>
    
    ### [`v6.2.5`](https://togithub.com/pytest-dev/pytest/releases/6.2.5)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.2.4...6.2.5)
    
    # pytest 6.2.5 (2021-08-29)
    
    ## Trivial/Internal Changes
    
    -   [#&#8203;8494](https://togithub.com/pytest-dev/pytest/issues/8494): Python 3.10 is now supported.
    -   [#&#8203;9040](https://togithub.com/pytest-dev/pytest/issues/9040): Enable compatibility with `pluggy 1.0` or later.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-dialogflow).
    renovate-bot authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    72aab2a View commit details
    Browse the repository at this point in the history
  2. docs(samples): add set agent code sample (#370)

    * Added Update Intent Snippet and Test
    
    * Deleted Setting Env Vars
    
    * Fixed Lint Issues
    
    * Fixed Lint and Build Issue
    
    * Fixed Build Issue
    
    * Changed tests to pytests
    
    * Removed delete and create agent from test
    
    * Fixed Import Order
    
    * Deleted unused import
    
    * Removed Language from update_intent Snippet
    
    * Added copyright
    
    * Changed intent name to random name
    
    * delete intent after testing
    
    * fix test
    
    * remove contains
    
    * Added Create Intent
    
    * fix lint
    
    * docs(samples): add set agent code sample
    
    * lint fix
    
    * Resolved comments
    
    * test and lint changes
    
    * Added Comments
    
    * lint fix
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    galz10 and parthea authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    524c681 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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

Commits on Sep 17, 2021

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

Commits on Sep 27, 2021

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

Commits on Sep 29, 2021

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

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    31372d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4edc90e View commit details
    Browse the repository at this point in the history
  3. docs(samples): added webhook code snippet (#401)

    * Samples: added webhook code snippet
    
    * added flask to requirments.txt
    
    * changed res to string
    
    * lint fix
    
    * lint fix
    
    * added space
    
    * Revised code
    
    * lint fix
    
    * Added comment
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    galz10 and parthea authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    29710c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

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

Commits on Oct 4, 2021

  1. docs(samples): adds training phrases sample (#404)

    * docs(samples): adds training phrases sample
    
    * docs(samples): fixed lint
    
    * docs(samples): ignored auto-foratting
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    b-loved-dreamer and parthea authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    89a6f2a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

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

Commits on Oct 9, 2021

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

    Co-authored-by: Anthonios Partheniou <[email protected]>
    renovate-bot and parthea authored Oct 9, 2021
    Configuration menu
    Copy the full SHA
    62192f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. docs(samples): Added comments (#425)

    * docs(samples): Added comments
    
    * changed comment
    galz10 authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    1bcc956 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    bcca42f View commit details
    Browse the repository at this point in the history
  2. ci: opt in to use multiple projects (#438)

    * ci: opt in to use multiple projects
    
    * lint
    parthea authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    20c390a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. chore(samples): Add check for tests in directory (#455)

    Source-Link: googleapis/synthtool@52aef91
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:36a95b8f494e4674dc9eee9af98961293b51b86b3649942aac800ae6c1f796d4
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 11, 2022
    Configuration menu
    Copy the full SHA
    944d209 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

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

Commits on Jan 19, 2022

  1. chore(python): Noxfile recognizes that tests can live in a folder (#462)

    Source-Link: googleapis/synthtool@4760d8d
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f0e4b51deef56bed74d3e2359c583fc104a8d6367da3984fc5c66938db738828
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    b72c5ec View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. chore: Adding support for pytest-xdist and pytest-parallel (#480)

    Source-Link: googleapis/synthtool@82f5cb2
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5d8da01438ece4021d135433f2cf3227aa39ef0eaccc941d62aa35e6902832ae
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    273deb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

Commits on Mar 8, 2022

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

Commits on Mar 13, 2022

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

Commits on Mar 19, 2022

  1. chore(deps): update dependency pytest to v7.1.1 (#487)

    Co-authored-by: Anthonios Partheniou <[email protected]>
    renovate-bot and parthea authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    adef109 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. chore(python): use black==22.3.0 (#493)

    Source-Link: googleapis/synthtool@6fab84a
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe
    gcf-owl-bot[bot] authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    d4f08a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. chore(deps): update dependency flask to v2.1.0 (#492)

    Co-authored-by: Anthonios Partheniou <[email protected]>
    renovate-bot and parthea authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b065165 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. chore(deps): update dependency flask to v2.1.1 (#495)

    Co-authored-by: Anthonios Partheniou <[email protected]>
    renovate-bot and parthea authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    dbd7af1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. chore(python): add nox session to sort python imports (#510)

    Source-Link: googleapis/synthtool@1b71c10
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2cdf0ec View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on Apr 28, 2022

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

Commits on May 19, 2022

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

Commits on Jul 6, 2022

  1. fix: require python 3.7+ (#535)

    * chore(python): drop python 3.6
    
    Source-Link: googleapis/synthtool@4f89b13
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c
    
    * add api_description to .repo-metadata.json
    
    * require python 3.7+ in setup.py
    
    * remove python 3.6 sample configs
    
    * remove require check for python 3.6
    
    * 🦉 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>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    91f52e5 View commit details
    Browse the repository at this point in the history
  2. docs: Update region_tag: dialogflow_detect_intent_text --> dialogflow…

    …_es_detect_intent_text (#536)
    nicain authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7a24221 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

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

    * 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
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    cf759e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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

    * 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
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    75f45fa View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#547)

    * 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
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    468db0e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

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

Commits on Aug 5, 2022

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

    * 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
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    3cf9126 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

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

    * 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
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b603300 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. chore(deps): update all dependencies to v2.15.1 (#553)

    * chore(deps): update all dependencies to v2.15.1
    
    * revert
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    renovate-bot and parthea authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    cb56a53 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

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

Commits on Sep 12, 2022

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

Commits on Sep 13, 2022

  1. chore: detect samples tests in nested directories (#572)

    Source-Link: googleapis/synthtool@50db768
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e09366bdf0fd9c8976592988390b24d53583dd9f002d476934da43725adbb978
    gcf-owl-bot[bot] authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    431e2b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

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

Commits on Oct 5, 2022

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

Commits on Oct 18, 2022

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

Commits on Oct 26, 2022

  1. chore(deps): update dependency pytest to v7.2.0 (#589)

    Co-authored-by: Anthonios Partheniou <[email protected]>
    renovate-bot and parthea authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    f167490 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. chore(python): drop flake8-import-order in samples noxfile (#597)

    Source-Link: googleapis/synthtool@6ed3a83
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3abfa0f1886adaf0b83f07cb117b24a639ea1cb9cffe56d43280b977033563eb
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    5ef9172 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. fix(deps): Require google-api-core >=1.34.0, >=2.11.0 (#591)

    * chore: update to gapic-generator-python 1.5.0
    
    feat: add support for `google.cloud.<api>.__version__`
    PiperOrigin-RevId: 484665853
    
    Source-Link: googleapis/googleapis@8eb249a
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/c8aa327b5f478865fc3fd91e3c2768e54e26ad44
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzhhYTMyN2I1ZjQ3ODg2NWZjM2ZkOTFlM2MyNzY4ZTU0ZTI2YWQ0NCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update version in gapic_version.py
    
    * add .release-please-manifest.json with correct version
    
    * set manifest to true in .github/release-please.yml
    
    * add release-please-config.json
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: Update to gapic-generator-python 1.6.0
    
    feat(python): Add typing to proto.Message based class attributes
    
    feat(python): Snippetgen handling of repeated enum field
    
    PiperOrigin-RevId: 487326846
    
    Source-Link: googleapis/googleapis@da380c7
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/61ef5762ee6731a0cbbfea22fd0eecee51ab1c8e
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjFlZjU3NjJlZTY3MzFhMGNiYmZlYTIyZmQwZWVjZWU1MWFiMWM4ZSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: new APIs added to reflect updates to the filestore service
    
    - Add ENTERPRISE Tier
    - Add snapshot APIs: RevertInstance, ListSnapshots, CreateSnapshot, DeleteSnapshot, UpdateSnapshot
    - Add multi-share APIs: ListShares, GetShare, CreateShare, DeleteShare, UpdateShare
    - Add ConnectMode to NetworkConfig (for Private Service Access support)
    - New status codes (SUSPENDED/SUSPENDING, REVERTING/RESUMING)
    - Add SuspensionReason (for KMS related suspension)
    - Add new fields to Instance information: max_capacity_gb, capacity_step_size_gb, max_share_count, capacity_gb, multi_share_enabled
    
    PiperOrigin-RevId: 487492758
    
    Source-Link: googleapis/googleapis@5be5981
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/ab0e217f560cc2c1afc11441c2eab6b6950efd2b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWIwZTIxN2Y1NjBjYzJjMWFmYzExNDQxYzJlYWI2YjY5NTBlZmQyYiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update path to snippet metadata json
    
    * chore: Update gapic-generator-python to v1.6.1
    
    PiperOrigin-RevId: 488036204
    
    Source-Link: googleapis/googleapis@08f275f
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/555c0945e60649e38739ae64bc45719cdf72178f
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTU1YzA5NDVlNjA2NDllMzg3MzlhZTY0YmM0NTcxOWNkZjcyMTc4ZiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: added cx_current_page field to AutomatedAgentReply
    docs: clarified docs for Sentiment
    
    PiperOrigin-RevId: 489494136
    
    Source-Link: googleapis/googleapis@813e2fa
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/dcf495943f59026b392927c19c652f61bd1f9869
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGNmNDk1OTQzZjU5MDI2YjM5MjkyN2MxOWM2NTJmNjFiZDFmOTg2OSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * feat: added cx_current_page field to AutomatedAgentReply
    docs: clarified docs for Sentiment
    
    PiperOrigin-RevId: 490103678
    
    Source-Link: googleapis/googleapis@8f95a5f
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/fed1c108dbe9291c14f7f305ca1e8bf2830c9c60
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmVkMWMxMDhkYmU5MjkxYzE0ZjdmMzA1Y2ExZThiZjI4MzBjOWM2MCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * use templated owlbot.py and setup.py
    
    * run nox format session
    
    * fix(deps): Require google-api-core >=1.34.0, >=2.11.0
    
    fix: Drop usage of pkg_resources
    
    fix: Fix timeout default values
    
    docs(samples): Snippetgen should call await on the operation coroutine before calling result
    
    PiperOrigin-RevId: 493260409
    
    Source-Link: googleapis/googleapis@fea4387
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/387b7344c7529ee44be84e613b19a820508c612b
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzg3YjczNDRjNzUyOWVlNDRiZTg0ZTYxM2IxOWE4MjA1MDhjNjEyYiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add gapic_version.py
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1e967a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

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

Commits on Jan 9, 2023

  1. chore(python): add support for python 3.11 (#603)

    Source-Link: googleapis/synthtool@7197a00
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c43f1d918bcf817d337aa29ff833439494a158a0831508fda4ec75dc4c0d0320
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f68d31c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

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

Commits on Jan 14, 2023

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

Commits on Jan 18, 2023

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

Commits on Jan 24, 2023

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

Commits on Feb 1, 2023

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

Commits on Feb 2, 2023

  1. delete non-use files

    yil532 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ac2fcdb View commit details
    Browse the repository at this point in the history
  2. add CODEOWNER

    yil532 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    237aeb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f505ab9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    20297f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de138f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79af633 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. delete dialogflow/noxfile.py

    yil532 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3693fc8 View commit details
    Browse the repository at this point in the history
  2. Update .github/CODEOWNERS

    dandhlee authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b252e6c View commit details
    Browse the repository at this point in the history