forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump google-cloud-bigquery from 3.4.1 to 3.5.0 #311
Open
dependabot
wants to merge
756
commits into
master
Choose a base branch
from
dependabot/pip/google-cloud-bigquery-3.5.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Added logo image to versaDirector Pack * Updated logo Image URL
* test(collect_tests): add test data for new unittests Add test data for unittests testing the marking of modeling rules for testing during test collection * test(collect_tests): add unit tests for marking modeling rules for testing * feat(collect_tests): implement marking of modeling rules for testing during test collection * fix(collect_tests): updates since rebase from master * feat(modeling_rules): run testing of mrs in xsiam job * wip(test_modeling_rules): almost there - still have incorrect use of XSIAMBuild * wip(test_modeling_rules): switch use of XSIAMBuild to XSIAMServer * fix(configure_and_test_inte...): retrieve ARTIFACTS_FOLDER_MPV2 from env variable before assigning default * fix(test_modeling_rules): use requests instead of demisto-py client for xql api * fix(test_modeling_rules): improve error messaging * fix(TestCollector): remove ignoring _testdata.json files * fix(BranchTestCollector): address possible unbound var * fix(test_collect_tests): get all tests working * fix: address spacing and line indentation * fix(MR1): add marketplacev2 tag to pack_metadata.json of test pack * fix(MR1): add modeling rule info to test idset * feat(id_set): add modeling_rules to idset and graph abstraction classes * feat(XSIAMNightlyTestCollector): implement modeling rule test collection for xsiam nightly * test(test_collect_tests): add UT for nightly collection of modeling rules * fix: remove test_modeling_rules script * fix: update HarryRule test data to new format etc. * feat(on-push): invoke test_modeling_rules.sh * fix(on-push): run only if file exists and size > 0 * fix: change mrs_to_test.txt --> modeling_rules_to_test.txt * fix(collect_tests): change mr_to_test --> modeling_rule_to_test * fix: change mrs_to_test --> modeling_rules_to_test * fix(test_collect_tests): address indentation and line-length errors * fix(collect_tests): address incorrect str operations on Path instances * fix(test_modeling_rules): use/set env var defaults * fix(test_modeling_rules): don't invoke command if unable to read list of modeling rules * fix(test_modeling_rules): give prefix of 'Packs/' to collected mr dirs * fix(test_modeling_rules): properly assign XSIAM_SERVERS_PATH * fix(test_modeling_rules): correctly invoke 'modeling-rules test' * fix(test_collect_tests): adjust for noninstall of mr pack in xsoar collection * fix(test_modeling_rules): correctly extract base_url from configs * fix(collect_tests): raise error if unexpected file_type * fix(test_modeling_rules): extract tenant configs without quotation marks * fix(collect_tests): check for modeling rule yml component file * fix(test_modeling_rules): extract tenant token config from filetype env var * build: copy mr testdata files to their respective directories * fix(download_demisto_conf): update modelingrules dir extract condition fix: mv cp of testdata files to destinations to download_demisto_conf * fix(on-push): add EXTRACT_MODELING_RULE_TESTDATA_FILES env var to relevant jobs * fix(download_demisto_conf): update array syntax debug: print extracted modelingrules dir fix(download_demisto_conf): address find syntax error * feat(download_demisto_conf): cp private testdata into content repo * fix(test_collect_tests): add missing arguments * fix(collect_tests): consider untracked extracted private testdata * fix(collect_tests): correct syntax for string join * build(pyproject): test against updated sdk latest sdk includes query changes when testing modeling rules so that old testdata will be returned * fix(test_collect_tests): correct indentation of parametrized tests * fix(download_demisto_conf): extract testdata condition Co-authored-by: avidan-H <>
…3903) * "pack contribution initial commit" * fix validations * Fixed agent param (demisto#23714) * Manipulated agent header based on platform * Fixed unit tests * Added rn * Removed unnecessary import and fixed rn * Update Packs/Palo_Alto_Networks_WildFire/ReleaseNotes/2_1_11.md Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com> Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com> * Fixed brackets handling in URL formatter (demisto#23305) * Fixed square brackets handling in URL formatter * Updated code to work for all brackets * Update FormatURL.py * Fixed issue with tests * Flake8 fixes * RN * Added comments for new code segments. * Update Packs/CommonScripts/Scripts/FormatURL/FormatURL.py Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com> * Fixed regex for Proofpoint wrapper to catch until it hits "__;" and not "__" * RN * docker update * docker update * RN Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com> * Revert "Fixed brackets handling in URL formatter (demisto#23305)" This reverts commit 6a86da5. * Revert "Fixed agent param (demisto#23714)" This reverts commit 480f5a6. * fix validation * fix validation last * fix validation last * fix validation last * fix Co-authored-by: ostolero <ostolero@paloaltonetworks.com> Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com> Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com> Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com> Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com> Co-authored-by: ostolero <86190583+ostolero@users.noreply.github.com> Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com> Co-authored-by: ostolero <ostolero@paloaltonetworks.com> Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com> Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com> Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com> Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com> Co-authored-by: ostolero <86190583+ostolero@users.noreply.github.com>
* testing * changed look & clean scripts * rerun * changed py functions * changed py functions * fixed CLOUD_SERVERS_PATH * fixed CLOUD_SERVERS_PATH * remove needs * remove needs * remove needs * remove needs * remove needs * test * test * test * test * test * test * test * test * test * chaned install & run tests * print & run tests * test needs * test needs * added ng step * added ng step * added logs * fixed print * removed logs * logs in search_and_uninstall_pack.py * removed logs in search_and_uninstall_pack.py * rerun * rerun * rerun * run all build * run all build * fixed run tests * test for ng * test for ng * test for ng * rerun * fixed tests * fixed tests * fixed tests * fixed tests * fixed tests * run both * run both * run both * rerun * fixed tests * fixed tests * test pack change * test pack change * changed GCS_PRODUCTION_BUCKET * revert * revert * revert * revert * revert * changed to cloud * fixed unittest * rerun * naming fixes * set CLOUD_BUILD_TYPE as xsiam temporary * remove GCS_MARKET_BUCKET * added allow_failure true to the ng step * fixed the set_marketplace_url * added GCS_LOCKS_PATH to the bucket-upload * added GCS_SOURCE_BUCKET GCS_MACHINES_BUCKET variables to the bucket-upload * added CLOUD_SERVERS_FILE CLOUD_API_KEYS variables to the bucket-upload * revert change in pack for test * set it not to run in NIGHTLY * fixed the now test_modeling_rules
* fix bug in aqws roles path * fix bug in aqws roles path * fix bug in aqws roles path * fix bug in aqws roles path * fix bug in aqws roles path * fix bug in aqws roles path * fix bug in aqws roles path * fix bug in aqws roles path * fix bug in aqws roles path
* fixed expance tpb * fixed TPB * fixed the playbook * update RN * commit * commit * comment corrections
* Add validation for filename * commit * Add RNs * commit * update docker * comment corrections * commit * Add UT to ExportToXLSX * commit * mypy error
…sto#23914) * [PAN-OS] - fix issue in the pan-os-push-to-device-group command * bug fix * bump rn
* Add value schema file * Add value schema file * Update 1_0_8.md Done. * Remoed irrelevant Delinea files. Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
* New threat hunting playbook for Trend Micro CAS * RN * RN update * Replaced the word 'demisto' with 'paloaltonetworks' * PNG update * Fixed version for CAS playbook. * Removed unnecessary tasks. * Update playbook-Trend_Micro_CAS_-_Indicators_Hunting.yml Done. * Update playbook-Trend_Micro_CAS_-_Indicators_Hunting_README.md Done. * Update 1_1_0.md Done. * changed tasks name * updated playbook description and RN. * fix Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> Co-authored-by: yaakovpraisler <ypreisler@paloaltonetworks.com>
* fix json decoding error * change exception * change to debug log * failed unit-test * fix the bug * bump rn * uncomment unit-tests * update docker
* fix * add ut * add rn * fix validation * fix validation * fix * use mimetypes * fix rn * fix validation
* added unittest * fixed * added rn * added line * update version * update version * update rn * update docker and added readme * fixed unittest bug and removed the return_error in case of stderr * added rn
* fixed status edit to change according to "to" transition name * more logs * unit test * fixed url * RN * logs * docker * renamed variable to statuses
* Update OKta - User investigation playbook add condition for unknown country name * Update OKta - User investigation release note * Update User investigation playbook add count for okta and siem failed logon * Update User investigation playbook update release note * Update Okta User investigation playbook update release note * Update User investigation playbook - Generic update release note
* intezer: add polling commands (demisto#23771) * intezer: added polling using schedule tasks instead of generic polling and updating relevant Playbook * intezer: increase tests coverege * intezer: mock raise_error_if_not_supported in all tests using polling * intezer: increase tests coverege * intezer: url report builder fallbacks * intezer: bump 44868 docker image * intezer: Fixing comments: 1. returning commandResults instead of pollResults where there i no need to 2. update intezer.yml params 3. rollback the playbook version * intezer: Fix tests * intezer: Add space * intezer: remove duplicate and deprecate context fields * Update IntezerV2.yml * Update 1_5_0.md Co-authored-by: Matan Yechiel <matany90@gmail.com> Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>
* [Marketplace Contribution] XSOAR Summary Dashboard (demisto#23775) * "pack contribution initial commit" * Update pack_metadata.json Removed marketplacev2 * Update pack_metadata.json * Update RSSWidgetLC.yml * Update RSSWidgetLC.py Co-authored-by: Elliot Mitchell <90345216+NullxByte@users.noreply.github.com> Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com> * Update RSSWidgetLC.yml Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com> Co-authored-by: Elliot Mitchell <90345216+NullxByte@users.noreply.github.com> Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>
Co-authored-by: Kobbi Gal <85439776+kgal-pan@users.noreply.github.com> Co-authored-by: CyberArk BizDev <edward.nunez@cyberark.com>
…emisto#23933) * Updated the docker image * Updated the RN * Upgraded the docker image in EWSO365 integration * Updated the RN
* fix bug * RN and metadata were updated * docker image was updated * RN was edited * unit test was added
* removed microsocks Potentially harmful * imported urllib3 and removed reference to requests.packages. Updated release notes and TrendMicroVisionOne.yml * added action to add file entry from incident to sandbox and action to get result of file entry analysis status * removed redundant action to check sandbox submission status * added polling command for sandbox submissions * added unit tests for file entry to sandbox and polling for sandbox submissions * added unit tests for submit file entry and sandbox polling command * updated yml to include submit-file-entry-to-sandbox and run-sandbox-submission-polling * Update README.md Added hints for command execution order * Update README.md Updated Notes for better readability. * Update README.md Updated README.md for better readability. * updated release notes to indicate addition of submit file entry to sandbox and sandbox submission polling command * formatted files per XSOAR standards * Added command examples for V2 actions * added test_data folder containing example responses * Update README.md Added link to supported file types in submit file to sandbox and submit file entry to sandbox. * removed unused mock test case for submit file entry to sandbox and test_data folder with mock responses * Added submit file entry to sandbox and run sandbox submission polling and their respective unit tests and command_examples * added demosti.patch.object to get custom data for demisto.getFilePath in submit file entry to sandbox * updated polling comamnd per XSOAR standards and updated YAML to include polling in sandbox submissing polling command root * TrendMicroVisionOne_description * updated sandbox submission command example to include polling arg * updated yml to include polling in root of sandbox submission polling * removed unused variable declarations * updated doc string for sandbox submission polling * updated min server version to 6.2.0 in sandbox polling unit test * updated if check to differentiate between cmd instead of args * added dbotscore for sandbox submissions status and sandbox polling commands * added doc string for dbot severity helper function * Updated Vendor Name to match integration pack * updated risk to look for obj instead of str and updated release notes and updated docker image version * added dbotscore to VisionOne context data and updated YML and README.md accordingly * small context output fix * Update 1_3_0.md Co-authored-by: yaakovpraisler <ypreisler@paloaltonetworks.com> Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com> Co-authored-by: shaqnawe <shaktishah40@gmail.com> Co-authored-by: yaakovpraisler <ypreisler@paloaltonetworks.com> Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>
* Updated Metadata Of Pack AwakeSecurity * Added release notes to pack AwakeSecurity * Packs/AwakeSecurity/Integrations/AwakeSecurity/AwakeSecurity.yml Docker image update * Updated Metadata Of Pack BeyondTrust_Password_Safe * Added release notes to pack BeyondTrust_Password_Safe * Packs/BeyondTrust_Password_Safe/Integrations/BeyondTrust_Password_Safe/BeyondTrust_Password_Safe.yml Docker image update * Updated Metadata Of Pack Bitbucket * Added release notes to pack Bitbucket * Packs/Bitbucket/Integrations/Bitbucket/Bitbucket.yml Docker image update * Updated Metadata Of Pack BitcoinAbuse * Added release notes to pack BitcoinAbuse * Packs/BitcoinAbuse/Integrations/BitcoinAbuse/BitcoinAbuse.yml Docker image update * Updated Metadata Of Pack BluecatAddressManager * Added release notes to pack BluecatAddressManager * Packs/BluecatAddressManager/Integrations/BluecatAddressManager/BluecatAddressManager.yml Docker image update * Revert Awake security --------- Co-authored-by: sberman <sberman@paloaltonetworks.com>
* d * s * verify bucket * bucket * verifications * gs * וכ * lots of stuff * f * add * g * k * g * כ * add * test push * h * testing * testing * test * f * t * if statement * why * ryt * tryhgtf * d * add token * git command cli * fix script * trigger build * trigger build * fix path * add echo * add export * secret detection * pipeline info * extend timeout * remove head deletion * fix tail * branch variable * branch * remove msg * log * fix bug * try without collect * lint * lint * remove hidden check * secret detection * fix content dict * add path handling * fix path handling * fix paths * test packs_items_dict * fix AlibabaActionTrail * remove testing print * artifacts * fix verify image * print and not logs * fix modified packs * try fix artifacts * fix logger * try fix logger * try with creak point * fix line * fix logs * fixs * fix files * TODOS * remove comments * fix * try without export pipeline * fix line * try with arg * try without arg * without branch * fix line * echo * remove logging * fix integrations * fix integrations * fix version * final stuff * create_test_branch fixes * verify_bucket fixes 1 * fixed use cases * fix failing step * verify bucket for both buckets * generic verify bucket * comment a test for testing * Revert "comment a test for testing" This reverts commit 0b6de6d. * fix * fix two first use cases * fix two first use cases second trial * fix * fix use cases and version 1.0.0 * fix * fix use cases * fix pre commit * fixes * fix first release notes * fix * fix * disable secret * trying fixing logging * testing * testing * testing * testing * revert RN change * testing * testing * testing * testing * fix use cases * fixes * increase timeout * fix * finishes * enable SSL verification * CR fixes * trying to put back layouts in new pack * CR fixes * validate * fix * fix pack_id assignment * fix buckets to be dev * fix use cases * lint * use cases fixes * fix * fix step name and trigger script * CR fix --------- Co-authored-by: nmaimon <nmaimon@paloaltonetworks.com> Co-authored-by: yucohen <yucohen@paloaltonetworks.com> Co-authored-by: yucohen <86777474+yucohen@users.noreply.github.com> Co-authored-by: oauth2 <ypreisler@paloaltonetworks.com> Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>
* bug - stix 2.0 indicator conventions * flake8 * RN update --------- Co-authored-by: davrahami <davrahami@paloaltonetworks.com>
) * Improve additionalinfo text * Remove redundant line breaks * Add support for closing custom status labels * Bump version * Improve docs * Move default 'Closed' value from code to YAML * Update design * Apply suggestions from code review Co-authored-by: Binat Ziser <89336697+bziser@users.noreply.github.com> * Apply additional changes following code review * Update condition following review * Merge mirror closure tests to a single test using `parametrize` * Remove redundant blank lines on SplunkPy_test.py * Add additional test cases * Update parameters table using SDK's generate-docs * Add changes from doc-review * Additional minor fixes * Minor fix * Update Docker image * Update YAML following TPM review * Update changes * Bump version to fix conflict --------- Co-authored-by: Binat Ziser <89336697+bziser@users.noreply.github.com>
* test * test * new PR for IfThenElse * update RN * Resolved conflicts --------- Co-authored-by: evisochek <evisochek@paloaltonetworks.com> Co-authored-by: gal-forer <gforer@paloaltonetworks.com> Co-authored-by: gal-forer <forer.gal@gmail.com>
* poetry * revert * debug logs added * revert * bug fix * layout that was missed * relaese notes
* save * save no exit_code * save not fail on test-modeling-rules * remove ciscoasa changes
* Updated Metadata Of Pack RemoteAccess * Added release notes to pack RemoteAccess * Packs/RemoteAccess/Integrations/RemoteAccessv2/RemoteAccessv2.yml Docker image update --------- Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com>
* Updated Metadata Of Pack DuoAdminApi * Added release notes to pack DuoAdminApi * Packs/DuoAdminApi/Integrations/DuoAdminApi/DuoAdminApi.yml Docker image update --------- Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com>
* Empty-Commit * Updating pack metdata json with new version * Created new release notes file * Updated list rc * Rename 1_4_1.md to 1_4_2.md * Update pack_metadata.json * Rename 1_4_2.md to 1_4_3.md * Update pack_metadata.json --------- Co-authored-by: Chait A <112722030+capanw@users.noreply.github.com> Co-authored-by: gal-forer <forer.gal@gmail.com>
* add logs * fixed unit-test * bump rn * bump rn * update last run to integration context * fix unit-tests * add integration context logs * fix flake8
The following labels could not be found: |
* Documentation was added regarding playbook ID * add fetch parameter 'Mirror Playbook ID' * RN * misspell * known_words * docker image was updated * changes to drop and add unit tests * RN * RN - 2 * flake 8 * after CR * Mypy errors * Update Packs/XSOARmirroring/Integrations/XSOARmirroring/XSOARmirroring.py Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com> * Update Packs/XSOARmirroring/Integrations/XSOARmirroring/README.md Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com> * Update Packs/XSOARmirroring/Integrations/XSOARmirroring/XSOARmirroring.py Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com> * Update Packs/XSOARmirroring/Integrations/XSOARmirroring/XSOARmirroring_test.py * Update Packs/XSOARmirroring/Integrations/XSOARmirroring/XSOARmirroring.py * drop -> mirror * Update Packs/XSOARmirroring/Integrations/XSOARmirroring/README.md * Update Packs/XSOARmirroring/ReleaseNotes/2_0_12.md * Update Packs/XSOARmirroring/ReleaseNotes/2_0_12.md * misspell --------- Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
* Updated Metadata Of Pack ExpanseV2 * Added release notes to pack ExpanseV2 * Packs/ExpanseV2/Scripts/ExpanseGenerateIssueMapWidgetScript/ExpanseGenerateIssueMapWidgetScript.yml Docker image update
* Updated Metadata Of Pack AMP * Added release notes to pack AMP * Packs/AMP/Integrations/AMPv2/AMPv2.yml Docker image update * Updated Metadata Of Pack AppNovi * Added release notes to pack AppNovi * Packs/AppNovi/Integrations/appNovi/appNovi.yml Docker image update * Updated Metadata Of Pack AtlassianConfluenceCloud * Added release notes to pack AtlassianConfluenceCloud * Packs/AtlassianConfluenceCloud/Integrations/AtlassianConfluenceCloud/AtlassianConfluenceCloud.yml Docker image update * Updated Metadata Of Pack Automox * Added release notes to pack Automox * Packs/Automox/Integrations/Automox/Automox.yml Docker image update * Updated Metadata Of Pack AzureStorageContainer * Added release notes to pack AzureStorageContainer * Packs/AzureStorageContainer/Integrations/AzureStorageContainer/AzureStorageContainer.yml Docker image update * Updated Metadata Of Pack AMP * Packs/AMP/Integrations/AMPv2/AMPv2.yml Docker image update
* Updated Metadata Of Pack AWS-IAM * Added release notes to pack AWS-IAM * Packs/AWS-IAM/Integrations/AWS-IAM/AWS-IAM.yml Docker image update --------- Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com>
* Updated Metadata Of Pack ExpanseV2 * Added release notes to pack ExpanseV2 * Packs/ExpanseV2/Scripts/ExpanseGenerateIssueMapWidgetScript/ExpanseGenerateIssueMapWidgetScript.yml Docker image update
* Updated Metadata Of Pack ipinfo * Added release notes to pack ipinfo * Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml Docker image update * Updated Metadata Of Pack PhishTank * Added release notes to pack PhishTank * Packs/PhishTank/Integrations/PhishTankV2/PhishTankV2.yml Docker image update * Updated Metadata Of Pack XForceExchange * Added release notes to pack XForceExchange * Packs/XForceExchange/Integrations/XFE_v2/XFE_v2.yml Docker image update * Updated Metadata Of Pack URLHaus * Added release notes to pack URLHaus * Packs/URLHaus/Integrations/URLHaus/URLHaus.yml Docker image update * Updated Metadata Of Pack CVESearch * Added release notes to pack CVESearch * Packs/CVESearch/Integrations/CVESearchV2/CVESearchV2.yml Docker image update * Fixed mypy * - --------- Co-authored-by: sberman <sberman@paloaltonetworks.com>
Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md) - [Commits](googleapis/python-bigquery@v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/pip/google-cloud-bigquery-3.5.0
branch
from
February 2, 2023 10:40
b81a198
to
cec2812
Compare
A newer version of google-cloud-bigquery exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps google-cloud-bigquery from 3.4.1 to 3.5.0.
Release notes
Sourced from google-cloud-bigquery's releases.
Changelog
Sourced from google-cloud-bigquery's changelog.
Commits
204779c
chore(main): release 3.5.0 (#1472)bd1da9a
feat: add preserveAsciiControlCharacter to LoadJobConfig (#1484)2479394
chore: delete duplicate code from snippets.py (#1481)f32df1f
feat: add str method to DatasetReference (#1477)903dcdd
chore(deps): update dependency fiona to v1.9.0 (#1482)b63899f
chore(deps): update dependency shapely to v2.0.1 (#1480)9792ae0
chore(deps): update all dependencies (#1479)58eff2c
chore(deps): update dependency geojson to v3 (#1478)e69c81d
chore(deps): update dependency google-cloud-bigquery-storage to v2.18.1 (#1476)a71888a
docs(samples): table variable fix (#1287)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)