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

migrate code from googleapis/python-tasks #8478

Merged
merged 69 commits into from
Nov 15, 2022
Merged

Commits on Aug 31, 2020

  1. docs: add samples from python-docs-samples/tasks (#36)

    * Add samples for Cloud Tasks [(#1068)](#1068)
    
    * Add samples for Cloud Tasks
    
    * Respond to tasks sample review
    
    * Update app engine queues samples
    
    * Address review feedback
    
    * Address review issues and convert pull queue sample to not use API key auth
    
    * Reform pull queues to match appengine queues changes to auth, command line input, readme
    
    * flake8 and fix comment
    
    * Fix Tasks sample test issues.
    
    * Remove queue.yaml, now unused
    
    * Add required flag on certain arguments to command-line tools
    
    * Auto-update dependencies. [(#1116)](#1116)
    
    * Auto-update dependencies. [(#1133)](#1133)
    
    * Auto-update dependencies.
    
    * Fix missing http library
    
    Change-Id: I99faa600f2f3f1f50f57694fc9835d7f35bda250
    
    * Update Task Queue samples for beta
    
    * Use full import to get client
    
    * Auto-update dependencies. [(#1186)](#1186)
    
    * Auto-update dependencies. [(#1217)](#1217)
    
    * Added "Open in Cloud Shell" buttons to README files [(#1254)](#1254)
    
    * Add comments and region tags to Cloud Tasks samples [(#1271)](#1271)
    
    * Standardize on CamelCase, reword confusing endpoint name [(#1288)](#1288)
    
    * Auto-update dependencies. [(#1309)](#1309)
    
    * Rename pull to lease and fix name/parent confusion [(#1311)](#1311)
    
    * Updated region tags for pull queue samples [(#1329)](#1329)
    
    * Auto-update dependencies. [(#1320)](#1320)
    
    * Auto-update dependencies. [(#1355)](#1355)
    
    * Auto-update dependencies. [(#1359)](#1359)
    
    * Auto-update dependencies.
    
    * Update Cloud Tasks Samples [(#1529)](#1529)
    
    * passing create task
    
    * Passing tests
    
    * updates to region tags
    
    * update region tags [(#1532)](#1532)
    
    * update Tasks Sample for App Engine [(#1541)](#1541)
    
    * update gcloud command for creating queues
    
    * deploys and runs
    
    * update license
    
    * passing tests
    
    * Fix run command [(#1563)](#1563)
    
    * Updated library for TTS GA [(#1552)](#1552)
    
    * update gcloud command for Cloud Tasks [(#1566)](#1566)
    
    * update gcloud command
    
    * update pull queue command
    
    * update pull queue command
    
    * Update Cloud Tasks Push Queue Sample [(#1698)](#1698)
    
    * deleted pull queues
    
    * updated samples
    
    * fix dependency versions
    
    * [Cloud Tasks] Move samples to new folder [(#2114)](#2114)
    
    * Move samples to keep consistent with other langauges
    
    * Ad system tests as well
    
    * [Cloud Tasks] Add task with authentication sample [(#2113)](#2113)
    
    * Add task with authentication sample
    
    * Fix linting
    
    * Fix linting
    
    * Fix spacing
    
    * Update tests with service account
    
    * Move samples and update READMEs
    
    * Update version and linting
    
    * Update task sample comments [(#2156)](#2156)
    
    * Update task comments
    
    * Update readme
    
    * Update queue name
    
    * update gcloud [(#2208)](#2208)
    
    * Add protobuf dep and install instructions [(#2250)](#2250)
    
    * Add Migration Guide Snippets for Cloud Tasks [(#2316)](#2316)
    
    * Migration guide
    
    * remove app and update migraitonn
    
    * snippets for migration guide - tests added
    
    * lint
    
    * remove print statements
    
    * Styling changes
    
    * Travis trigger
    
    * Update create_http_task.py [(#2187)](#2187)
    
    Updates `create_http_task.py` to have missing `in_seconds` variable
    
    * Adds updates for samples profiler ... vision [(#2439)](#2439)
    
    * Update Cloud Tasks library version [(#2516)](#2516)
    
    * Update to new library
    
    * update library version
    
    * Adds Task name while creating Task [(#2543)](#2543)
    
    * Task Name in Creating HTTP Task with Token [(#2700)](#2700)
    
    * chore(deps): update dependency google-cloud-tasks to v1.5.0 [(#3168)](#3168)
    
    * chore(deps): update dependency googleapis-common-protos to v1.51.0 [(#3171)](#3171)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [googleapis-common-protos](https://togithub.com/googleapis/googleapis) | minor | `==1.6.0` -> `==1.51.0` |
    
    ---
    
    ### 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).
    
    * 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 <bot@renovateapp.com>
    
    * Remove dependency googleapis-common-protos [(#3955)](#3955)
    
    * Update dependency googleapis-common-protos to v1.52.0
    
    * Update requirements.txt
    
    * Update requirements.txt
    
    * Update requirements.txt
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    
    * Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT. [(#4022)](#4022)
    
    * [tasks] testing: use fixtures for the queue [(#4049)](#4049)
    
    fixes #4045
    fixes #4044
    
    I don't know why these tests started to fail, but anyways we'd better
    use fixtures and temporary queues.
    
    * add python snippets and tests for creating, listing, and deleting queues [(#4012)](#4012)
    
    * add python snippets and tests for creating, listing, and deleting queues
    
    * fix grammar
    
    * update licenses
    
    * apply suggested fixes and format with black
    
    * refine delete_queue_test with fixture for setup
    
    * utilize fixtures and match format of create_http_task_test
    
    * utilize fixtures in list_queues_test and create_queue_test
    
    * make create_queue_test call the right function
    
    * still attempt to delete queue after test runs in case of failure
    
    * attempt to delete queue in case of failure, using try/except approach
    
    * add print when NotFound is caught
    
    * fix import
    
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
    
    * docs(tasks): service_account_email parameter example [(#4183)](#4183)
    
    * docs(tasks): serviceAccountEmail parameter example
    
    * docs(tasks): parameter name camel => snake case
    
    * docs(tasks): comment order = function param order
    
    * 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 <coleleah@google.com>
    
    * Update dependency pytest to v6 [(#4390)](#4390)
    
    * tasks: added json content-type request [(#4473)](#4473)
    
    - added json payload compatibility
    - fix imports and code block used on https://cloud.google.com/tasks/docs/creating-http-target-tasks#python
    
    ## Description
    
    Fixes #<ISSUE-NUMBER>
    
    Note: It's a good idea to open an issue first for discussion.
    
    ## Checklist
    - [ ] I have followed [Sample Guidelines from AUTHORING_GUIDE.MD](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md)
    - [ ] README is updated to include [all relevant information](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#readme-file)
    - [ ] **Tests** pass:   `nox -s py-3.6` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup))
    - [ ] **Lint** pass:   `nox -s lint` (see [Test Environment Setup](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md#test-environment-setup))
    - [ ] These samples need a new **API enabled** in testing projects to pass (let us know which ones)
    - [ ] These samples need a new/updated **env vars** in testing projects set to pass (let us know which ones)
    - [ ] Please **merge** this PR for me once it is approved.
    - [ ] This sample adds a new sample directory, and I updated the [CODEOWNERS file](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/.github/CODEOWNERS) with the codeowners for this sample
    
    * docs: add samples from python-docs-samples/tasks
    
    * chore: update templates
    
    Co-authored-by: Andrew Gorcester <andrew.gorcester@gmail.com>
    Co-authored-by: Andrew Gorcester <gorcester@google.com>
    Co-authored-by: DPE bot <dpebot@google.com>
    Co-authored-by: michaelawyu <chenyumic@google.com>
    Co-authored-by: ellenevans <35748459+ellenevans@users.noreply.github.com>
    Co-authored-by: Averi Kitsch <akitsch@google.com>
    Co-authored-by: michaelawyu <michael.a.w.yu@hotmail.com>
    Co-authored-by: Noah Negrey <nnegrey@users.noreply.github.com>
    Co-authored-by: Alex Voorhees <alex@cloudbakers.com>
    Co-authored-by: Gus Class <gguuss@gmail.com>
    Co-authored-by: Sarath Kaul <kaul.sarath@gmail.com>
    Co-authored-by: Sarath Kaul <sarath.kaul@searce.com>
    Co-authored-by: WhiteSource Renovate <bot@renovateapp.com>
    Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
    Co-authored-by: Aaron Johnson <aaronmjohnson29@gmail.com>
    Co-authored-by: Adam Ross <adamross@google.com>
    Co-authored-by: Leah Cole <coleleah@google.com>
    Co-authored-by: Joab Leite S. Neto <leitejoab@gmail.com>
    21 people authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d792f63 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. feat!: migrate to use microgen (#38)

    * feat!: migrate to use microgen
    
    * Update UPGRADING.md
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    arithmetic1728 and busunkim96 authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    29c7b48 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

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

Commits on Dec 7, 2020

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

Commits on Dec 22, 2020

  1. fix: Update sample comments (#58)

    * fix: Update sample comments
    
    * fix: remove unused imports
    averikitsch authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    6c3908a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

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

Commits on Feb 24, 2021

  1. chore: upgrade gapic-generator-python to 0.39.1 (#64)

    feat(v2beta3, v2beta2): introducing fields: ListQueuesRequest.read_mask, GetQueueRequest.read_mask, Queue.task_ttl, Queue.tombstone_ttl, Queue.stats and introducing messages: QueueStats
    feat: add from_service_account_info method to clients
    docs(v2beta3): updates to max burst size description
    docs(v2beta2): updates to AppEngineHttpRequest description
    test: add 3.9 unit tests
    docs: fix type references in docstrings
    yoshi-automation authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    4bed162 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-tasks to v2.2.0 (#71)

    [![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-tasks](https://togithub.com/googleapis/python-tasks) | `==2.1.0` -> `==2.2.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.2.0/compatibility-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.2.0/confidence-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-tasks</summary>
    
    ### [`v2.2.0`](https://togithub.com/googleapis/python-tasks/blob/master/CHANGELOG.md#&#8203;220-httpswwwgithubcomgoogleapispython-taskscomparev210v220-2021-02-24)
    
    [Compare Source](https://togithub.com/googleapis/python-tasks/compare/v2.1.0...v2.2.0)
    
    ##### Features
    
    -   add from_service_account_info method to clients ([e1fdc76](https://www.github.com/googleapis/python-tasks/commit/e1fdc76f5369e53067a1748aecce9fa3940d9ee1))
    -   **v2beta3, v2beta2:** introducing fields: ListQueuesRequest.read_mask, GetQueueRequest.read_mask, Queue.task_ttl, Queue.tombstone_ttl, Queue.stats and introducing messages: QueueStats ([e1fdc76](https://www.github.com/googleapis/python-tasks/commit/e1fdc76f5369e53067a1748aecce9fa3940d9ee1))
    
    ##### Bug Fixes
    
    -   remove client recv msg limit fix: add enums to `types/__init__.py` ([#&#8203;56](https://www.github.com/googleapis/python-tasks/issues/56)) ([6a5bfaf](https://www.github.com/googleapis/python-tasks/commit/6a5bfaf63b46567897c36907772b10ea4b0dff43))
    -   Update sample comments ([#&#8203;58](https://www.github.com/googleapis/python-tasks/issues/58)) ([3eb30b3](https://www.github.com/googleapis/python-tasks/commit/3eb30b349b9092a2a2fb08116855139418ebd371))
    
    ##### Documentation
    
    -   fix type references in docstrings ([e1fdc76](https://www.github.com/googleapis/python-tasks/commit/e1fdc76f5369e53067a1748aecce9fa3940d9ee1))
    -   **v2beta2:** updates to AppEngineHttpRequest description ([e1fdc76](https://www.github.com/googleapis/python-tasks/commit/e1fdc76f5369e53067a1748aecce9fa3940d9ee1))
    -   **v2beta3:** updates to max burst size description ([e1fdc76](https://www.github.com/googleapis/python-tasks/commit/e1fdc76f5369e53067a1748aecce9fa3940d9ee1))
    
    </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**: Whenever PR becomes conflicted, 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#github/googleapis/python-tasks).
    renovate-bot authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    ba19d22 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. chore: add constraints file check for python samples (#87)

    This is the sibling PR to #5611
    and this is the issue opened for it #5549
    
    If you look at the files in [this example repo](https://github.com/leahecole/testrepo-githubapp/pull/31/files), you'll see that renovate successfully opened a PR on three constraints files in `samples` directories and subdirectories, and properly ignored `constraints` files at the root level
    
    cc @tswast
    
    TODO:
    
    - [x]   update renovate to check for samples/constraints.txt dependency updates
    - [x]  run lint locally to double check that I'm not introducing lint error
    
    Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    Source-Date: Fri Apr 9 22:50:04 2021 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 0a071b3460344886297a304253bf924aa68ddb7e
    Source-Link: googleapis/synthtool@0a071b3
    yoshi-automation authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    9ed9d0c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

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

Commits on May 14, 2021

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

Commits on May 22, 2021

  1. chore: new owl bot post processor docker image (#110)

    gcr.io/repo-automation-bots/owlbot-python:latest@sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479
    gcf-owl-bot[bot] authored May 22, 2021
    Configuration menu
    Copy the full SHA
    46877b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

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

    [![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-tasks](https://togithub.com/googleapis/python-tasks) | `==2.2.0` -> `==2.3.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.3.0/compatibility-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.3.0/confidence-slim/2.2.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-tasks</summary>
    
    ### [`v2.3.0`](https://togithub.com/googleapis/python-tasks/blob/master/CHANGELOG.md#&#8203;230-httpswwwgithubcomgoogleapispython-taskscomparev220v230-2021-05-28)
    
    [Compare Source](https://togithub.com/googleapis/python-tasks/compare/v2.2.0...v2.3.0)
    
    ##### Features
    
    -   add `from_service_account_info` ([#&#8203;80](https://www.github.com/googleapis/python-tasks/issues/80)) ([2498225](https://www.github.com/googleapis/python-tasks/commit/2498225112ddb4b112b387dec71631c29a6db71e))
    -   support self-signed JWT flow for service accounts ([1acf20c](https://www.github.com/googleapis/python-tasks/commit/1acf20ca440a5396ee03205b5c2301b84e368926))
    
    ##### Bug Fixes
    
    -   add async client to %name\_%version/init.py ([1acf20c](https://www.github.com/googleapis/python-tasks/commit/1acf20ca440a5396ee03205b5c2301b84e368926))
    -   use correct retry deadlines ([2498225](https://www.github.com/googleapis/python-tasks/commit/2498225112ddb4b112b387dec71631c29a6db71e))
    
    ##### Documentation
    
    -   fix grammar in documentation ([#&#8203;112](https://www.github.com/googleapis/python-tasks/issues/112)) ([6f93a19](https://www.github.com/googleapis/python-tasks/commit/6f93a190311bd5468827496685072388a951e670))
    
    </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-tasks).
    renovate-bot authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    6379083 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

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

Commits on Jul 3, 2021

  1. chore(deps): update dependency google-cloud-tasks to v2.4.0 (#127)

    [![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-tasks](https://togithub.com/googleapis/python-tasks) | `==2.3.0` -> `==2.4.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.4.0/compatibility-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.4.0/confidence-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-tasks</summary>
    
    ### [`v2.4.0`](https://togithub.com/googleapis/python-tasks/blob/master/CHANGELOG.md#&#8203;240-httpswwwgithubcomgoogleapispython-taskscomparev230v240-2021-07-01)
    
    [Compare Source](https://togithub.com/googleapis/python-tasks/compare/v2.3.0...v2.4.0)
    
    ##### Features
    
    -   add always_use_jwt_access ([#&#8203;122](https://www.github.com/googleapis/python-tasks/issues/122)) ([87c9ccc](https://www.github.com/googleapis/python-tasks/commit/87c9cccb42237eb421c72411652985a7fbe1c16a))
    
    ##### Bug Fixes
    
    -   disable always_use_jwt_access ([#&#8203;126](https://www.github.com/googleapis/python-tasks/issues/126)) ([54d2286](https://www.github.com/googleapis/python-tasks/commit/54d2286b153c36b7a50b5a936517aa59e10ad27c))
    -   update sample for task name ([#&#8203;120](https://www.github.com/googleapis/python-tasks/issues/120)) ([b1be2de](https://www.github.com/googleapis/python-tasks/commit/b1be2de174fc37d0eb90bbf877851c11ddb14907))
    
    ##### Documentation
    
    -   omit mention of Python 2.7 in CONTRIBUTING.rst ([#&#8203;116](https://www.github.com/googleapis/python-tasks/issues/116)) ([0732ab7](https://www.github.com/googleapis/python-tasks/commit/0732ab7d726fdf564897fad009f8a5da45b5c017)), closes [#&#8203;1126](https://www.github.com/googleapis/python-tasks/issues/1126)
    
    </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-tasks).
    renovate-bot authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    17b7530 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. feat: Set audience field in authenticated HTTP task example (#138)

    * Add explicit `audience1 field
    
    Unset `audience` will be take the URL as default value. When there are query and fragment parts, this would lead to authentication errors (401).
    
    * Add explicit `audience1 field
    
    feat: Set `audience` in authenticated HTTP task
    
    Unset `audience` will be take the URL as default value. When there are query and fragment parts, this would lead to authentication errors (401).
    
    * feat: Add explicit `audience1 field
    
    Unset `audience` will be take the URL as default value. When there are query and fragment parts, this would lead to authentication errors (401).
    ehsan-karamad authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    4ef90da View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. feat: add Samples section to CONTRIBUTING.rst (#135)

    Source-Link: googleapis/synthtool@52e4e46
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:6186535cbdbf6b9fe61f00294929221d060634dae4a0795c1cefdbc995b2d605
    gcf-owl-bot[bot] authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    e280d08 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-tasks to v2.5.0 (#140)

    [![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-tasks](https://togithub.com/googleapis/python-tasks) | `==2.4.0` -> `==2.5.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.5.0/compatibility-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.5.0/confidence-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-tasks</summary>
    
    ### [`v2.5.0`](https://togithub.com/googleapis/python-tasks/blob/master/CHANGELOG.md#&#8203;250-httpswwwgithubcomgoogleapispython-taskscomparev240v250-2021-07-21)
    
    [Compare Source](https://togithub.com/googleapis/python-tasks/compare/v2.4.0...v2.5.0)
    
    ##### Features
    
    -   Set `audience` field in authenticated HTTP task example ([#&#8203;138](https://www.github.com/googleapis/python-tasks/issues/138)) ([7a5a0c6](https://www.github.com/googleapis/python-tasks/commit/7a5a0c6ca5372035521d5366373054a7ba95f2bd))
    
    ##### Bug Fixes
    
    -   **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#&#8203;134](https://www.github.com/googleapis/python-tasks/issues/134)) ([fd3cb31](https://www.github.com/googleapis/python-tasks/commit/fd3cb31bc1d36e5b6373bfa3d3bb9bb65aeb3f90))
    
    </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-tasks).
    renovate-bot authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    2f7f798 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

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

Commits on Aug 11, 2021

  1. chore: fix INSTALL_LIBRARY_FROM_SOURCE in noxfile.py (#150)

    Source-Link: googleapis/synthtool@6252f2c
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:50e35228649c47b6ca82aa0be3ff9eb2afce51c82b66c4a03fe4afeb5ff6c0fc
    gcf-owl-bot[bot] authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    516f833 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. chore: drop mention of Python 2.7 from templates (#152)

    Source-Link: googleapis/synthtool@facee4c
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:9743664022bd63a8084be67f144898314c7ca12f0a03e422ac17c733c129d803
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    1e5bd37 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

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

    [![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**: 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-tasks).
    renovate-bot authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    f9e2cb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

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

Commits on Sep 24, 2021

  1. chore(deps): update dependency google-cloud-tasks to v2.5.2 (#167)

    [![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-tasks](https://togithub.com/googleapis/python-tasks) | `==2.5.1` -> `==2.5.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.5.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.5.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.5.2/compatibility-slim/2.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-tasks/2.5.2/confidence-slim/2.5.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-tasks</summary>
    
    ### [`v2.5.2`](https://togithub.com/googleapis/python-tasks/blob/master/CHANGELOG.md#&#8203;252-httpswwwgithubcomgoogleapispython-taskscomparev251v252-2021-09-24)
    
    [Compare Source](https://togithub.com/googleapis/python-tasks/compare/v2.5.1...v2.5.2)
    
    </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-tasks).
    renovate-bot authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    8a353ba View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

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

Commits on Oct 7, 2021

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

Commits on Oct 8, 2021

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

Commits on Oct 25, 2021

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

Commits on Nov 2, 2021

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

Commits on Nov 22, 2021

  1. chore: delete owlbot.py (#184)

    * chore: delete owlbot.py
    
    * 🦉 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>
    parthea and gcf-owl-bot[bot] authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    dad3ee6 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 (#204)

    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
    76cf41c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. chore(deps): update dependency google-cloud-tasks to v2.7.2 (#206)

    Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    renovate-bot and leahecole authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    4b4614b View commit details
    Browse the repository at this point in the history
  2. chore: update samples (#207)

    * chore: update samples
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update create_http_task_test.py
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Charles Engelke <github@engelke.com>
    3 people authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    1e56320 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 (#210)

    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
    4665108 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

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

Commits on Feb 14, 2022

  1. chore(deps): update dependency pytest to v7.0.1 (#221)

    [![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)) | `==7.0.0` -> `==7.0.1` | [![age](https://badges.renovateapi.com/packages/pypi/pytest/7.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pytest/7.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pytest/7.0.1/compatibility-slim/7.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pytest/7.0.1/confidence-slim/7.0.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pytest</summary>
    
    ### [`v7.0.1`](https://togithub.com/pytest-dev/pytest/releases/7.0.1)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.0.0...7.0.1)
    
    # pytest 7.0.1 (2022-02-11)
    
    ## Bug Fixes
    
    -   [#&#8203;9608](https://togithub.com/pytest-dev/pytest/issues/9608): Fix invalid importing of `importlib.readers` in Python 3.9.
    -   [#&#8203;9610](https://togithub.com/pytest-dev/pytest/issues/9610): Restore \[UnitTestFunction.obj]{.title-ref} to return unbound rather than bound method.
        Fixes a crash during a failed teardown in unittest TestCases with non-default \[\__init\_\_]{.title-ref}.
        Regressed in pytest 7.0.0.
    -   [#&#8203;9636](https://togithub.com/pytest-dev/pytest/issues/9636): The `pythonpath` plugin was renamed to `python_path`. This avoids a conflict with the `pytest-pythonpath` plugin.
    -   [#&#8203;9642](https://togithub.com/pytest-dev/pytest/issues/9642): Fix running tests by id with `::` in the parametrize portion.
    -   [#&#8203;9643](https://togithub.com/pytest-dev/pytest/issues/9643): Delay issuing a `~pytest.PytestWarning`{.interpreted-text role="class"} about diamond inheritance involving `~pytest.Item`{.interpreted-text role="class"} and
        `~pytest.Collector`{.interpreted-text role="class"} so it can be filtered using `standard warning filters <warnings>`{.interpreted-text role="ref"}.
    
    </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, click this checkbox.
    
    ---
    
    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-tasks).
    renovate-bot authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    f4c8e64 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    63577c8 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 (#233)

    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 <partheniou@google.com>
    3 people authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    54e73a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

Commits on Mar 13, 2022

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

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    f94cb21 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 (#243)

    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
    ea78cc0 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 (#254)

    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
    f5c55ef View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on May 7, 2022

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

Commits on Jul 9, 2022

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

    * 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
    
    * 🦉 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 <partheniou@google.com>
    3 people authored Jul 9, 2022
    Configuration menu
    Copy the full SHA
    c75fc59 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

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

    * 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 <partheniou@google.com>
    3 people authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    b6523f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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

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

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    4a3afe8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#286)

    * 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 <partheniou@google.com>
    3 people authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    750ff9c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

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

Commits on Sep 6, 2022

  1. chore(deps): update dependency pytest to v7.1.3 (#299)

    * chore(deps): update all dependencies
    
    * revert
    
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    renovate-bot and parthea authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    6529c49 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 (#304)

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

Commits on Oct 4, 2022

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

Commits on Oct 18, 2022

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

Commits on Oct 26, 2022

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

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    b24db83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f23a03d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5ed303 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21d39b4 View commit details
    Browse the repository at this point in the history
  5. Remove readme files

    - No longer required!
    msampathkumar committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    94f2fe1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

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

Commits on Nov 11, 2022

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

Commits on Nov 14, 2022

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

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    974b90f View commit details
    Browse the repository at this point in the history
  2. Update blunderbuss.yml

    msampathkumar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    5603ae2 View commit details
    Browse the repository at this point in the history
  3. Update blunderbuss.yml

    msampathkumar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    71dcebe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98a5464 View commit details
    Browse the repository at this point in the history