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 across 1 directory with 47 updates #119

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the pip group with 47 updates in the / directory:

Package From To
aiosignal 1.3.1 1.3.2
attrs 24.2.0 24.3.0
black 24.8.0 24.10.0
boto3 1.35.76 1.35.81
botocore 1.35.76 1.35.81
certifi 2024.8.30 2024.12.14
debugpy 1.8.9 1.8.11
fonttools 4.55.2 4.55.3
google-ai-generativelanguage 0.6.10 0.6.14
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
google-cloud-resource-manager 1.13.1 1.14.0
httpx 0.27.2 0.28.1
huggingface-hub 0.26.5 0.27.0
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.12
langchain-community 0.3.10 0.3.12
langchain-core 0.3.22 0.3.25
langchain-text-splitters 0.3.2 0.3.3
langsmith 0.1.147 0.2.3
matplotlib 3.9.3 3.10.0
ninja 1.11.1.2 1.11.1.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.4
pillow 10.4.0 11.0.0
pydantic-settings 2.6.1 2.7.0
python-json-logger 2.0.7 3.2.1
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 aiosignal from 1.3.1 to 1.3.2

Release notes

Sourced from aiosignal's releases.

1.3.2

Deprecations and Removals

  • Dropped Python 3.7 support. (#413)

  • Dropped Python 3.8 support. (#645)

Misc


Changelog

Sourced from aiosignal's changelog.

1.3.2 (2024-12-13)

Deprecations and Removals

  • Dropped Python 3.7 support. [#413](https://github.com/aio-libs/aiosignal/issues/413) <https://github.com/aio-libs/aiosignal/issues/413>_

  • Dropped Python 3.8 support. [#645](https://github.com/aio-libs/aiosignal/issues/645) <https://github.com/aio-libs/aiosignal/issues/645>_

Misc

  • [#362](https://github.com/aio-libs/aiosignal/issues/362) <https://github.com/aio-libs/aiosignal/issues/362>_

Commits

Updates attrs from 24.2.0 to 24.3.0

Commits

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.81

Commits
  • 1297fdd Merge branch 'release-1.35.81'
  • abf1b3b Bumping version to 1.35.81
  • ce04462 Add changelog entries from botocore
  • 8c560a3 Merge branch 'release-1.35.80'
  • aa78fa9 Merge branch 'release-1.35.80' into develop
  • 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
  • Additional commits viewable in compare view

Updates botocore from 1.35.76 to 1.35.81

Commits
  • 83ff617 Merge branch 'release-1.35.81'
  • 53e3998 Bumping version to 1.35.81
  • c4dd25d Update endpoints model
  • 994ac68 Update to latest models
  • fb7fcb4 Merge branch 'release-1.35.80'
  • d6dc188 Merge branch 'release-1.35.80' into develop
  • 696e322 Bumping version to 1.35.80
  • e36e0e9 Update endpoints model
  • 007e93c Update to latest models
  • 6517f09 Merge branch 'release-1.35.79'
  • Additional commits viewable in compare view

Updates certifi from 2024.8.30 to 2024.12.14

Commits
  • 4ba3900 2024.12.14 (#329)
  • 9164660 Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#331)
  • 3dc3651 Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#328)
  • c5bf18d Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#327)
  • b908391 Bump actions/setup-python from 5.2.0 to 5.3.0 (#326)
  • bc26b41 Bump actions/checkout from 4.2.1 to 4.2.2 (#325)
  • 57afc22 Bump actions/upload-artifact from 4.4.1 to 4.4.3 (#323)
  • a495091 test against 3.13 final
  • 62f8144 Added 3.13 classifier (#322)
  • 94d23a0 Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#321)
  • Additional commits viewable in compare view

Updates debugpy from 1.8.9 to 1.8.11

Release notes

Sourced from debugpy's releases.

debugpy v1.8.11

Full Changelog: microsoft/debugpy@v1.8.9...v1.8.11

Fixes for:

Commits
  • 34cc53b Merge pull request #1779 from microsoft/remove_bytecode_distinfo
  • a99d933 Remove bytecode distinfo causing PyPi publish errors and ignore it from now on
  • 5014f25 Properly update pydevd._settrace.called (#1751)
  • 43f4102 Make sure attach binaries are built before running tox (#1753)
  • a78e5c2 Fix path modification for windows filesystems that can't handle .. (#1752)
  • 3823aba Fix problem with lineno being none when generating traceback (#1750)
  • See full diff 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.14

Release notes

Sourced from google-ai-generativelanguage's releases.

google-maps-routing: v0.6.13

0.6.13 (2024-12-12)

Features

  • [google-maps-routing] add API for shorter distance reference routes (#13306) (104d44d)
  • [Many APIs] Add support for opt-in debug logging (#13349) (8b9c7bf)
  • add API for experimental flyover and narrow road polyline details (eb4c7f9)

Bug Fixes

  • Fix typing issue with gRPC metadata when key ends in -bin (8b9c7bf)
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

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 google-cloud-resource-manager from 1.13.1 to 1.14.0

Release notes

Sourced from google-cloud-resource-manager's releases.

google-cloud-resource-manager: v1.14.0

1.14.0 (2024-12-12)

Features

  • Add support for opt-in debug logging (8e6b0cc)

Bug Fixes

  • Fix typing issue with gRPC metadata when key ends in -bin (8e6b0cc)
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

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

Bumps the pip group with 47 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aiosignal](https://github.com/aio-libs/aiosignal) | `1.3.1` | `1.3.2` |
| [attrs](https://github.com/sponsors/hynek) | `24.2.0` | `24.3.0` |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [boto3](https://github.com/boto/boto3) | `1.35.76` | `1.35.81` |
| [botocore](https://github.com/boto/botocore) | `1.35.76` | `1.35.81` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.9` | `1.8.11` |
| [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.14` |
| [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` |
| [google-cloud-resource-manager](https://github.com/googleapis/google-cloud-python) | `1.13.1` | `1.14.0` |
| [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` |
| [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `0.26.5` | `0.27.0` |
| [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.12` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.10` | `0.3.12` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.22` | `0.3.25` |
| [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `0.3.2` | `0.3.3` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.1.147` | `0.2.3` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.3` | `3.10.0` |
| [ninja](https://github.com/scikit-build/ninja-python-distributions) | `1.11.1.2` | `1.11.1.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.4` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `11.0.0` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.1` | `2.7.0` |
| [python-json-logger](https://github.com/nhairs/python-json-logger) | `2.0.7` | `3.2.1` |
| [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 `aiosignal` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/aio-libs/aiosignal/releases)
- [Changelog](https://github.com/aio-libs/aiosignal/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiosignal@v1.3.1...v1.3.2)

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

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.81
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.76...1.35.81)

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

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

Updates `debugpy` from 1.8.9 to 1.8.11
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.9...v1.8.11)

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.14
- [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.14)

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 `google-cloud-resource-manager` from 1.13.1 to 1.14.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-resource-manager-v1.13.1...google-cloud-resource-manager-v1.14.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 `huggingface-hub` from 0.26.5 to 0.27.0
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.26.5...v0.27.0)

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.12
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.10...langchain==0.3.12)

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

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

Updates `langchain-text-splitters` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-text-splitters==0.3.2...langchain-text-splitters==0.3.3)

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 `matplotlib` from 3.9.3 to 3.10.0
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.3...v3.10.0)

Updates `ninja` from 1.11.1.2 to 1.11.1.3
- [Release notes](https://github.com/scikit-build/ninja-python-distributions/releases)
- [Changelog](https://github.com/scikit-build/ninja-python-distributions/blob/master/HISTORY.rst)
- [Commits](scikit-build/ninja-python-distributions@1.11.1.2...1.11.1.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.4
- [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.4)

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 `pydantic-settings` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.6.1...v2.7.0)

Updates `python-json-logger` from 2.0.7 to 3.2.1
- [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.1)

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: aiosignal
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- 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: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: debugpy
  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: google-cloud-resource-manager
  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: huggingface-hub
  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: langchain-text-splitters
  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: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: ninja
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 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-6cddfa8e19 branch December 16, 2024 21:10
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