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

build(deps): bump the prod-deps group with 11 updates #1549

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the prod-deps group with 11 updates:

Package From To
requests-oauthlib 1.3.1 1.4.0
awswrangler 3.5.2 3.7.1
clickhouse-driver 0.2.6 0.2.7
dataiku-api-client 12.5.0 12.5.2
elasticsearch 7.17.6 8.12.1
google-api-python-client 2.118.0 2.121.0
googleads 34.0.0 41.0.0
google-cloud-bigquery 3.17.2 3.18.0
pymongo 4.6.1 4.6.2
redshift-connector 2.0.918 2.1.0
snowflake-connector-python 3.7.0 3.7.1

Updates requests-oauthlib from 1.3.1 to 1.4.0

Changelog

Sourced from requests-oauthlib's changelog.

v1.4.0 (27 Feb 2024) ++++++++++++++++++++++++

Full set of changes are in github.

Additions & changes:

  • OAuth2Session now correctly uses the self.verify value if verify is not overridden in fetch_token and refresh_token. Fixes [#404](https://github.com/requests/requests-oauthlib/issues/404) <https://github.com/requests/requests-oauthlib/issues/404>_.
  • OAuth2Session constructor now uses its client.scope when a client is provided and scope is not overridden. Fixes [#408](https://github.com/requests/requests-oauthlib/issues/408) <https://github.com/requests/requests-oauthlib/issues/408>_
  • Add refresh_token_request and access_token_request compliance hooks
  • Add PKCE support and Auth0 example
  • Add support for Python 3.8-3.12
  • Remove support of Python 2.x, <3.7
  • Migrated to Github Action
  • Updated dependencies
  • Cleanup some docs and examples
Commits
  • eee74a2 Merge pull request #529 from dosisod/drop-python2-support
  • ed578f1 Merge pull request #530 from requests/autotest
  • 6cdf982 Automated tests for examples in docs
  • 416d738 Remove old __future__ imports
  • 0e4400d Remove old import compatibility checks:
  • ff44fbe Remove unicode references
  • 7fb40e5 Remove to_unicode() calls since all strings are Unicode
  • f045f46 1.4.0 preparation
  • 39fe529 Merge pull request #497 from requests/pkce
  • 596beb5 Added include_client_id into Auth0 example i/o changing default behavior
  • Additional commits viewable in compare view

Updates awswrangler from 3.5.2 to 3.7.1

Release notes

Sourced from awswrangler's releases.

AWS SDK for pandas 3.7.1

Bug fixes 🐛

Documentation 📚

Full Changelog: aws/aws-sdk-pandas@3.7.0...3.7.1

AWS SDK for pandas 3.7.0

Breaking changes 💥

Lake Formation Governed tables are being phased out and we are dropping support (#2692).

Features/Enhancements 🚀

Bug fixes 🐛

New Contributors

Full Changelog: aws/aws-sdk-pandas@3.6.0...3.7.0

AWS SDK for pandas 3.6.0

Features/Enhancements 🚀

Bug fixes 🐛

New Contributors

Full Changelog: aws/aws-sdk-pandas@3.5.2...3.6.0

Commits
  • da4ba40 docs: update layers.rst
  • 3c73628 fix: Pin Cython version to workaround issue when building PyArrow from source...
  • 0d0e78d fix: reverse introduced breaking change in _create_table (#2711)
  • 41a8db2 test: Fix testing infrastructure for Neptune (#2713)
  • 495c1ec chore: Bump version to 3.7.1 (#2712)
  • 4e6dd49 fix: pin pyarrow to 8+ (#2709)
  • 67cfd73 docs: fix redshift.to_sql doc indentation error (#2706)
  • 5f36e61 docs: update layers.rst
  • d291252 chore: Prepare 3.7.0 release (#2703)
  • 77f2dc2 fix: indent categories correctly in pyarrow_additional_kwargs (#2701)
  • Additional commits viewable in compare view

Updates clickhouse-driver from 0.2.6 to 0.2.7

Changelog

Sourced from clickhouse-driver's changelog.

[0.2.7] - 2024-02-20

Added

  • Wheels for Python 3.12.
  • Toggle hostname verification with verify option. Solves issue #378. Pull request #379 by adamleko.

Fixed

  • Date32 start interval changed to 1900-01-01. Solves issue #409.
  • Memory leak when clickhouse raise exception on BufferedSocketWriter.write_into_stream. Solves issue #406. Pull request #407 by pulina.
  • input_format_null_as_default option for UUID produce 00000000-0000-0000-0000-000000000000 if set to true. Solves issue #401.
  • [Tests] Remove MemoryTracker asserting on INSERT statements. Solves issue #403.
  • Store "progress" and "profile" stats on INSERT statements. Solves issue #391. Pull request #392 by insomnes.
  • Add send_logs_level=test log level support. Solves issue #383. Pull request #395 by the-horhe.
  • self in int128_from_quads, int128_to_quads, int256_from_quads, int256_to_quads. Solves issue #400.

Changed

  • Server-side parameters substitution is turned off by default. You can't mix client-side and server-side formatting in one query. Solves issue #376 and #410.
  • Protocol version bumped to 54462.
Commits
  • a317102 Version 0.2.7 release
  • c183ae1 Test against latest 24.1.5.6
  • 24e8b35 Turn off server-side parameters substitution by default #376 #410
  • 092bb9b Fix Date32 start interval #409
  • 5f8794e Update client revision to 54462
  • f662439 Update client revision to 54461
  • 57dd342 Store progress and profile events on INSERTs
  • 7d74da2 Update client revision to 54460
  • 194bf06 Merge pull request #407 from pulina/Fixed_memory_leek_when_clickhouse_raise_e...
  • 5d1b6e6 Fixed memory leek when clickhouse raise error on data send.
  • Additional commits viewable in compare view

Updates dataiku-api-client from 12.5.0 to 12.5.2

Changelog

Sourced from dataiku-api-client's changelog.

12.5.2 (2024-02-26)

  • Initial release for DSS 12.5.2
Commits

Updates elasticsearch from 7.17.6 to 8.12.1

Release notes

Sourced from elasticsearch's releases.

8.12.1

  • Fixed but deprecated parameter aliases in body parameter (#2427)
  • Added mappings and bulk to quickstart page (#2417)

8.12.0

  • Dropped support for Python 3.6
  • Allowed unrestricted body parameter again (see #2383 for details)
  • Added the Inference APIs
  • Added the ES|QL API
  • Added active_only parameter to security.get_api_key API
  • Added expiration parameter to security.update_api_key API

8.11.1

  • Added missing role_templates to security.put_role_mapping API
  • Added interactive examples page to documentation
  • Changed API reference to have one page per sub-client

8.11.0

  • Added support for Python 3.12
  • Added missing scores parameter to create trained model vocabulary API
  • Added missing delete_dest_index parameter to delete transform API

8.10.1

  • Removed deprecation warnings when using body parameter (#2302)
  • Fixed some type hints to use covariant Sequence instead of invariant List (#2324, #2325)

8.10.0

8.9.0

  • Added the cluster.info API
  • Updated the inference_config argument in ml.put_trained_model API to reflect an improvement in the specification

8.8.2

Client is compatible with Elasticsearch 8.8.2

8.8.1

  • Added the rank parameter in search() endpoint 2d5434f

8.8.0

  • Added include_defaults parameter to the cluster.get_component_template, indices.get_data_stream, and indices.get_index_template API
  • Added the indices.delete_data_lifecycle, indices.explain_data_lifecycle, indices.get_data_lifecycle, and indices.put_data_lifecycle APIs
  • Added the experimental search_application.delete, search_application.delete_behavioral_analytics, search_application.get, search_application.get_behavioral_analytics, search_application.list, search_application.put, search_application.put_behavioral_analytics, and search_application.search APIs.

8.7.0

  • Added the health_report API
  • Added the transform.schedule_now_transform API
  • Added the from_ request parameter to the transform.start_transform API

... (truncated)

Commits

Updates google-api-python-client from 2.118.0 to 2.121.0

Release notes

Sourced from google-api-python-client's releases.

v2.121.0

2.121.0 (2024-03-05)

Features

Bug Fixes

v2.120.0

2.120.0 (2024-02-27)

Features

... (truncated)

Changelog

Sourced from google-api-python-client's changelog.

2.121.0 (2024-03-05)

Features

Bug Fixes

2.120.0 (2024-02-27)

Features

... (truncated)

Commits

Updates googleads from 34.0.0 to 41.0.0

Release notes

Sourced from googleads's releases.

googles Python Client Library 41.0.0

googleads Python Client Library v41.0.0 -- 02/06/2024

  • Added support for v202402.
  • Removed support for v202302.
  • Removed examples for v202305.
Download Description
ad_manager_python3_examples Ad Manager Examples for Python 3

googles Python Client Library 40.0.0

googleads Python Client Library v40.0.0 -- 11/03/2023

  • Added support for v202311.
  • Removed support for v202211.
  • Removed examples for v202302.
Download Description
ad_manager_python3_examples Ad Manager Examples for Python 3

googles Python Client Library 39.0.0

googleads Python Client Library v39.0.0 -- 08/14/2023

  • Added support for v202308.
  • Removed support for v202208.
  • Removed examples for v202211.
  • Updated setup.py to support the latest 1.x.x google-auth-oauthlib version.
Download Description
ad_manager_python3_examples Ad Manager Examples for Python 3

googles Python Client Library 38.0.0

googleads Python Client Library v38.0.0 -- 05/10/2023

  • Added support for v202305.
  • Removed support for v202205.
  • Removed examples for v202208.
Download Description
ad_manager_python3_examples Ad Manager Examples for Python 3

googles Python Client Library 37.0.0

googleads Python Client Library v37.0.0 -- 02/16/2023

  • Added support for v202302.
  • Removed support for v202202.
  • Removed examples for v202205.
Download Description
ad_manager_python3_examples Ad Manager Examples for Python 3

... (truncated)

Changelog

Sourced from googleads's changelog.

41.0.0 -- 02/06/2024

  • Added support for v202402.
  • Removed support for v202302.
  • Removed examples for v202305.

40.0.0 -- 11/03/2023

  • Added support for v202311.
  • Removed support for v202211.
  • Removed examples for v202302.

39.0.0 -- 08/14/2023

  • Added support for v202308.
  • Removed support for v202208.
  • Removed examples for v202211.
  • Updated setup.py to support the latest 1.x.x google-auth-oauthlib version.

38.0.0 -- 05/10/2023

  • Added support for v202305.
  • Removed support for v202205.
  • Removed examples for v202208.

37.0.0 -- 02/16/2023

  • Added support for v202302.
  • Removed support for v202202.
  • Removed examples for v202205.

36.0.0 -- 12/08/2022

  • Removed support for AdWords API.

35.0.0 -- 10/28/2022

  • Added support for Ad Manager v202211.
  • Removed support for Ad Manager v202111.
  • Updated setup.py to support the latest 2.x google-auth version.
  • Removed examples for Ad Manager v202202.
Commits

Updates google-cloud-bigquery from 3.17.2 to 3.18.0

Release notes

Sourced from google-cloud-bigquery's releases.

v3.18.0

3.18.0 (2024-02-29)

Features

  • Support nullable boolean and Int64 dtypes in insert_rows_from_dataframe (#1816) (ab0cf4c)
  • Support slot_ms in QueryPlanEntry (#1831) (d62cabb)

Bug Fixes

  • Keyword rendering and docstring improvements (#1829) (4dfb920)

Documentation

  • samples: Updates to urllib3 constraint for Python 3.7 (#1834) (b099c32)
  • Update client_query_w_named_params.py to use query_and_wait API (#1782) (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 11, 2024
Bumps the prod-deps group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [requests-oauthlib](https://github.com/requests/requests-oauthlib) | `1.3.1` | `1.4.0` |
| [awswrangler](https://github.com/aws/aws-sdk-pandas) | `3.5.2` | `3.7.1` |
| [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) | `0.2.6` | `0.2.7` |
| [dataiku-api-client](https://github.com/dataiku/dataiku-api-client-python) | `12.5.0` | `12.5.2` |
| [elasticsearch](https://github.com/elastic/elasticsearch-py) | `7.17.6` | `8.12.1` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.118.0` | `2.121.0` |
| [googleads](https://github.com/googleads/googleads-python-lib) | `34.0.0` | `41.0.0` |
| [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `3.17.2` | `3.18.0` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.6.1` | `4.6.2` |
| [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) | `2.0.918` | `2.1.0` |
| [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) | `3.7.0` | `3.7.1` |


Updates `requests-oauthlib` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/requests/requests-oauthlib/releases)
- [Changelog](https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst)
- [Commits](requests/requests-oauthlib@v1.3.1...v1.4.0)

Updates `awswrangler` from 3.5.2 to 3.7.1
- [Release notes](https://github.com/aws/aws-sdk-pandas/releases)
- [Commits](aws/aws-sdk-pandas@3.5.2...3.7.1)

Updates `clickhouse-driver` from 0.2.6 to 0.2.7
- [Changelog](https://github.com/mymarilyn/clickhouse-driver/blob/master/CHANGELOG.md)
- [Commits](mymarilyn/clickhouse-driver@0.2.6...0.2.7)

Updates `dataiku-api-client` from 12.5.0 to 12.5.2
- [Changelog](https://github.com/dataiku/dataiku-api-client-python/blob/12.5.2/HISTORY.txt)
- [Commits](dataiku/dataiku-api-client-python@12.5.0...12.5.2)

Updates `elasticsearch` from 7.17.6 to 8.12.1
- [Release notes](https://github.com/elastic/elasticsearch-py/releases)
- [Commits](elastic/elasticsearch-py@v7.17.6...v8.12.1)

Updates `google-api-python-client` from 2.118.0 to 2.121.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Changelog](https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-api-python-client@v2.118.0...v2.121.0)

Updates `googleads` from 34.0.0 to 41.0.0
- [Release notes](https://github.com/googleads/googleads-python-lib/releases)
- [Changelog](https://github.com/googleads/googleads-python-lib/blob/main/ChangeLog)
- [Commits](googleads/googleads-python-lib@34.0.0...41.0.0)

Updates `google-cloud-bigquery` from 3.17.2 to 3.18.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.17.2...v3.18.0)

Updates `pymongo` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.6.1...4.6.2)

Updates `redshift-connector` from 2.0.918 to 2.1.0
- [Release notes](https://github.com/aws/amazon-redshift-python-driver/releases)
- [Changelog](https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md)
- [Commits](aws/amazon-redshift-python-driver@v2.0.918...v2.1.0)

Updates `snowflake-connector-python` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases)
- [Commits](snowflakedb/snowflake-connector-python@v3.7.0...v3.7.1)

---
updated-dependencies:
- dependency-name: requests-oauthlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: awswrangler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: clickhouse-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: dataiku-api-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: googleads
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: google-cloud-bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: redshift-connector
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: snowflake-connector-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/prod-deps-8344b0595c branch from 16b149e to 3148263 Compare March 11, 2024 13:24
@lukapeschke
Copy link
Contributor

will be fixed by #1553

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2024

Superseded by #1554.

@dependabot dependabot bot closed this Mar 12, 2024
@dependabot dependabot bot deleted the dependabot/pip/prod-deps-8344b0595c branch March 12, 2024 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant