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 pip group with 37 updates #118

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Bumps the pip group with 37 updates:

Package From To
black 24.8.0 24.10.0
boto3 1.35.76 1.35.80
botocore 1.35.76 1.35.80
fonttools 4.55.2 4.55.3
google-ai-generativelanguage 0.6.10 0.6.13
google-api-core 2.23.0 2.24.0
google-api-python-client 2.154.0 2.155.0
google-auth 2.36.0 2.37.0
httpx 0.27.2 0.28.1
ipython 8.12.3 8.30.0
jiter 0.8.0 0.8.2
jupyterlab 4.2.6 4.3.3
langchain 0.3.10 0.3.11
langchain-community 0.3.10 0.3.11
langchain-core 0.3.22 0.3.24
langsmith 0.1.147 0.2.3
notebook 7.2.3 7.3.1
numpy 1.26.4 2.2.0
nvidia-cublas-cu12 12.4.5.8 12.6.4.1
nvidia-cuda-cupti-cu12 12.4.127 12.6.80
nvidia-cuda-nvrtc-cu12 12.4.127 12.6.85
nvidia-cuda-runtime-cu12 12.4.127 12.6.77
nvidia-cudnn-cu12 9.1.0.70 9.6.0.74
nvidia-cufft-cu12 11.2.1.3 11.3.0.4
nvidia-curand-cu12 10.3.5.147 10.3.7.77
nvidia-cusolver-cu12 11.6.1.9 11.7.1.2
nvidia-cusparse-cu12 12.3.1.170 12.5.4.2
nvidia-nccl-cu12 2.21.5 2.23.4
nvidia-nvjitlink-cu12 12.4.127 12.6.85
nvidia-nvtx-cu12 12.4.127 12.6.77
openai 1.57.1 1.57.3
pillow 10.4.0 11.0.0
python-json-logger 2.0.7 3.2.0
scikit-learn 1.5.2 1.6.0
sympy 1.13.1 1.13.3
typer 0.13.1 0.15.1
yarg 0.1.9 0.1.10

Updates black from 24.8.0 to 24.10.0

Release notes

Sourced from black's releases.

24.10.0

Highlights

  • Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436) (#4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (#4447)
  • Black no longer supports running with Python 3.8 (#4452)

Stable style

  • Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453)
  • Fix skipping Jupyter cells with unknown %% magic (#4462)

Preview style

  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#4440)

Caching

  • Fix bug where the cache was shared between runs with and without --unstable (#4466)

Packaging

  • Upgrade version of mypyc used to 1.12 beta (#4450) (#4449)
  • blackd now requires a newer version of aiohttp. (#4451)

Output

  • Added Python target version information on parse error (#4378)
  • Add information about Black version to internal error messages (#4457)
Changelog

Sourced from black's changelog.

24.10.0

Highlights

  • Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436) (#4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (#4447)
  • Black no longer supports running with Python 3.8 (#4452)

Stable style

  • Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453)
  • Fix skipping Jupyter cells with unknown %% magic (#4462)

Preview style

  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#4440)

Caching

  • Fix bug where the cache was shared between runs with and without --unstable (#4466)

Packaging

  • Upgrade version of mypyc used to 1.12 beta (#4450) (#4449)
  • blackd now requires a newer version of aiohttp. (#4451)

Output

  • Added Python target version information on parse error (#4378)
  • Add information about Black version to internal error messages (#4457)
Commits

Updates boto3 from 1.35.76 to 1.35.80

Commits
  • 8c560a3 Merge branch 'release-1.35.80'
  • 071b697 Bumping version to 1.35.80
  • d4b4115 Add changelog entries from botocore
  • 0059432 Merge branch 'release-1.35.79'
  • 1df2e1f Merge branch 'release-1.35.79' into develop
  • 7ade1ba Bumping version to 1.35.79
  • 4ecdea2 Add changelog entries from botocore
  • 66f0885 Merge branch 'release-1.35.78'
  • 0d02c0b Merge branch 'release-1.35.78' into develop
  • 282b02b Bumping version to 1.35.78
  • Additional commits viewable in compare view

Updates botocore from 1.35.76 to 1.35.80

Commits
  • fb7fcb4 Merge branch 'release-1.35.80'
  • 696e322 Bumping version to 1.35.80
  • e36e0e9 Update endpoints model
  • 007e93c Update to latest models
  • 6517f09 Merge branch 'release-1.35.79'
  • 881ca84 Merge branch 'release-1.35.79' into develop
  • 2123adb Bumping version to 1.35.79
  • 345e680 Update endpoints model
  • a09b907 Update to latest models
  • 19ea339 Merge branch 'release-1.35.78'
  • Additional commits viewable in compare view

Updates fonttools from 4.55.2 to 4.55.3

Release notes

Sourced from fonttools's releases.

4.55.3

  • [Docs] fill out ttLib table section #3716
  • [feaLib] More efficient inline format 4 lookups #3726
Changelog

Sourced from fonttools's changelog.

4.55.3 (released 2024-12-10)

  • [Docs] fill out ttLib table section #3716
  • [feaLib] More efficient inline format 4 lookups #3726
Commits
  • 8e5c1bf Release 4.55.3
  • 460b530 Merge pull request #3731 from fonttools/news
  • e507e7c Update news to prepare for release
  • 4b9f5ef [feaLib] More efficient inline format 4 lookups
  • 1be0440 [Tests] Don't compare numbers with "is"
  • 7ad7cfd Merge pull request #3725 from fonttools/dependabot/github_actions/pypa/gh-act...
  • 2abf837 Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
  • 02cc445 Merge pull request #3716 from n8willis/master
  • 23546cf [Docs] Import TupeVariation class directly in gvar table module. Fixes a Sphi...
  • 314eee0 [Docs] Fix docstring typo in gcid table module.
  • Additional commits viewable in compare view

Updates google-ai-generativelanguage from 0.6.10 to 0.6.13

Release notes

Sourced from google-ai-generativelanguage's releases.

google-ai-generativelanguage: v0.6.13

0.6.13 (2024-11-21)

Features

  • Add GroundingMetadata.web_search_queries (3535963)
  • Adds GenerateContentResponse.model_version output (3535963)
  • Adds search grounding (3535963)

Documentation

Commits
  • 6ccd49f chore: release main (#13291)
  • 48f25db feat: [google-cloud-developerconnect] A new resource_definition `servicedirec...
  • 16b5ba7 feat: [google-cloud-run]support manual instance count in Cloud Run for manual...
  • 3535963 feat: [google-ai-generativelanguage] Adds search grounding (#13288)
  • d64e75a docs: [google-cloud-deploy] minor documentation updates (#13289)
  • 09a3381 feat: [google-cloud-datacatalog] A new method SetConfig is added to service...
  • 5a6b5de chore: release main (#13283)
  • cfb62c9 feat: [google-cloud-contact-center-insights] Add FeedbackLabel resource and A...
  • fffe7a5 feat: [google-cloud-dataplex] update Go Datastore import path (#13282)
  • 6e92883 chore: release main (#13269)
  • Additional commits viewable in compare view

Updates google-api-core from 2.23.0 to 2.24.0

Release notes

Sourced from google-api-core's releases.

v2.24.0

2.24.0 (2024-12-06)

Features

  • Add automatic logging config to support debug logging (#754) (d18d9b5)
  • Update recognized logging fields (#766) (5f80f77)
Changelog

Sourced from google-api-core's changelog.

2.24.0 (2024-12-06)

Features

  • Add automatic logging config to support debug logging (#754) (d18d9b5)
  • Update recognized logging fields (#766) (5f80f77)
Commits

Updates google-api-python-client from 2.154.0 to 2.155.0

Release notes

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

v2.155.0

2.155.0 (2024-12-10)

Features

... (truncated)

Commits

Updates google-auth from 2.36.0 to 2.37.0

Release notes

Sourced from google-auth's releases.

v2.37.0

2.37.0 (2024-12-11)

Features

  • Allow users to use jwk keys for verifying ID token (#1641) (98c3ed9)

v2.36.1

2.36.1 (2024-11-08)

Bug Fixes

  • Improve user guide for Impersonation and SA (#1627) (656307d)
Changelog

Sourced from google-auth's changelog.

2.37.0 (2024-12-11)

Features

  • Allow users to use jwk keys for verifying ID token (#1641) (98c3ed9)

2.36.1 (2024-11-08)

Bug Fixes

  • Improve user guide for Impersonation and SA (#1627) (656307d)
Commits

Updates httpx from 0.27.2 to 0.28.1

Release notes

Sourced from httpx's releases.

Version 0.28.1

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.

Version 0.28.0

0.28.0 (28th November, 2024)

The 0.28 release includes a limited set of deprecations.

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • The verify argument as a string argument is now deprecated and will raise warnings.
  • The cert argument is now deprecated and will raise warnings.

Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecated proxies argument has now been removed.
  • The deprecated app argument has now been removed.
  • JSON request bodies use a compact representation. (#3363)
  • Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
  • Ensure certifi and httpcore are only imported if required. (#3377)
  • Treat socks5h as a valid proxy scheme. (#3178)
  • Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378)
Changelog

Sourced from httpx's changelog.

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.

0.28.0 (28th November, 2024)

The 0.28 release includes a limited set of deprecations.

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • The verify argument as a string argument is now deprecated and will raise warnings.
  • The cert argument is now deprecated and will raise warnings.

Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecated proxies argument has now been removed.
  • The deprecated app argument has now been removed.
  • JSON request bodies use a compact representation. (#3363)
  • Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
  • Ensure certifi and httpcore are only imported if required. (#3377)
  • Treat socks5h as a valid proxy scheme. (#3178)
  • Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378)
  • Bugfix: When passing params={}, always strictly update rather than merge with an existing querystring. (#3364)
Commits

Updates ipython from 8.12.3 to 8.30.0

Commits

Updates jiter from 0.8.0 to 0.8.2

Commits

Updates jupyterlab from 4.2.6 to 4.3.3

Release notes

Sourced from jupyterlab's releases.

v4.3.3

4.3.3

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​JasonWeill | @​jtpio | @​jupyterlab-probot | @​krassowski | @​meeseeksmachine

v4.3.2

4.3.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

  • Bump required setuptools to 40.8.0 #17032 (@​krassowski)
  • Fix extension manager failure with new httpx versions, bump httpx to v0.28.0

Bumps the pip group with 37 updates:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.76` | `1.35.80` |
| [botocore](https://github.com/boto/botocore) | `1.35.76` | `1.35.80` |
| [fonttools](https://github.com/fonttools/fonttools) | `4.55.2` | `4.55.3` |
| [google-ai-generativelanguage](https://github.com/googleapis/google-cloud-python) | `0.6.10` | `0.6.13` |
| [google-api-core](https://github.com/googleapis/python-api-core) | `2.23.0` | `2.24.0` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.154.0` | `2.155.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.36.0` | `2.37.0` |
| [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` |
| [ipython](https://github.com/ipython/ipython) | `8.12.3` | `8.30.0` |
| [jiter](https://github.com/pydantic/jiter) | `0.8.0` | `0.8.2` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.2.6` | `4.3.3` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.10` | `0.3.11` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.10` | `0.3.11` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.22` | `0.3.24` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.1.147` | `0.2.3` |
| [notebook](https://github.com/jupyter/notebook) | `7.2.3` | `7.3.1` |
| [numpy](https://github.com/numpy/numpy) | `1.26.4` | `2.2.0` |
| [nvidia-cublas-cu12](https://developer.nvidia.com/cuda-zone) | `12.4.5.8` | `12.6.4.1` |
| [nvidia-cuda-cupti-cu12](https://developer.nvidia.com/cuda-zone) | `12.4.127` | `12.6.80` |
| [nvidia-cuda-nvrtc-cu12](https://developer.nvidia.com/cuda-zone) | `12.4.127` | `12.6.85` |
| [nvidia-cuda-runtime-cu12](https://developer.nvidia.com/cuda-zone) | `12.4.127` | `12.6.77` |
| [nvidia-cudnn-cu12](https://developer.nvidia.com/cuda-zone) | `9.1.0.70` | `9.6.0.74` |
| [nvidia-cufft-cu12](https://developer.nvidia.com/cuda-zone) | `11.2.1.3` | `11.3.0.4` |
| [nvidia-curand-cu12](https://developer.nvidia.com/cuda-zone) | `10.3.5.147` | `10.3.7.77` |
| [nvidia-cusolver-cu12](https://developer.nvidia.com/cuda-zone) | `11.6.1.9` | `11.7.1.2` |
| [nvidia-cusparse-cu12](https://developer.nvidia.com/cuda-zone) | `12.3.1.170` | `12.5.4.2` |
| [nvidia-nccl-cu12](https://developer.nvidia.com/cuda-zone) | `2.21.5` | `2.23.4` |
| [nvidia-nvjitlink-cu12](https://developer.nvidia.com/cuda-zone) | `12.4.127` | `12.6.85` |
| [nvidia-nvtx-cu12](https://developer.nvidia.com/cuda-zone) | `12.4.127` | `12.6.77` |
| [openai](https://github.com/openai/openai-python) | `1.57.1` | `1.57.3` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `11.0.0` |
| [python-json-logger](https://github.com/nhairs/python-json-logger) | `2.0.7` | `3.2.0` |
| [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.5.2` | `1.6.0` |
| [sympy](https://github.com/sympy/sympy) | `1.13.1` | `1.13.3` |
| [typer](https://github.com/fastapi/typer) | `0.13.1` | `0.15.1` |
| [yarg](https://github.com/kura/yarg) | `0.1.9` | `0.1.10` |


Updates `black` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...24.10.0)

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

Updates `botocore` from 1.35.76 to 1.35.80
- [Commits](boto/botocore@1.35.76...1.35.80)

Updates `fonttools` from 4.55.2 to 4.55.3
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.55.2...4.55.3)

Updates `google-ai-generativelanguage` from 0.6.10 to 0.6.13
- [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-ai-generativelanguage-v0.6.10...google-ai-generativelanguage-v0.6.13)

Updates `google-api-core` from 2.23.0 to 2.24.0
- [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.23.0...v2.24.0)

Updates `google-api-python-client` from 2.154.0 to 2.155.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.154.0...v2.155.0)

Updates `google-auth` from 2.36.0 to 2.37.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.36.0...v2.37.0)

Updates `httpx` from 0.27.2 to 0.28.1
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.2...0.28.1)

Updates `ipython` from 8.12.3 to 8.30.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.12.3...8.30.0)

Updates `jiter` from 0.8.0 to 0.8.2
- [Release notes](https://github.com/pydantic/jiter/releases)
- [Commits](pydantic/jiter@v0.8.0...v0.8.2)

Updates `jupyterlab` from 4.2.6 to 4.3.3
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `langchain` from 0.3.10 to 0.3.11
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.10...langchain==0.3.11)

Updates `langchain-community` from 0.3.10 to 0.3.11
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-community==0.3.10...langchain-community==0.3.11)

Updates `langchain-core` from 0.3.22 to 0.3.24
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==0.3.22...langchain-core==0.3.24)

Updates `langsmith` from 0.1.147 to 0.2.3
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.1.147...v0.2.3)

Updates `notebook` from 7.2.3 to 7.3.1
- [Release notes](https://github.com/jupyter/notebook/releases)
- [Changelog](https://github.com/jupyter/notebook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/[email protected]...@jupyter-notebook/[email protected])

Updates `numpy` from 1.26.4 to 2.2.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.26.4...v2.2.0)

Updates `nvidia-cublas-cu12` from 12.4.5.8 to 12.6.4.1

Updates `nvidia-cuda-cupti-cu12` from 12.4.127 to 12.6.80

Updates `nvidia-cuda-nvrtc-cu12` from 12.4.127 to 12.6.85

Updates `nvidia-cuda-runtime-cu12` from 12.4.127 to 12.6.77

Updates `nvidia-cudnn-cu12` from 9.1.0.70 to 9.6.0.74

Updates `nvidia-cufft-cu12` from 11.2.1.3 to 11.3.0.4

Updates `nvidia-curand-cu12` from 10.3.5.147 to 10.3.7.77

Updates `nvidia-cusolver-cu12` from 11.6.1.9 to 11.7.1.2

Updates `nvidia-cusparse-cu12` from 12.3.1.170 to 12.5.4.2

Updates `nvidia-nccl-cu12` from 2.21.5 to 2.23.4

Updates `nvidia-nvjitlink-cu12` from 12.4.127 to 12.6.85

Updates `nvidia-nvtx-cu12` from 12.4.127 to 12.6.77

Updates `openai` from 1.57.1 to 1.57.3
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.57.1...v1.57.3)

Updates `pillow` from 10.4.0 to 11.0.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.4.0...11.0.0)

Updates `python-json-logger` from 2.0.7 to 3.2.0
- [Release notes](https://github.com/nhairs/python-json-logger/releases)
- [Changelog](https://github.com/nhairs/python-json-logger/blob/main/docs/changelog.md)
- [Commits](nhairs/python-json-logger@v2.0.7...v3.2.0)

Updates `scikit-learn` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.5.2...1.6.0)

Updates `sympy` from 1.13.1 to 1.13.3
- [Release notes](https://github.com/sympy/sympy/releases)
- [Commits](sympy/sympy@sympy-1.13.1...sympy-1.13.3)

Updates `typer` from 0.13.1 to 0.15.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.13.1...0.15.1)

Updates `yarg` from 0.1.9 to 0.1.10
- [Changelog](https://github.com/kura/yarg/blob/main/CHANGES.rst)
- [Commits](kura/yarg@0.1.9...0.1.10)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: fonttools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: google-ai-generativelanguage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: google-api-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: jiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: jupyterlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: langchain-community
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: langchain-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: langsmith
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: notebook
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: nvidia-cublas-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: nvidia-cuda-cupti-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: nvidia-cuda-nvrtc-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: nvidia-cuda-runtime-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: nvidia-cudnn-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: nvidia-cufft-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: nvidia-curand-cu12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: nvidia-cusolver-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: nvidia-cusparse-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: nvidia-nccl-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: nvidia-nvjitlink-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: nvidia-nvtx-cu12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: python-json-logger
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
- dependency-name: scikit-learn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: sympy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: yarg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

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 Dec 13, 2024
@jagapiou
Copy link
Member

@dependabot rebase

@jagapiou jagapiou self-assigned this Dec 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/pip/pip-1616551556 branch December 16, 2024 13:53
copybara-service bot pushed a commit that referenced this pull request Dec 16, 2024
…51556

PiperOrigin-RevId: 706802568
Change-Id: Ifd867f259329b06f1ddea8aeedf3a7bcb39844d7
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