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 prod-dependencies group across 1 directory with 20 updates #106

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the prod-dependencies group with 20 updates in the / directory:

Package From To
google-cloud-logging 3.11.3 3.11.4
pytz 2024.2 2025.1
setuptools 75.6.0 75.8.0
async-timeout 4.0.3 5.0.1
attrs 24.3.0 25.1.0
cachetools 5.5.0 5.5.1
certifi 2024.12.14 2025.1.31
deprecated 1.2.15 1.2.18
google-api-core 2.24.0 2.24.1
google-auth 2.37.0 2.38.0
grpc-google-iam-v1 0.13.1 0.14.0
grpcio 1.68.1 1.70.0
grpcio-status 1.68.1 1.70.0
importlib-metadata 8.5.0 8.6.1
proto-plus 1.25.0 1.26.0
protobuf 5.29.2 5.29.3
pygments 2.18.0 2.19.1
rich 10.16.2 13.9.4
tzdata 2024.2 2025.1
wrapt 1.17.0 1.17.2

Updates google-cloud-logging from 3.11.3 to 3.11.4

Release notes

Sourced from google-cloud-logging's releases.

v3.11.4

3.11.4 (2025-01-22)

Bug Fixes

  • Made write_entries raise ValueError on ParseErrors (#958) (5309478)
  • Require proto-plus >= 1.25 for Python 3.13 (#955) (7baed8e)
  • Require proto-plus >= 1.25 for Python 3.13 (#955) (002b1fc)
Changelog

Sourced from google-cloud-logging's changelog.

3.11.4 (2025-01-22)

Bug Fixes

  • Made write_entries raise ValueError on ParseErrors (#958) (5309478)
  • Require proto-plus >= 1.25 for Python 3.13 (#955) (7baed8e)
  • Require proto-plus >= 1.25 for Python 3.13 (#955) (002b1fc)
Commits
  • c47946f chore(main): release 3.11.4 (#956)
  • 5309478 fix: Made write_entries raise ValueError on ParseErrors (#958)
  • dfcce1f chore(python): exclude .github/workflows/unittest.yml in renovate config (#959)
  • 8c2c5a7 chore(python): update dependencies in .kokoro/docker/docs (#957)
  • 7baed8e fix: require proto-plus >= 1.25 for Python 3.13 (#955)
  • 002b1fc fix: require proto-plus >= 1.25 for Python 3.13 (#955)
  • 439eaa5 chore(python): update dependencies in .kokoro/docker/docs (#954)
  • See full diff in compare view

Updates pytz from 2024.2 to 2025.1

Commits

Updates setuptools from 75.6.0 to 75.8.0

Changelog

Sourced from setuptools's changelog.

v75.8.0

Features

  • Implemented Dynamic field for core metadata (as introduced in PEP 643). The existing implementation is currently experimental and the exact approach may change in future releases. (#4698)

v75.7.0

Features

Commits
  • 5c9d980 Bump version: 75.7.0 → 75.8.0
  • 72c4222 Avoid using Any in function
  • 1c61d47 Add news fragments for PEP 643
  • f285d01 Implement PEP 643 (Dynamic field for core metadata) (#4698)
  • a50f6e2 Fix _static.Dict.ior for Python 3.8
  • b055895 Add extra tests for static/dynamic metadata
  • 770b4fc Remove test workaround for unmarked static values from pyproject.toml
  • 8b22d73 Mark values from pyproject.toml as static
  • f699fd8 Fix spelling error
  • 8b4c8a3 Add tests for static 'attr' directive
  • Additional commits viewable in compare view

Updates async-timeout from 4.0.3 to 5.0.1

Release notes

Sourced from async-timeout's releases.

5.0.1

Misc

  • [#423](https://github.com/aio-libs/async-timeout/issues/423) <https://github.com/aio-libs/async-timeout/issues/423>_

5.0.0

Features

  • Make asyncio_timeout fully compatible with the standard asyncio.Timeout but keep backward compatibility with existing asyncio_timeout.Timeout API. ([#422](https://github.com/aio-libs/async-timeout/issues/422) <https://github.com/aio-libs/async-timeout/issues/422>_)

Improved Documentation

  • On the CHANGES/README.rst <https://github.com/aio-libs/async-timeout/tree/master/CHANGES/README.rst>_ page, a link to the Towncrier philosophy has been fixed. ([#388](https://github.com/aio-libs/async-timeout/issues/388) <https://github.com/aio-libs/async-timeout/issues/388>_)

Deprecations and Removals

  • Drop deprecated sync context manager support, use async with timeout(...): ... instead. ([#421](https://github.com/aio-libs/async-timeout/issues/421) <https://github.com/aio-libs/async-timeout/issues/421>_)
Changelog

Sourced from async-timeout's changelog.

5.0.1 (2024-11-06)

Misc

  • [#423](https://github.com/aio-libs/async-timeout/issues/423) <https://github.com/aio-libs/async-timeout/issues/423>_

5.0.0 (2024-10-31)

Features

  • Make asyncio_timeout fully compatible with the standard asyncio.Timeout but keep backward compatibility with existing asyncio_timeout.Timeout API. ([#422](https://github.com/aio-libs/async-timeout/issues/422) <https://github.com/aio-libs/async-timeout/issues/422>_)

Improved Documentation

  • On the CHANGES/README.rst <https://github.com/aio-libs/async-timeout/tree/master/CHANGES/README.rst>_ page, a link to the Towncrier philosophy has been fixed. ([#388](https://github.com/aio-libs/async-timeout/issues/388) <https://github.com/aio-libs/async-timeout/issues/388>_)

Deprecations and Removals

  • Drop deprecated sync context manager support, use async with timeout(...): ... instead. ([#421](https://github.com/aio-libs/async-timeout/issues/421) <https://github.com/aio-libs/async-timeout/issues/421>_)
Commits

Updates attrs from 24.3.0 to 25.1.0

Commits

Updates cachetools from 5.5.0 to 5.5.1

Changelog

Sourced from cachetools's changelog.

v5.5.1 (2025-01-21)

  • Add documentation regarding caching of exceptions.

  • Officially support Python 3.13.

  • Update CI environment.

Commits
  • b072920 Release v5.5.1.
  • efc3633 Fix #138: Add documentation regarding caching of exceptions.
  • d5c6892 Officially support Python 3.13.
  • a34b9c5 Merge remote-tracking branch 'origin/dependabot/github_actions/actions/setup-...
  • 9c122a2 Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checko...
  • d44c984 Create FUNDING.yml
  • 49bff17 Bump actions/checkout from 4.1.7 to 4.2.0
  • 85c6026 Bump actions/setup-python from 5.1.1 to 5.2.0
  • See full diff in compare view

Updates certifi from 2024.12.14 to 2025.1.31

Commits

Updates deprecated from 1.2.15 to 1.2.18

Release notes

Sourced from deprecated's releases.

v1.2.18

What's Changed

Full Changelog: laurent-laporte-pro/deprecated@v1.2.17...v1.2.18

v1.2.17

What's Changed

Full Changelog: laurent-laporte-pro/deprecated@v1.2.16...v1.2.17

v1.2.16

What's Changed

New Contributors

Full Changelog: laurent-laporte-pro/deprecated@v1.2.15...v1.2.16

Changelog

Sourced from deprecated's changelog.

v1.2.18 (2024-01-25)

This version does not bring any change in the source code, but fixes the build anomaly on Fedora (Packit).

The package must be published on PyPi using twine <https://pypi.org/project/twine/>_ to correctly deal with the license file.

v1.2.17 (2024-01-25)

Bug fix release

v1.2.16 (2025-01-24)

Bug fix release

Fix

  • Fix #78: Fix configuration for Packit 1.0.0

  • Fix #79: Fix the configuration for the intersphinx mapping in the Sphinx documentation. See How to link to other documentation projects with Intersphinx <https://docs.readthedocs.io/en/stable/guides/intersphinx.html>_.

Other

  • Drop support for Python older than 3.7 in GitHub Actions.
Commits
  • 3f67ca7 v1.2.18 (#84)
  • a849abb Prepare next version 1.2.18 (2025-01-27)
  • 3b9b829 v1.2.17 (#82)
  • 4d9d9b0 docs: upgrade version number in SVG image
  • 2fd777d fix: enhance documentation and build configuration: update versioning, fixes,...
  • 134010f Merge branch 'hotfix/1.2.17' into bugfix/read-the-docs
  • 2ea4b77 docs: Update CHANGELOG.rst
  • 9e35588 Prepare next version 1.2.17 (unreleased)
  • d8c62db build: correct bump2version configuration
  • 0becad0 build: update bump2version configuration to update version number in SVG image
  • Additional commits viewable in compare view

Updates google-api-core from 2.24.0 to 2.24.1

Release notes

Sourced from google-api-core's releases.

v2.24.1

2.24.1 (2025-01-24)

Bug Fixes

  • Memory leak in bidi classes (#770) (c1b8afa)
  • Resolve the issue where rpc timeout of 0 is used when timeout expires (#776) (a5604a5)

Documentation

  • Add warnings regarding consuming externally sourced credentials (#783) (0ec1825)

v2.24.1rc1

2.24.1rc1 (2025-01-23)

Bug Fixes

  • Memory leak in bidi classes (#770) (c1b8afa)
  • Resolve the issue where rpc timeout of 0 is used when timeout expires (#776) (a5604a5)

This PR was generated with Release Please. See documentation.

v2.24.1rc0

2.24.1rc0 (2025-01-16)

Bug Fixes

  • Resolve the issue where rpc timeout of 0 is used when timeout expires (#776) (a5604a5)
Changelog

Sourced from google-api-core's changelog.

2.24.1 (2025-01-24)

Bug Fixes

  • Memory leak in bidi classes (#770) (c1b8afa)
  • Resolve the issue where rpc timeout of 0 is used when timeout expires (#776) (a5604a5)

Documentation

  • Add warnings regarding consuming externally sourced credentials (#783) (0ec1825)
Commits
  • b51ca57 chore(main): release 2.24.1 (#778)
  • 0ec1825 docs: Add warnings regarding consuming externally sourced credentials (#783)
  • d151313 chore(deps): update all dependencies (#780)
  • c1b8afa fix: memory leak in bidi classes (#770)
  • fb1c3a9 chore(types): update mypy version (#768)
  • d8ca706 chore(python): fix docs publish build (#777)
  • a5604a5 fix: resolve the issue where rpc timeout of 0 is used when timeout expires (#...
  • b1fae31 chore(python): exclude .github/workflows/unittest.yml in renovate config (#774)
  • 9182916 chore(python): Update the python version in docs presubmit to use 3.10 (#773)
  • See full diff in compare view

Updates google-auth from 2.37.0 to 2.38.0

Release notes

Sourced from google-auth's releases.

v2.38.0

2.38.0 (2025-01-23)

Features

  • Adding domain-wide delegation flow in impersonated credential (#1624) (34ee3fe)

Documentation

  • Add warnings regarding consuming externally sourced credentials (d049370)
Changelog

Sourced from google-auth's changelog.

2.38.0 (2025-01-23)

Features

  • Adding domain-wide delegation flow in impersonated credential (#1624) (34ee3fe)

Documentation

  • Add warnings regarding consuming externally sourced credentials (d049370)
Commits
  • ca82184 chore(main): release 2.38.0 (#1657)
  • d049370 chore: Add warnings regarding consuming externally sourced credentials (#1655)
  • 34ee3fe feat: adding domain-wide delegation flow in impersonated credential (#1624)
  • 1972c7b chore: improve error message in _metadata.py (#1652)
  • See full diff in compare view

Updates grpc-google-iam-v1 from 0.13.1 to 0.14.0

Release notes

Sourced from grpc-google-iam-v1's releases.

v0.14.0

0.14.0 (2024-12-27)

Features

  • Add google.iam.v1.resource_policy_member_pb2 (2e1af7c)
  • Add support for Python 3.13 (2e1af7c)
Changelog

Sourced from grpc-google-iam-v1's changelog.

0.14.0 (2024-12-27)

Features

  • Add google.iam.v1.resource_policy_member_pb2 (2e1af7c)
  • Add support for Python 3.13 (2e1af7c)
Commits

Updates grpcio from 1.68.1 to 1.70.0

Release notes

Sourced from grpcio's releases.

Release v1.70.0

This is release 1.70.0 (genius) 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

  • [BoringSSL] Update third_party/boringssl-with-bazel. (#38274)

C++

  • gRPC C++ begins to require C++17 or later to build and use gRPC C++. You may need the following settings:

Release v1.70.0-pre1

This is a prerelease of gRPC Core 1.70.0 (genius).

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

This prerelease contains refinements, improvements, and bug fixes.

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)

... (truncated)

Commits
  • 93571f6 [Backport to 1.70.x] Updated python requirements (#38524)
  • 9d3bef7 [Revert] "[ruby] [backport-1.70.x] Build/test ruby 3.4 and build native gems ...
  • 6788979 [Release] Bump version to 1.70.0 (on v1.70.x branch) (#38509)
  • 2d2d80b [Backport] Php & Dart interop test fixes (#38463) (#38507)
  • ab2222d [ruby] [backport-1.70.x] Build/test ruby 3.4 and build native gems with Ruby ...
  • f1e4dfa [Backport-to-1.70.x] Fix python build script to handle C and C++ std options ...
  • 6c8df89 [Release] Bump version to 1.70.0-pre1 (on v1.70.x branch) (#38407)
  • 9eb9ebd [Release] Bump core version to 45.0.0 for upcoming release (#38403)
  • df95cf9 [benchmark] Match case of excluded scenario. (#38390)
  • 048ea42 [CI] Re-enabled modernize-unary-static-assert (#38333)
  • Additional commits viewable in compare view

Updates grpcio-status from 1.68.1 to 1.70.0

Updates importlib-metadata from 8.5.0 to 8.6.1

Changelog

Sourced from importlib-metadata's changelog.

v8.6.1

Bugfixes

  • Fixed indentation logic to also honor blank lines.

v8.6.0

Features

  • python/cpython#119650
Commits

Updates proto-plus from 1.25.0 to 1.26.0

Release notes

Sourced from proto-plus's releases.

v1.26.0

1.26.0 (2025-01-22)

Features

Bug Fixes

  • Construct messages with nested duration in protobuf 5.28+ (#519) (197ddf8)
  • Fix enums initialization in PyPy (#507) (b8b68f2)
  • Incorrect return type annotation for Message.to_dict (#516) (72990f3)
  • Use include rather than exclude to find_namespace_packages in setup.py (#502) (77e252e)

Documentation

v1.26.0rc1

1.26.0rc1 (2025-01-22)

Features

Bug Fixes

  • Construct messages with nested duration in protobuf 5.28+ (#519) (197ddf8)
  • Fix enums initialization in PyPy (#507) (b8b68f2)
  • Incorrect return type annotation for Message.to_dict (#516) (72990f3)
  • Use include rather than exclude to find_namespace_packages in setup.py (#502) (77e252e)

Documentation

v1.26.0rc0

1.26.0rc0 (2025-01-22)

Features

... (truncated)

Changelog

Sourced from proto-plus's changelog.

1.26.0 (2025-01-22)

Features

Bug Fixes

  • Construct messages with nested duration in protobuf 5.28+ (#519) (197ddf8)
  • Fix enums initialization in PyPy (#507) (b8b68f2)
  • Incorrect return type annotation for Message.to_dict (#516) (72990f3)
  • Use include rather than exclude to find_namespace_packages in setup.py (#502) (77e252e)

Documentation

Commits

Updates protobuf from 5.29.2 to 5.29.3

Commits
  • b407e84 Updating version.json and repo version numbers to: 29.3
  • 9a5d2c3 Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by default. (...
  • 1dc5842 Fix cmake installation location of java and go features (#19773)
  • 8e7e6b0 Update artifact actions to v4 (#19703)
  • cbdc8ab Merge pull request #19719 from protocolbuffers/29.x-202412181411
  • 5621748 Updating version.json and repo version numbers to: 29.3-dev
  • See full diff in compare view

Updates pygments from 2.18.0 to 2.19.1

Release notes

Sourced from pygments's releases.

2.19.1

  • Updated lexers:

    • Ini: Fix quoted string regression introduced in 2.19.0
    • Lua: Fix a regression introduced in 2.19.0

2.19.0

  • New lexers:

  • Updated lexers:

    • BQN: Various improvements (#2789)
    • C#: Fix number highlighting (#986, #2727), add file keyword (#2726, #2805, #2806), add various other keywords (#2745, #2770)
    • CSS: Add revert (#2766, #2775)
    • Debian control: Add Change-By field (#2757)
    • Elip: Improve punctuation handling (#2651)
    • Igor: Add int (#2801)
    • Ini: Fix quoted strings with embedded comment characters (#2767, #2720)
    • Java: Support functions returning types containing a question mark (#2737)
    • JavaScript: Support private identiiers (#2729, #2671)
    • LLVM: Add splat, improve floating-point number parsing (#2755)
    • Lua: Improve variable detection, add built-in functions (#2829)
    • Macaulay2: Update to 1.24.11 (#2800)
    • PostgreSQL: Add more EXPLAIN keywords (#2785), handle / (#2774)
    • S-Lexer: Fix keywords (#2082, #2750)
    • TransactSQL: Fix single-line comments (#2717)
    • Turtle: Fix triple quoted strings (#2744, #2758)
    • Typst: Various improvements (#2724)
    • Various: Add ^ as an operator to Matlab, Octave and Scilab (#2798)
    • Vyper: Add staticcall and extcall (#2719)
  • Mark file extensions for HTML/XML+Evoque as aliases (#2743)
  • Add a color for Operator.Word to the rrt style (#2709)
  • Fix broken link in the documentation (#2803, #2804)
  • Drop executable bit where not needed (#2781)
  • Reduce Mojo priority relative to Python in ``analyze_text´` (#2771, #2772)
  • Fix documentation builds (#2712)
  • Match example file names to the lexer's name (#2713, #2715)

... (truncated)

Changelog

Sourced from pygments's changelog.

Version 2.19.1

(released January 6th, 2025)

  • Updated lexers:

    • Ini: Fix quoted string regression introduced in 2.19.0
    • Lua: Fix a regression introduced in 2.19.0

Version 2.19.0

(released January 5th, 2025)

Bumps the prod-dependencies group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [google-cloud-logging](https://github.com/googleapis/python-logging) | `3.11.3` | `3.11.4` |
| [pytz](https://github.com/stub42/pytz) | `2024.2` | `2025.1` |
| [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0` |
| [async-timeout](https://github.com/aio-libs/async-timeout) | `4.0.3` | `5.0.1` |
| [attrs](https://github.com/sponsors/hynek) | `24.3.0` | `25.1.0` |
| [cachetools](https://github.com/tkem/cachetools) | `5.5.0` | `5.5.1` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` |
| [deprecated](https://github.com/laurent-laporte-pro/deprecated) | `1.2.15` | `1.2.18` |
| [google-api-core](https://github.com/googleapis/python-api-core) | `2.24.0` | `2.24.1` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.37.0` | `2.38.0` |
| [grpc-google-iam-v1](https://github.com/googleapis/python-grpc-google-iam-v1) | `0.13.1` | `0.14.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.68.1` | `1.70.0` |
| [grpcio-status](https://grpc.io) | `1.68.1` | `1.70.0` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.5.0` | `8.6.1` |
| [proto-plus](https://github.com/googleapis/proto-plus-python) | `1.25.0` | `1.26.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.2` | `5.29.3` |
| [pygments](https://github.com/pygments/pygments) | `2.18.0` | `2.19.1` |
| [rich](https://github.com/Textualize/rich) | `10.16.2` | `13.9.4` |
| [tzdata](https://github.com/python/tzdata) | `2024.2` | `2025.1` |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.0` | `1.17.2` |



Updates `google-cloud-logging` from 3.11.3 to 3.11.4
- [Release notes](https://github.com/googleapis/python-logging/releases)
- [Changelog](https://github.com/googleapis/python-logging/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-logging@v3.11.3...v3.11.4)

Updates `pytz` from 2024.2 to 2025.1
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](stub42/pytz@release_2024.2...release_2025.1)

Updates `setuptools` from 75.6.0 to 75.8.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.6.0...v75.8.0)

Updates `async-timeout` from 4.0.3 to 5.0.1
- [Release notes](https://github.com/aio-libs/async-timeout/releases)
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst)
- [Commits](aio-libs/async-timeout@v4.0.3...v5.0.1)

Updates `attrs` from 24.3.0 to 25.1.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `cachetools` from 5.5.0 to 5.5.1
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.5.0...v5.5.1)

Updates `certifi` from 2024.12.14 to 2025.1.31
- [Commits](certifi/python-certifi@2024.12.14...2025.01.31)

Updates `deprecated` from 1.2.15 to 1.2.18
- [Release notes](https://github.com/laurent-laporte-pro/deprecated/releases)
- [Changelog](https://github.com/laurent-laporte-pro/deprecated/blob/master/CHANGELOG.rst)
- [Commits](laurent-laporte-pro/deprecated@v1.2.15...v1.2.18)

Updates `google-api-core` from 2.24.0 to 2.24.1
- [Release notes](https://github.com/googleapis/python-api-core/releases)
- [Changelog](https://github.com/googleapis/python-api-core/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-api-core@v2.24.0...v2.24.1)

Updates `google-auth` from 2.37.0 to 2.38.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.37.0...v2.38.0)

Updates `grpc-google-iam-v1` from 0.13.1 to 0.14.0
- [Release notes](https://github.com/googleapis/python-grpc-google-iam-v1/releases)
- [Changelog](https://github.com/googleapis/python-grpc-google-iam-v1/blob/v0.14.0/CHANGELOG.md)
- [Commits](googleapis/python-grpc-google-iam-v1@v0.13.1...v0.14.0)

Updates `grpcio` from 1.68.1 to 1.70.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.1...v1.70.0)

Updates `grpcio-status` from 1.68.1 to 1.70.0

Updates `importlib-metadata` from 8.5.0 to 8.6.1
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.5.0...v8.6.1)

Updates `proto-plus` from 1.25.0 to 1.26.0
- [Release notes](https://github.com/googleapis/proto-plus-python/releases)
- [Changelog](https://github.com/googleapis/proto-plus-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/proto-plus-python@v1.25.0...v1.26.0)

Updates `protobuf` from 5.29.2 to 5.29.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.29.2...v5.29.3)

Updates `pygments` from 2.18.0 to 2.19.1
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.18.0...2.19.1)

Updates `rich` from 10.16.2 to 13.9.4
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v10.16.2...v13.9.4)

Updates `tzdata` from 2024.2 to 2025.1
- [Release notes](https://github.com/python/tzdata/releases)
- [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md)
- [Commits](python/tzdata@2024.2...2025.1)

Updates `wrapt` from 1.17.0 to 1.17.2
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@1.17.0...1.17.2)

---
updated-dependencies:
- dependency-name: google-cloud-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: pytz
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: async-timeout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
- dependency-name: cachetools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
- dependency-name: deprecated
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: google-api-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: grpc-google-iam-v1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: grpcio-status
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: proto-plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
- dependency-name: tzdata
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies
- dependency-name: wrapt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2025
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.

0 participants