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

Bump the production-dependencies group across 1 directory with 9 updates #1571

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps the production-dependencies group with 9 updates in the / directory:

Package From To
google-cloud-datastore 2.20.1 2.20.2
grpcio 1.68.0 1.69.0
ua-parser 0.18.0 1.0.0
boto3 1.35.68 1.35.96
marshmallow 3.23.1 3.25.0
google-cloud-storage 2.18.2 2.19.0
redis 5.2.0 5.2.1
google-cloud-pubsub 2.27.1 2.27.2
google-cloud-tasks 2.17.1 2.18.0

Updates google-cloud-datastore from 2.20.1 to 2.20.2

Release notes

Sourced from google-cloud-datastore's releases.

v2.20.2

2.20.2 (2024-12-12)

Bug Fixes

Changelog

Sourced from google-cloud-datastore's changelog.

2.20.2 (2024-12-12)

Bug Fixes

Commits

Updates grpcio from 1.68.0 to 1.69.0

Release notes

Sourced from grpcio's releases.

Release v1.69.0

This is release 1.69.0 (gridiron) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [Alarm] Fix Alarm reuse on cancellation. (#38114)
  • [xDS RBAC] Support string_match in HeaderMatcher. (#38185)
  • [pick_first] fix shutdown bug in new PF impl. (#38144)
  • [c-ares] Fix inverted length check in GrpcPolledFdWindows. (#38101)
  • [RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch payload. (#38069)
  • [EventEngine] Add stronger wording on Endpoint::Read contract. (#38036)
  • [chttp2] Fix channelz address. (#38022)
  • [XdsClient] Add missing authority to XdsClient metrics scope. (#38009)
  • [EventEngine] API contract: Endpoint::Read will provide either an error or data, but never both. (#38019)
  • [Build] Dropped Bazel 6.x support. (#37979)

Python

  • [Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python. (#37997)

Release v1.69.0-pre1

This is a prerelease of gRPC Core 1.69.0 (gridiron).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This prerelease contains refinements, improvements, and bug fixes.

Release v1.68.2

This is release gRPC Core 1.68.2 (groovy).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

C++

  • [CI] Added a gRPC_BUILD_TESTS guard to third_party protos (grpc/grpc#38182)

Release v1.68.1

This is release 1.68.1 (groovy) of gRPC Core.

... (truncated)

Commits

Updates ua-parser from 0.18.0 to 1.0.0

Release notes

Sourced from ua-parser's releases.

1.0 release

No release notes provided.

1.0.0-alpha.2

previous release had a bunch of broken urls (doc and pypi), this should hopefully fix them

Commits
  • 9594776 Update version to 1.0
  • b9adc08 Fix a bunch of URLs
  • 7e040fd Add doc badges, link action badge
  • 4fc1d04 Fix typos in the cache doc
  • 1787549 Fix typo in directive (forgot space) which prevented the regex resolver from ...
  • 26ed6f8 Add configuration file for RTFD
  • c727d9b Add release workflow for ua-parser
  • f2434ba doc update, fixups
  • 3d5afdb Add release workflow
  • 34c307b Split precompiled data into a sub-project (and wheel)
  • Additional commits viewable in compare view

Updates boto3 from 1.35.68 to 1.35.96

Commits
  • 72c953c Merge branch 'release-1.35.96'
  • 15f3198 Bumping version to 1.35.96
  • 84ce3c0 Add changelog entries from botocore
  • 72e84a2 Merge branch 'release-1.35.95'
  • 0855227 Merge branch 'release-1.35.95' into develop
  • b9361b6 Bumping version to 1.35.95
  • d535b80 Add changelog entries from botocore
  • 478904d Merge branch 'release-1.35.94'
  • 155f63d Merge branch 'release-1.35.94' into develop
  • 3886abb Bumping version to 1.35.94
  • Additional commits viewable in compare view

Updates marshmallow from 3.23.1 to 3.25.0

Changelog

Sourced from marshmallow's changelog.

3.25.0 (2025-01-09)


Features:

  • Typing: Improve type annotations for SchemaMeta.get_declared_fields (:pr:2742).

Bug fixes:

  • Typing: Relax type annotation for Schema.opts to allow subclasses to define their own options classes (:pr:2744).

Other changes:

  • Restore marshmallow.base.SchemaABC for backwards-compatibility (:issue:2743). Note that this class is deprecated and will be removed in marshmallow 4. Use marshmallow.schema.Schema as a base class for type-checking instead.

3.24.2 (2025-01-08)


Changes:

  • Don't override __new__ to avoid breaking usages of inspect.signature with Field <marshmallow.fields.Field> classes. This allows marshmallow-sqlalchemy users to upgrade marshmallow without upgrading to marshmallow-sqlalchemy>=1.1.1.

Documentation:

  • Add top-level API back to docs (:issue:2739). Thanks :user:llucax for reporting.

3.24.1 (2025-01-06)


Bug fixes:

  • Typing: Fix typing for class_registry.get_class <marshmallow.class_registry.get_class> (:pr:2735).

3.24.0 (2025-01-06)


Features:

  • Typing: Improve typings in marshmallow.fields (:pr:2723).
  • Typing: Replace type comments with inline typings (:pr:2718).

Bug fixes:

... (truncated)

Commits

Updates google-cloud-storage from 2.18.2 to 2.19.0

Release notes

Sourced from google-cloud-storage's releases.

v2.19.0

2.19.0 (2024-11-21)

Features

  • Add integration test for universe domain (#1346) (02a972d)
  • Add restore_bucket and handling for soft-deleted buckets (#1365) (ab94efd)
  • Add support for restore token (#1369) (06ed15b)
  • IAM signBlob retry and universe domain support (#1380) (abc8061)

Bug Fixes

  • Allow signed post policy v4 with service account and token (#1356) (8ec02c0)
  • Do not spam the log with checksum related INFO messages when downloading using transfer_manager (#1357) (42392ef)
Changelog

Sourced from google-cloud-storage's changelog.

2.19.0 (2024-11-21)

Features

  • Add integration test for universe domain (#1346) (02a972d)
  • Add restore_bucket and handling for soft-deleted buckets (#1365) (ab94efd)
  • Add support for restore token (#1369) (06ed15b)
  • IAM signBlob retry and universe domain support (#1380) (abc8061)

Bug Fixes

  • Allow signed post policy v4 with service account and token (#1356) (8ec02c0)
  • Do not spam the log with checksum related INFO messages when downloading using transfer_manager (#1357) (42392ef)
Commits
  • 309bad1 chore(main): release 2.19.0 (#1348)
  • a925427 tests: skip universe domain test in preprod (#1386)
  • abc8061 feat: IAM signBlob retry and universe domain support (#1380)
  • 0cfddf4 chore: remove debugger comment (#1381)
  • 63cff04 chore: add Cloud Trace adoption attributes (#1374)
  • 012eab4 chore(revert): Revert "feat: add support for restore token (#1369)" (#1373)
  • 06ed15b feat: add support for restore token (#1369)
  • ab94efd Feat: Add restore_bucket and handling for soft-deleted buckets (#1365)
  • 42392ef fix: do not spam the log with checksum related INFO messages when downloading...
  • 8ec02c0 fix: allow signed post policy v4 with service account and token (#1356)
  • Additional commits viewable in compare view

Updates redis from 5.2.0 to 5.2.1

Release notes

Sourced from redis's releases.

5.2.1

Changes

🐛 Bug Fixes

  • Fixed unsecured tempfile.mktemp() command usage (#3446)
  • Fixed bug with SLOWLOG GET response parsing on Redis Software (#3441)
  • Fixed issue with invoking _close() on closed event loop (#3438)

🧰 Maintenance

  • Migrate test infrastructure to new custom docker images (#3415)
  • Fixed flacky test with HEXPIREAT command (#3437)

Contributors

We'd like to thank all the contributors who worked on this release!

@​IlianIliev @​uglide @​vladvildanov @​teodorfn @​akx

Commits

Updates google-cloud-pubsub from 2.27.1 to 2.27.2

Release notes

Sourced from google-cloud-pubsub's releases.

v2.27.2

2.27.2 (2025-01-06)

Bug Fixes

  • Handle TransportError Exceptions thrown from gapic_publish (#1318) (0e058c7)
Changelog

Sourced from google-cloud-pubsub's changelog.

2.27.2 (2025-01-06)

Bug Fixes

  • Handle TransportError Exceptions thrown from gapic_publish (#1318) (0e058c7)
Commits
  • f648f65 chore(main): release 2.27.2 (#1319)
  • 0e058c7 fix: Handle TransportError Exceptions thrown from gapic_publish (#1318)
  • f79d35a tests: Resolve connections deprecation warning (#1310)
  • d4cfc2d chore(python): Update the python version in docs presubmit to use 3.10 (#1315)
  • 50504ae fix: Reduce the code coverage percentage to 99 (#1278)
  • 4875408 chore(python): update dependencies in .kokoro/docker/docs (#1305)
  • See full diff in compare view

Updates google-cloud-tasks from 2.17.1 to 2.18.0

Release notes

Sourced from google-cloud-tasks's releases.

google-cloud-tasks: v2.18.0

2.18.0 (2024-12-12)

Features

  • Add support for opt-in debug logging (9b674de)

Bug Fixes

  • Fix typing issue with gRPC metadata when key ends in -bin (9b674de)
Changelog

Sourced from google-cloud-tasks's changelog.

2.18.0 (2023-07-25)

Features

  • exposed Import PV external_processor_version_source to v1beta3 public (#11517) (7915645)

2.17.0 (2023-07-17)

Features

  • add OcrConfig and ProcessOptions (0510cbb)
  • v1beta2: added http configuration and document publishing (0510cbb)
  • v1beta3: added ImportDocuments, GetDocument and BatchDeleteDocuments RPCs (0510cbb)

Bug Fixes

  • v1beta2: removed id field from Document message (0510cbb)

2.16.1 (2023-07-05)

Bug Fixes

2.16.0 (2023-06-19)

Features

  • add IMPORTING enum to State in processor.proto (d402fd5)
  • add PropertyMetadata and EntityTypeMetadata to document_schema.proto (d402fd5)
  • add REPLACE enum to OperationType in document.proto (d402fd5)
  • add StyleInfo to document.proto (d402fd5)

2.15.0 (2023-03-24)

Features

  • v1beta3: Add ImportProcessorVersion (f3aa285)

Documentation

  • Fix formatting of request arg in docstring (f3aa285)

... (truncated)

Commits
  • 20b8aaf chore: release main (#13297)
  • d596268 feat: [google-cloud-monitoring] Added support for notification prompts in Ale...
  • 19ed3be feat: [Many APIs] Add support for opt-in debug logging (#13343)
  • 44761a8 chore: fix orchestration-airflow docs (#13355)
  • d3e4f8d chore: fix docs for automl (#13354)
  • 8b9c7bf feat: [Many APIs] Add support for opt-in debug logging (#13349)
  • 1fcae7a chore: remove case-sensitive duplicate file (#13340)
  • 11a3ff2 feat: add initial files for google.shopping.merchant.reviews.v1beta (#13351)
  • feb5c03 feat: [Many APIs] Add support for opt-in debug logging (#13345)
  • 819e8fb feat: [Many APIs] Add support for opt-in debug logging (#13344)
  • Additional commits viewable in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner January 10, 2025 08:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 10, 2025
@ons-eq-team
Copy link
Contributor

Benchmark Results

Percentile Averages:
50th: 88ms
90th: 212ms
95th: 338ms
99th: 667ms
99.9th: 1311ms
GETs (99th): 833ms
POSTs (99th): 475ms

PDF: 6500ms
Session: 7500ms

Total Requests: 65,882
Total Failures: 0
Error Percentage: 0.0%

@berroar
Copy link
Contributor

berroar commented Jan 10, 2025

@dependabot rebase

Bumps the production-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [google-cloud-datastore](https://github.com/googleapis/python-datastore) | `2.20.1` | `2.20.2` |
| [grpcio](https://github.com/grpc/grpc) | `1.68.0` | `1.69.0` |
| [ua-parser](https://github.com/ua-parser/uap-python) | `0.18.0` | `1.0.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.68` | `1.35.96` |
| [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.23.1` | `3.25.0` |
| [google-cloud-storage](https://github.com/googleapis/python-storage) | `2.18.2` | `2.19.0` |
| [redis](https://github.com/redis/redis-py) | `5.2.0` | `5.2.1` |
| [google-cloud-pubsub](https://github.com/googleapis/python-pubsub) | `2.27.1` | `2.27.2` |
| [google-cloud-tasks](https://github.com/googleapis/google-cloud-python) | `2.17.1` | `2.18.0` |



Updates `google-cloud-datastore` from 2.20.1 to 2.20.2
- [Release notes](https://github.com/googleapis/python-datastore/releases)
- [Changelog](https://github.com/googleapis/python-datastore/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-datastore@v2.20.1...v2.20.2)

Updates `grpcio` from 1.68.0 to 1.69.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.68.0...v1.69.0)

Updates `ua-parser` from 0.18.0 to 1.0.0
- [Release notes](https://github.com/ua-parser/uap-python/releases)
- [Commits](ua-parser/uap-python@0.18.0...1.0.0)

Updates `boto3` from 1.35.68 to 1.35.96
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.68...1.35.96)

Updates `marshmallow` from 3.23.1 to 3.25.0
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@3.23.1...3.25.0)

Updates `google-cloud-storage` from 2.18.2 to 2.19.0
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v2.18.2...v2.19.0)

Updates `redis` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.2.0...v5.2.1)

Updates `google-cloud-pubsub` from 2.27.1 to 2.27.2
- [Release notes](https://github.com/googleapis/python-pubsub/releases)
- [Changelog](https://github.com/googleapis/python-pubsub/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-pubsub@v2.27.1...v2.27.2)

Updates `google-cloud-tasks` from 2.17.1 to 2.18.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-tasks-v2.17.1...google-cloud-tasks-v2.18.0)

---
updated-dependencies:
- dependency-name: google-cloud-datastore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ua-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: google-cloud-pubsub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: google-cloud-tasks
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/main/production-dependencies-63bf715807 branch from 38cb6e8 to ebf344b Compare January 10, 2025 14:00
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.

2 participants