Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #488

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 2, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
alembic (source, changelog) ==1.7.7 -> ==1.8.1 age adoption passing confidence
attrs (source, changelog) ==21.4.0 -> ==22.1.0 age adoption passing confidence
certifi ==2021.10.8 -> ==2022.6.15 age adoption passing confidence
charset-normalizer ==2.0.12 -> ==2.1.1 age adoption passing confidence
click (changelog) ==8.1.2 -> ==8.1.3 age adoption passing confidence
geoalchemy2 (source) ==0.11.1 -> ==0.12.5 age adoption passing confidence
google-api-core ==2.7.1 -> ==2.10.0 age adoption passing confidence
google-auth ==2.6.2 -> ==2.11.0 age adoption passing confidence
google-cloud-bigquery ==3.0.1 -> ==3.3.2 age adoption passing confidence
google-cloud-core ==2.2.3 -> ==2.3.2 age adoption passing confidence
google-cloud-testutils ==1.3.1 -> ==1.3.3 age adoption passing confidence
google-crc32c ==1.3.0 -> ==1.5.0 age adoption passing confidence
google-resumable-media ==2.3.2 -> ==2.3.3 age adoption passing confidence
googleapis-common-protos ==1.56.0 -> ==1.56.4 age adoption passing confidence
greenlet ==1.1.2 -> ==1.1.3 age adoption passing confidence
grpcio ==1.45.0 -> ==1.48.1 age adoption passing confidence
grpcio-status ==1.45.0 -> ==1.48.1 age adoption passing confidence
importlib-resources ==5.6.0 -> ==5.9.0 age adoption passing confidence
mako (source) ==1.2.0 -> ==1.2.2 age adoption passing confidence
proto-plus (source) ==1.20.3 -> ==1.22.1 age adoption passing confidence
protobuf ==3.20.0 -> ==4.21.5 age adoption passing confidence
pyparsing ==3.0.7 -> ==3.0.9 age adoption passing confidence
pytz ==2022.1 -> ==2022.2.1 age adoption passing confidence
requests (source, changelog) ==2.27.1 -> ==2.28.1 age adoption passing confidence
rsa (source) ==4.8 -> ==4.9 age adoption passing confidence
shapely ==1.8.1.post1 -> ==1.8.4 age adoption passing confidence
typing-extensions (changelog) ==4.1.1 -> ==4.3.0 age adoption passing confidence
urllib3 (source) ==1.26.9 -> ==1.26.12 age adoption passing confidence

Release Notes

python-attrs/attrs

v22.1.0

Compare Source

Backwards-incompatible Changes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Python 2.7 is not supported anymore.

    Dealing with Python 2.7 tooling has become too difficult for a volunteer-run project.

    We have supported Python 2 more than 2 years after it was officially discontinued and feel that we have paid our dues.
    All version up to 21.4.0 from December 2021 remain fully functional, of course.
    #&#8203;936 <https://github.com/python-attrs/attrs/issues/936>_

  • The deprecated cmp attribute of attrs.Attribute has been removed.
    This does not affect the cmp argument to attr.s that can be used as a shortcut to set eq and order at the same time.
    #&#8203;939 <https://github.com/python-attrs/attrs/issues/939>_

Changes
^^^^^^^

  • Instantiation of frozen slotted classes is now faster.
    #&#8203;898 <https://github.com/python-attrs/attrs/issues/898>_
  • If an eq key is defined, it is also used before hashing the attribute.
    #&#8203;909 <https://github.com/python-attrs/attrs/issues/909>_
  • Added attrs.validators.min_len().
    #&#8203;916 <https://github.com/python-attrs/attrs/issues/916>_
  • attrs.validators.deep_iterable()'s member_validator argument now also accepts a list of validators and wraps them in an attrs.validators.and_().
    #&#8203;925 <https://github.com/python-attrs/attrs/issues/925>_
  • Added missing type stub re-imports for attrs.converters and attrs.filters.
    #&#8203;931 <https://github.com/python-attrs/attrs/issues/931>_
  • Added missing stub for attr(s).cmp_using().
    #&#8203;949 <https://github.com/python-attrs/attrs/issues/949>_
  • attrs.validators._in()'s ValueError is not missing the attribute, expected options, and the value it got anymore.
    #&#8203;951 <https://github.com/python-attrs/attrs/issues/951>_
  • Python 3.11 is now officially supported.
    #&#8203;969 <https://github.com/python-attrs/attrs/issues/969>_

certifi/python-certifi

v2022.6.15

Compare Source

v2022.5.18.1

Compare Source

v2022.5.18

Compare Source

ousret/charset_normalizer

v2.1.1

Compare Source

Deprecated
  • Function normalize scheduled for removal in 3.0
Changed
  • Removed useless call to decode in fn is_unprintable (#​206)
Fixed

v2.1.0

Compare Source

Added
  • Output the Unicode table version when running the CLI with --version (PR #​194)
Changed
Fixed
  • Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #​175)
  • CLI default threshold aligned with the API threshold from @​oleksandr-kuzmenko (PR #​181)
Removed
  • Support for Python 3.5 (PR #​192)
Deprecated
  • Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (PR #​194)
geoalchemy/geoalchemy2

v0.12.5

Compare Source

v0.12.4

Compare Source

v0.12.3

Compare Source

v0.12.2

Compare Source

v0.12.1

Compare Source

v0.12.0

Compare Source

googleapis/python-api-core

v2.10.0

Compare Source

Features
  • Add 'strict' to flatten_query_params to lower-case bools (#​433) (83678e9)

v2.9.0

Compare Source

Features
  • Make grpc transcode logic work in terms of protobuf python objects (#​428) (c3ad8ea)
Bug Fixes

v2.8.2

Compare Source

Bug Fixes
Documentation

v2.8.1

Compare Source

Bug Fixes
  • deps: require googleapis-common-protos >= 1.56.2 (d84d66c)
  • deps: require protobuf>= 3.15.0, <4.0.0dev (#​385) (d84d66c)

v2.8.0

Compare Source

Features
  • adds support for audience in client_options (#​379) (c97c498)
  • adds support for audience in client_options. (c97c498)

v2.7.3

Compare Source

Bug Fixes
  • Avoid AttributeError if grpcio-status is not installed (#​370) (022add1)

v2.7.2

Compare Source

Bug Fixes
googleapis/google-auth-library-python

v2.11.0

Compare Source

Features
  • add integration tests for configurable token lifespan (#​1103) (124bae6)
Bug Fixes

v2.10.0

Compare Source

Features
Bug Fixes

v2.9.1

Compare Source

Bug Fixes

v2.9.0

Compare Source

Features

v2.8.0

Compare Source

Features

v2.7.0

Compare Source

Features
Bug Fixes
Reverts
Documentation

v2.6.6

Compare Source

Bug Fixes

v2.6.5

Compare Source

Bug Fixes

v2.6.4

Compare Source

Bug Fixes

v2.6.3

Compare Source

Bug Fixes
googleapis/python-bigquery

v3.3.2

Compare Source

Bug Fixes

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features
  • add destination_expiration_time property to copy job (#​1277) (728b07c)
Bug Fixes
Documentation
  • samples: add table snapshot sample (#​1274) (e760d1b)
  • samples: explicitly add bq to samples reqs, upgrade grpc to fix bug on m1 (#​1290) (9b7e3e4)

v3.2.0

Compare Source

Features
Bug Fixes
  • deps: proto-plus >= 1.15.0, <2.0.0dev (ba58d3a)
  • deps: require packaging >= 14.3, <22.0.0dev (ba58d3a)
  • deps: require protobuf>= 3.12.0, <4.0.0dev (#​1263) (ba58d3a)
Documentation

v3.1.0

Compare Source

Features
Bug Fixes
Documentation
googleapis/python-cloud-core

v2.3.2

Compare Source

Bug Fixes

v2.3.1

Compare Source

Documentation

v2.3.0

Compare Source

Features
  • allow extra_api_info to be passed to api request (#​183) (3f8e058)
googleapis/python-test-utils

v1.3.3

Compare Source

Bug Fixes

v1.3.2

Compare Source

Documentation
googleapis/python-crc32c

v1.5.0

Compare Source

Features
Bug Fixes
Documentation
googleapis/google-resumable-media-python

v2.3.3

Compare Source

Bug Fixes
googleapis/python-api-common-protos

v1.56.4

Compare Source

Bug Fixes

v1.56.3

Compare Source

Bug Fixes
Documentation

v1.56.2

Compare Source

Bug Fixes
  • deps: require grpcio >= 1.0.0, <2.0.0dev (4a402ce)
  • deps: require protobuf>= 3.15.0, <4.0.0dev (#​105) (4a402ce)

v1.56.1

Compare Source

Bug Fixes
  • deps: require protobuf >=1.15.0 (f04ed64)
  • include tests directory (#​103) (72e5df1)
  • regenerate pb2 files using the latest version of grpcio-tools (f04ed64)
python/importlib_resources

v5.9.0

Compare Source

======

  • #​228: as_file now also supports a Traversable
    representing a directory and (when needed) renders the
    full tree to a temporary directory.

v5.8.1

Compare Source

======

  • #​253: In MultiplexedPath, restore expectation that
    a compound path with a non-existent directory does not
    raise an exception.

v5.8.0

Compare Source

======

  • #​250: Now Traversable.joinpath provides a concrete
    implementation, replacing the implementation in .simple
    and converging with the behavior in MultiplexedPath.

v5.7.1

Compare Source

======

  • #​249: In simple.ResourceContainer.joinpath, honor
    names split by posixpath.sep.

v5.7.0

Compare Source

======

  • #​248: abc.Traversable.joinpath now allows for multiple
    arguments and specifies that posixpath.sep is allowed
    in any argument to accept multiple arguments, matching the
    behavior found in zipfile.Path and pathlib.Path.

    simple.ResourceContainer now honors this behavior.

<deta


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner September 2, 2022 15:52
@renovate-bot renovate-bot requested a review from a team September 2, 2022 15:52
@renovate-bot renovate-bot requested a review from a team as a code owner September 2, 2022 15:52
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 2, 2022
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Sep 2, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 2, 2022
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. label Sep 2, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 2, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 6, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 6, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 6, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 6, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 6, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 6, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 6, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 6, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 6, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 6, 2022
@parthea parthea merged commit 189af9b into googleapis:main Sep 6, 2022
@renovate-bot renovate-bot deleted the renovate/all branch September 6, 2022 19:14
atkincaid74 added a commit to KoffieLabs/python-bigquery-sqlalchemy that referenced this pull request Dec 19, 2022
Revert "docs: fix changelog header to consistent size (googleapis#461)"

This reverts commit 177e70a.

Revert "chore: test minimum dependencies in python 3.7 (googleapis#463)"

This reverts commit acc9274.

Revert "chore(main): release 1.4.4 (googleapis#462)"

This reverts commit 06c0270.

Revert "fix: require python 3.7+ (googleapis#468)"

This reverts commit 52ec808.

Revert "chore(python): fix prerelease session [autoapprove] (googleapis#476)"

This reverts commit e894dfa.

Revert "chore: add hashes to requirements.txt' (googleapis#483)"

This reverts commit cc13fe3.

Revert "chore(python): exclude `grpcio==1.49.0rc1` in tests (googleapis#484)"

This reverts commit 484d524.

Revert "ci(python): fix path to requirements.txt in release script (googleapis#485)"

This reverts commit 4f90d90.

Revert "chore(python): update .kokoro/requirements.txt (googleapis#486)"

This reverts commit 4b37fed.

Revert "chore(python): exclude setup.py in renovate config (googleapis#487)"

This reverts commit 9ffc736.

Revert "chore(deps): update all dependencies (googleapis#488)"

This reverts commit 189af9b.

Revert "chore: detect samples tests in nested directories (googleapis#492)"

This reverts commit f566371.

Revert "feat: Allow Users to Supply Their Own BigQuery Client (googleapis#474)"

This reverts commit 4f72d4e.

Revert "chore: update dependency protobuf >= 3.20.2 (googleapis#498)"

This reverts commit f188944.

Revert "fix: Sets cache support to false, removes upper req limit (googleapis#499)"

This reverts commit be63adc.

Revert "fix: updates test to account for UTC in failing test (googleapis#501)"

This reverts commit a050ccf.

Revert "fix(deps): allow pyarrow version 7+ (googleapis#479)"

This reverts commit 0f6be67.

Revert "fix: use packaging version parser instead of string splitting (googleapis#513)"

This reverts commit bb7f6a7.

Revert "chore(main): release 1.5.0 (googleapis#469)"

This reverts commit 1ffab57.

Revert "chore: addressed lint issue with __version__ (googleapis#534)"

This reverts commit 4e17259.

Revert "build(deps): bump certifi from 2022.9.24 to 2022.12.7 in /synthtool/gcp/templates/python_library/.kokoro (googleapis#535)"

This reverts commit 57794c3.
atkincaid74 added a commit to KoffieLabs/python-bigquery-sqlalchemy that referenced this pull request Mar 16, 2023
Revert "docs: fix changelog header to consistent size (googleapis#461)"

This reverts commit 177e70a.

Revert "chore: test minimum dependencies in python 3.7 (googleapis#463)"

This reverts commit acc9274.

Revert "chore(main): release 1.4.4 (googleapis#462)"

This reverts commit 06c0270.

Revert "fix: require python 3.7+ (googleapis#468)"

This reverts commit 52ec808.

Revert "chore(python): fix prerelease session [autoapprove] (googleapis#476)"

This reverts commit e894dfa.

Revert "chore: add hashes to requirements.txt' (googleapis#483)"

This reverts commit cc13fe3.

Revert "chore(python): exclude `grpcio==1.49.0rc1` in tests (googleapis#484)"

This reverts commit 484d524.

Revert "ci(python): fix path to requirements.txt in release script (googleapis#485)"

This reverts commit 4f90d90.

Revert "chore(python): update .kokoro/requirements.txt (googleapis#486)"

This reverts commit 4b37fed.

Revert "chore(python): exclude setup.py in renovate config (googleapis#487)"

This reverts commit 9ffc736.

Revert "chore(deps): update all dependencies (googleapis#488)"

This reverts commit 189af9b.

Revert "chore: detect samples tests in nested directories (googleapis#492)"

This reverts commit f566371.

Revert "feat: Allow Users to Supply Their Own BigQuery Client (googleapis#474)"

This reverts commit 4f72d4e.

Revert "chore: update dependency protobuf >= 3.20.2 (googleapis#498)"

This reverts commit f188944.

Revert "fix: Sets cache support to false, removes upper req limit (googleapis#499)"

This reverts commit be63adc.

Revert "fix: updates test to account for UTC in failing test (googleapis#501)"

This reverts commit a050ccf.

Revert "fix(deps): allow pyarrow version 7+ (googleapis#479)"

This reverts commit 0f6be67.

Revert "fix: use packaging version parser instead of string splitting (googleapis#513)"

This reverts commit bb7f6a7.

Revert "chore(main): release 1.5.0 (googleapis#469)"

This reverts commit 1ffab57.

Revert "chore: addressed lint issue with __version__ (googleapis#534)"

This reverts commit 4e17259.

Revert "build(deps): bump certifi from 2022.9.24 to 2022.12.7 in /synthtool/gcp/templates/python_library/.kokoro (googleapis#535)"

This reverts commit 57794c3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants