Skip to content

Bump google-cloud-bigquery from 1.26.1 to 3.0.1 in /.circleci#40

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/dot-circleci/google-cloud-bigquery-3.0.1
Closed

Bump google-cloud-bigquery from 1.26.1 to 3.0.1 in /.circleci#40
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/dot-circleci/google-cloud-bigquery-3.0.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 31, 2022

Bumps google-cloud-bigquery from 1.26.1 to 3.0.1.

Release notes

Sourced from google-cloud-bigquery's releases.

v3.0.1

3.0.1 (2022-03-30)

Bug Fixes

  • deps: raise exception when pandas is installed but db-dtypes is not (#1191) (4333910)
  • deps: restore dependency on python-dateutil (#1187) (212d7ec)

v3.0.0

3.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • BigQuery Storage and pyarrow are required dependencies (#776)
  • use nullable Int64 and boolean dtypes in to_dataframe (#786)
  • destination tables are no-longer removed by create_job (#891)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972)
  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#972)
  • mark the package as type-checked (#1058)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061)
  • remove out-of-date BigQuery ML protocol buffers (#1178)

Features

  • add api_method parameter to Client.query to select INSERT or QUERY API (#967) (76d88fb)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061) (76d88fb)
  • destination tables are no-longer removed by create_job (#891) (76d88fb)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972) (76d88fb)
  • mark the package as type-checked (#1058) (76d88fb)
  • use StandardSqlField class for Model.feature_columns and Model.label_columns (#1117) (76d88fb)

Bug Fixes

  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#972) (76d88fb)
  • improve type annotations for mypy validation (#1081) (76d88fb)
  • remove out-of-date BigQuery ML protocol buffers (#1178) (76d88fb)
  • use nullable Int64 and boolean dtypes in to_dataframe (#786) (76d88fb)

Documentation

  • Add migration guide from version 2.x to 3.x (#1027) (76d88fb)

Dependencies

  • BigQuery Storage and pyarrow are required dependencies (#776) (76d88fb)

... (truncated)

Changelog

Sourced from google-cloud-bigquery's changelog.

3.0.1 (2022-03-30)

Bug Fixes

  • deps: raise exception when pandas is installed but db-dtypes is not (#1191) (4333910)
  • deps: restore dependency on python-dateutil (#1187) (212d7ec)

3.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • BigQuery Storage and pyarrow are required dependencies (#776)
  • use nullable Int64 and boolean dtypes in to_dataframe (#786)
  • destination tables are no-longer removed by create_job (#891)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972)
  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#972)
  • mark the package as type-checked (#1058)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061)
  • remove out-of-date BigQuery ML protocol buffers (#1178)

Features

  • add api_method parameter to Client.query to select INSERT or QUERY API (#967) (76d88fb)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061) (76d88fb)
  • destination tables are no-longer removed by create_job (#891) (76d88fb)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972) (76d88fb)
  • mark the package as type-checked (#1058) (76d88fb)
  • use StandardSqlField class for Model.feature_columns and Model.label_columns (#1117) (76d88fb)

Bug Fixes

  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#972) (76d88fb)
  • improve type annotations for mypy validation (#1081) (76d88fb)
  • remove out-of-date BigQuery ML protocol buffers (#1178) (76d88fb)
  • use nullable Int64 and boolean dtypes in to_dataframe (#786) (76d88fb)

Documentation

  • Add migration guide from version 2.x to 3.x (#1027) (76d88fb)

Dependencies

  • BigQuery Storage and pyarrow are required dependencies (#776) (76d88fb)

2.34.3 (2022-03-29)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 1.26.1 to 3.0.1.
- [Release notes](https://github.com/googleapis/python-bigquery/releases)
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery@v1.26.1...v3.0.1)

---
updated-dependencies:
- dependency-name: google-cloud-bigquery
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 31, 2022

The following labels could not be found: python, dependencies, docs-approved.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 10, 2022

Superseded by #86.

@dependabot dependabot bot closed this May 10, 2022
@dependabot dependabot bot deleted the dependabot/pip/dot-circleci/google-cloud-bigquery-3.0.1 branch May 10, 2022 01:33
LiorQM pushed a commit that referenced this pull request May 21, 2025
* Created new PR for Silent Push (demisto#39325)

* Created new PR for Silent Push

* Prepared all the documents for App Submission

* Added Test Case For SilentPush (#40)

* Updated the Author Image and Integration image

* PR Comments Resolved Partial

PR demisto#39325 (demisto#39325) Comments Resolved

* PR Comments Resolved

* API key required value made to be 'true'

* Updated with fixed PR comments

Updated SilentPush.py file

* Pending comments resolved from the PR

Updated the 'SilentPush.py' file

* Fixed the .get error on str

* Added accidentally removed comment from Client class

* fixed the problematic indentation

* get-IPv4-reputation command fixed and improved

* Client class fixes

* Fixed get-asn-takedown-reputation command errors

* Removed unused parameter from the function arguments

* Corrected API call URL for Future Attach Indicators Command

Updated SilentPush.py

* Added missing comments to _init method

* Update SilentPush.py

* Update SilentPush.py

---------

Co-authored-by: ayusha-metron <ayush.asati@metronlabs.com>
Co-authored-by: vishalk-metron <vishal.khemnar@metronlabs.com>

* Ti cloud v2.7.1 (demisto#39784) (demisto#39811)

* Update version to 2.4.4

* Update readme

* Fix minor bugs in classification commands.

* Add the contributors file

* Add release notes

* Add progress

* !file command done

* !url command done

* !ip command done

* !domain command done

* Update the docker image

* Create release notes

* Update command examples

* Update the version

* Update the readme

* Update the user agent

* Edit release notes

* Add isArray: true

* Add the contributors file

* Update Packs/ReversingLabs_Titanium_Cloud/Integrations/ReversingLabsTitaniumCloudv2/ReversingLabsTitaniumCloudv2.yml



* Update Packs/ReversingLabs_Titanium_Cloud/Integrations/ReversingLabsTitaniumCloudv2/ReversingLabsTitaniumCloudv2.yml



* Update Packs/ReversingLabs_Titanium_Cloud/Integrations/ReversingLabsTitaniumCloudv2/ReversingLabsTitaniumCloudv2.py



* Update release notes

* Add config section order

* Update YAML return types

* Update the version in the user agent string

* Update test data

* Update tests

* Update tests

* Remove blank line

* Add ignored secrets

* Add ignored secrets

* Add release notes

* Update the version

* Update the human-readable response

* Update the test data

* Update Packs/ReversingLabs_Titanium_Cloud/ReleaseNotes/2_7_1.md



* Update Packs/ReversingLabs_Titanium_Cloud/Integrations/ReversingLabsTitaniumCloudv2/ReversingLabsTitaniumCloudv2.py



---------

Co-authored-by: Mislav Sever <46045160+MislavReversingLabs@users.noreply.github.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Abnormal Security - Filter bug Fixes (demisto#39791) (demisto#39810)

* Default polling lag to 2 minutes + Fix filtering params

* Update realease notes

* Fix unit tests

* Update readme and yml file with default polling lag details

* Update to latest docker image of demisto

---------

Co-authored-by: Sumit Badsara <sbadsara@abnormalsecurity.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* added a fix to the containment plan isolate device (demisto#39744)

* added a fix to the containment plan isolate device

* Apply suggestions from code review

replaced Alert with Incident

* Bump pack from version CommonPlaybooks to 2.7.1.

---------

Co-authored-by: Content Bot <bot@demisto.com>

* rest playbooks - fix - added continue on error to enrichment tasks (demisto#39814)

* change skipifunavailable to true

* added continue on error

* ReleaseNotes

* ReleaseNotes

* Bump pack from version CortexResponseAndRemediation to 1.1.42.

* RN updates

* RN updates2

---------

Co-authored-by: Content Bot <bot@demisto.com>

* skipped mail listener tpb as its being blocked by CRTX-171878 (demisto#39821)

* test (demisto#39823)

* Fix-containment-plan-isolate-device (demisto#39827)

* Fix an issue with the view key

* RN

* [Marketplace Contribution] Perplexity AI (demisto#39820)

* [Marketplace Contribution] Perplexity AI (demisto#39431)

* "pack contribution initial commit"

* Update Packs/PerplexityAI/Integrations/PerplexityAI/README.md

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/PerplexityAI/Integrations/PerplexityAI/README.md

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/PerplexityAI/Integrations/PerplexityAI/README.md

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI.py

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI.py

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update PerplexityAI.yml

Added output

* Update PerplexityAI.yml

Updated output

* Update Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update PerplexityAI.py

Correct RUFF errors

* Update README.md

Added readme content

* Update PerplexityAI.py

Ruff error on trailing whitespace

* Update pack_metadata.json

Added category

* Add files via upload

120x50

* Delete Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI_image.png

delete old image

* Rename Perplexity.png to PerplexityAI_image.png

Rename 120x50 version

* Update PerplexityAI_description.md

Added description

* Update Packs/PerplexityAI/Integrations/PerplexityAI/PerplexityAI.yml

Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* Update PerplexityAI_description.md

correction

* Update PerplexityAI_description.md

Deleted links since seem to cause error

* Update PerplexityAI_description.md

* Update PerplexityAI.yml

Change output type to Unknown

---------

Co-authored-by: David Uhrlaub <90627446+rurhrlaub@users.noreply.github.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>

* docker

* pre-commit fixes

---------

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: David Uhrlaub <90627446+rurhrlaub@users.noreply.github.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
Co-authored-by: meichler <meichler@paloaltonetworks.com>

* post demo fixes

* revert

* fix import

* pre commit fix

* ignroe

* ignroe

* fix UT

* ruf format

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* pre-commit fixes

* add no cover

* validate fixes

* add version

* update email

* ignore

---------

Co-authored-by: meghak-metron <92508862+meghak-metron@users.noreply.github.com>
Co-authored-by: ayusha-metron <ayush.asati@metronlabs.com>
Co-authored-by: vishalk-metron <vishal.khemnar@metronlabs.com>
Co-authored-by: Mislav Sever <46045160+MislavReversingLabs@users.noreply.github.com>
Co-authored-by: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com>
Co-authored-by: Sumit Badsara <sbadsara@abnormalsecurity.com>
Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>
Co-authored-by: Content Bot <bot@demisto.com>
Co-authored-by: OmriItzhak <115150792+OmriItzhak@users.noreply.github.com>
Co-authored-by: merit-maita <49760643+merit-maita@users.noreply.github.com>
Co-authored-by: Shmuel Kroizer <69422117+shmuel44@users.noreply.github.com>
Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: David Uhrlaub <90627446+rurhrlaub@users.noreply.github.com>
Co-authored-by: meichler <meichler@paloaltonetworks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants