Yelp / beans

Bringing people together, one cup of coffee at a time
MIT License
93 stars 37 forks source link

Bump the all-dependencies group in /api with 9 updates #320

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the all-dependencies group in /api with 9 updates:

Package From To
platformdirs 4.0.0 4.1.0
tox 4.11.3 4.11.4
urllib3 2.0.7 2.1.0
virtualenv 20.24.7 20.25.0
boto3 1.29.7 1.33.6
botocore 1.32.7 1.33.6
importlib-metadata 6.8.0 7.0.0
s3transfer 0.8.0 0.8.2
sendgrid 6.10.0 6.11.0

Updates platformdirs from 4.0.0 to 4.1.0

Release notes

Sourced from platformdirs's releases.

4.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/platformdirs/platformdirs/compare/4.0.0...4.1.0

Changelog

Sourced from platformdirs's changelog.

platformdirs Changelog

Commits


Updates tox from 4.11.3 to 4.11.4

Release notes

Sourced from tox's releases.

4.11.4

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.11.3...4.11.4

Changelog

Sourced from tox's changelog.

v4.11.4 (2023-11-27)

Bugfixes - 4.11.4

- Fix terminal size of tox subcommands (fixes ipython, ipdb, prompt_toolkit, ...). (:issue:`2999`)
- Fix ``quickstart`` command from requiring ``root`` positional argument (:issue:`3084`)
- Added 'AppData' to the default passed environment variables on Windows. (:issue:`3151`)

Improved Documentation - 4.11.4

  • Fix default value for install_command - by :user:hashar. (:issue:3126)
  • Fix default value for base_python - by :user:rpatterson. (:issue:3156)
Commits


Updates urllib3 from 2.0.7 to 2.1.0

Release notes

Sourced from urllib3's releases.

2.1.0

Read the v2 migration guide for help upgrading to the latest version of urllib3.

Removals

  • Removed support for the deprecated urllib3[secure] extra. (#2680)
  • Removed support for the deprecated SecureTransport TLS implementation. (#2681)
  • Removed support for the end-of-life Python 3.7. (#3143)

Bugfixes

  • Allowed loading CA certificates from memory for proxies. (#3065)
  • Fixed decoding Gzip-encoded responses which specified x-gzip content-encoding. (#3174)
Changelog

Sourced from urllib3's changelog.

2.1.0 (2023-11-13)

Read the v2 migration guide <https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html>__ for help upgrading to the latest version of urllib3.

Removals

  • Removed support for the deprecated urllib3[secure] extra. ([#2680](https://github.com/urllib3/urllib3/issues/2680) <https://github.com/urllib3/urllib3/issues/2680>__)
  • Removed support for the deprecated SecureTransport TLS implementation. ([#2681](https://github.com/urllib3/urllib3/issues/2681) <https://github.com/urllib3/urllib3/issues/2681>__)
  • Removed support for the end-of-life Python 3.7. ([#3143](https://github.com/urllib3/urllib3/issues/3143) <https://github.com/urllib3/urllib3/issues/3143>__)

Bugfixes

  • Allowed loading CA certificates from memory for proxies. ([#3065](https://github.com/urllib3/urllib3/issues/3065) <https://github.com/urllib3/urllib3/issues/3065>__)
  • Fixed decoding Gzip-encoded responses which specified x-gzip content-encoding. ([#3174](https://github.com/urllib3/urllib3/issues/3174) <https://github.com/urllib3/urllib3/issues/3174>__)
Commits
  • 69be299 Release 2.1.0
  • 77f71d3 Mention myself in README
  • e601a0e Check _has_route within the test function (#3187)
  • f7cd7f3 Stop naming urllib3/requests tests "integration" (#3182)
  • 6fc4260 Use more precise type checks
  • 5fa8ea6 Fix lint on Python 3.12
  • 8727683 Remove Sphinx version pin
  • 5fc48e7 Treat x-gzip content encoding as gzip
  • ff764a0 Allow loading CA certificates from memory for proxies (#3150)
  • b99cc39 Replace deprecated set-output in GitHub Actions
  • Additional commits viewable in compare view


Updates virtualenv from 20.24.7 to 20.25.0

Release notes

Sourced from virtualenv's releases.

20.25.0

What's Changed

Full Changelog: https://github.com/pypa/virtualenv/compare/20.24.6...20.25.0

Changelog

Sourced from virtualenv's changelog.

v20.25.0 (2023-12-01)

Features - 20.25.0

- The tests now pass on the CI with Python 3.13.0a2 - by :user:`hroncok`. (:issue:`2673`)

Bugfixes - 20.25.0

  • Upgrade embedded wheels:

    • wheel to 0.41.3 from 0.41.2 (:issue:2665)
  • Upgrade embedded wheels:

    • wheel to 0.42.0 from 0.41.3
    • setuptools to 69.0.2 from 68.2.2 (:issue:2669)

v20.24.6 (2023-10-23)

Bugfixes - 20.24.6

- Use get_hookimpls method instead of the private attribute in tests. (:issue:`2649`)
- Upgrade embedded wheels:
  • setuptools to 68.2.2 from 68.2.0
  • pip to 23.3.1 from 23.2.1 (:issue:2656)

v20.24.5 (2023-09-08)

Bugfixes - 20.24.5

  • Declare PyPy 3.10 support - by :user:cclauss. (:issue:2638)

  • Brew on macOS no longer allows copy builds - disallow choosing this by :user:gaborbernat. (:issue:2640)

  • Upgrade embedded wheels:

    • setuptools to 68.2.0 from 68.1.2 (:issue:2642)

v20.24.4 (2023-08-30)

Bugfixes - 20.24.4

- Upgrade embedded wheels:
  • setuptools to 68.1.2 from 68.1.0 on 3.8+
  • wheel to 0.41.2 from 0.41.1 on 3.7+ (:issue:2628) </tr></table>

... (truncated)

Commits


Updates boto3 from 1.29.7 to 1.33.6

Changelog

Sourced from boto3's changelog.

1.33.6

  • api-change:qconnect: [botocore] This release adds the PutFeedback API and allows providing feedback against the specified assistant for the specified target.
  • api-change:rbin: [botocore] Added resource identifier in the output and updated error handling.
  • api-change:verifiedpermissions: [botocore] Adds description field to PolicyStore API's and namespaces field to GetSchema.

1.33.5

  • api-change:arc-zonal-shift: [botocore] This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone.
  • api-change:glue: [botocore] Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs.
  • api-change:sagemaker: [botocore] This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio

1.33.4

  • bugfix:s3transfer: Raise floor for s3transfer to 0.8.2 to avoid any conflicts with the awscrt
  • api-change:marketplace-agreement: [botocore] The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements.
  • api-change:marketplace-catalog: [botocore] This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response.
  • api-change:marketplace-deployment: [botocore] AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace.
  • api-change:redshift-serverless: [botocore] This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.33.3

  • api-change:application-autoscaling: [botocore] Amazon SageMaker customers can now use Application Auto Scaling to automatically scale the number of Inference Component copies across an endpoint to meet the varying demand of their workloads.
  • api-change:cleanrooms: [botocore] AWS Clean Rooms now provides differential privacy to protect against user-identification attempts and machine learning modeling to allow two parties to identify similar users in their data.
  • api-change:cleanroomsml: [botocore] Public Preview SDK release of AWS Clean Rooms ML APIs
  • api-change:opensearch: [botocore] Launching Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3. Customers can now manage their direct query data sources to Amazon S3 programatically
  • api-change:opensearchserverless: [botocore] Amazon OpenSearch Serverless collections support an additional attribute called standby-replicas. This allows to specify whether a collection should have redundancy enabled.
  • api-change:sagemaker-runtime: [botocore] Update sagemaker-runtime client to latest version
  • api-change:sagemaker: [botocore] This release adds following support 1/ Improved SDK tooling for model deployment. 2/ New Inference Component based features to lower inference costs and latency 3/ SageMaker HyperPod management. 4/ Additional parameters for FM Fine Tuning in Autopilot
  • api-change:sts: [botocore] Documentation updates for AWS Security Token Service.
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.33.2

  • api-change:accessanalyzer: [botocore] This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators.
  • api-change:bedrock-agent-runtime: [botocore] This release introduces Agents for Amazon Bedrock Runtime
  • api-change:bedrock-agent: [botocore] This release introduces Agents for Amazon Bedrock
  • api-change:bedrock-runtime: [botocore] This release adds support for minor versions/aliases for invoke model identifier.
  • api-change:bedrock: [botocore] This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.
  • api-change:connect: [botocore] Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules.

... (truncated)

Commits
  • e35ec51 Merge branch 'release-1.33.6'
  • 51ff38c Bumping version to 1.33.6
  • ec6bae1 Add changelog entries from botocore
  • 920bda3 Merge branch 'release-1.33.5'
  • 00ecc9b Merge branch 'release-1.33.5' into develop
  • 82b803f Bumping version to 1.33.5
  • 19ff043 Add changelog entries from botocore
  • b393ee1 Merge branch 'release-1.33.4'
  • d2d086a Merge branch 'release-1.33.4' into develop
  • fde9bf2 Bumping version to 1.33.4
  • Additional commits viewable in compare view


Updates botocore from 1.32.7 to 1.33.6

Changelog

Sourced from botocore's changelog.

1.33.6

  • api-change:qconnect: This release adds the PutFeedback API and allows providing feedback against the specified assistant for the specified target.
  • api-change:rbin: Added resource identifier in the output and updated error handling.
  • api-change:verifiedpermissions: Adds description field to PolicyStore API's and namespaces field to GetSchema.

1.33.5

  • api-change:arc-zonal-shift: This release adds a new capability, zonal autoshift. You can configure zonal autoshift so that AWS shifts traffic for a resource away from an Availability Zone, on your behalf, when AWS determines that there is an issue that could potentially affect customers in the Availability Zone.
  • api-change:glue: Adds observation and analyzer support to the GetDataQualityResult and BatchGetDataQualityResult APIs.
  • api-change:sagemaker: This release adds support for 1/ Code Editor, based on Code-OSS, Visual Studio Code Open Source, a new fully managed IDE option in SageMaker Studio 2/ JupyterLab, a new fully managed JupyterLab IDE experience in SageMaker Studio

1.33.4

  • api-change:marketplace-agreement: The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements.
  • api-change:marketplace-catalog: This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response.
  • api-change:marketplace-deployment: AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace.
  • api-change:redshift-serverless: This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point.
  • api-change:endpoint-rules: Update endpoint-rules client to latest version

1.33.3

  • api-change:application-autoscaling: Amazon SageMaker customers can now use Application Auto Scaling to automatically scale the number of Inference Component copies across an endpoint to meet the varying demand of their workloads.
  • api-change:cleanrooms: AWS Clean Rooms now provides differential privacy to protect against user-identification attempts and machine learning modeling to allow two parties to identify similar users in their data.
  • api-change:cleanroomsml: Public Preview SDK release of AWS Clean Rooms ML APIs
  • api-change:opensearch: Launching Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3. Customers can now manage their direct query data sources to Amazon S3 programatically
  • api-change:opensearchserverless: Amazon OpenSearch Serverless collections support an additional attribute called standby-replicas. This allows to specify whether a collection should have redundancy enabled.
  • api-change:sagemaker-runtime: Update sagemaker-runtime client to latest version
  • api-change:sagemaker: This release adds following support 1/ Improved SDK tooling for model deployment. 2/ New Inference Component based features to lower inference costs and latency 3/ SageMaker HyperPod management. 4/ Additional parameters for FM Fine Tuning in Autopilot
  • api-change:sts: Documentation updates for AWS Security Token Service.
  • api-change:endpoint-rules: Update endpoint-rules client to latest version

1.33.2

  • api-change:accessanalyzer: This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators.
  • api-change:bedrock: This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.
  • api-change:bedrock-agent: This release introduces Agents for Amazon Bedrock
  • api-change:bedrock-agent-runtime: This release introduces Agents for Amazon Bedrock Runtime
  • api-change:bedrock-runtime: This release adds support for minor versions/aliases for invoke model identifier.
  • api-change:connect: Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules.
  • api-change:customer-profiles: This release introduces DetectProfileObjectType API to auto generate object type mapping.

... (truncated)

Commits
  • c19399f Merge branch 'release-1.33.6'
  • 1708f9c Bumping version to 1.33.6
  • a96b537 Update to latest models
  • 0c316e8 Merge branch 'release-1.33.5'
  • a1bc821 Merge branch 'release-1.33.5' into develop
  • 57dfb6b Bumping version to 1.33.5
  • a5b2e5f Update to latest models
  • 2dfc485 Merge branch 'release-1.33.4'
  • 2c97875 Merge branch 'release-1.33.4' into develop
  • fa0df4d Bumping version to 1.33.4
  • Additional commits viewable in compare view


Updates importlib-metadata from 6.8.0 to 7.0.0

Changelog

Sourced from importlib-metadata's changelog.

v7.0.0

Deprecations and Removals

  • Removed EntryPoint access by numeric index (tuple behavior).

v6.11.0

Features

  • Added Distribution.origin supplying the direct_url.json in a SimpleNamespace. (#404)

v6.10.0

Features

  • Added diagnose script. (#461)

v6.9.0

Features

  • Added EntryPoints.repr (#473)
Commits
  • fb492e1 Finalize
  • 37113c2 Removed EntryPoint access by numeric index (tuple behavior).
  • 84418f8 Finalize
  • 537349c Merge pull request #465 from python/feature/origin
  • 51b3be4 Merge branch 'main' into feature/origin
  • e886c99 Use a SiteBuilder class to build files in the site, traversing the class hier...
  • f480907 Add test capturing expectation. Ref #404
  • 8439918 Add changelog
  • 7238302 Restore pypy tests now that 3.10 is the standard. Bypasses issue in #463.
  • 02bbfb0 Finalize
  • Additional commits viewable in compare view


Updates s3transfer from 0.8.0 to 0.8.2

Changelog

Sourced from s3transfer's changelog.

0.8.2

  • bugfix:Subscribers: Added caching for Subscribers to improve throughput by up to 24% in high volume transfer

0.8.1

  • enhancement:s3: Added support for defaulting checksums to CRC32 for s3express.
Commits
  • 8a32c1f Merge branch 'release-0.8.2'
  • a2a5157 Bumping version to 0.8.2
  • edbc334 Scope awscrt.s3 imports to functions (#293)
  • bfd26f0 Add changelog for subscribers cache (#292)
  • 67a91d5 Use lru_cache on costly validation function. (#291)
  • 3b50c31 Merge branch 'release-0.8.1'
  • d65d17c Merge branch 'release-0.8.1' into develop
  • 823dc6b Bumping version to 0.8.1
  • 6c8f328 Merge commit 'bafbadebb04ceb50f084a9e1cafbd3c6109512bd' into stage-release-de...
  • 0682f77 Update minimum required botocore version to 1.33.2 (#289)
  • Additional commits viewable in compare view


Updates sendgrid from 6.10.0 to 6.11.0

Release notes

Sourced from sendgrid's releases.

6.11.0

Release Notes

Library - Feature

Library - Test

pypi

Changelog

Sourced from sendgrid's changelog.

[2023-12-01] Version 6.11.0

Library - Feature

Library - Test

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions