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 34 updates #3

Closed
wants to merge 5 commits into from

Conversation

dependabot[bot]
Copy link

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

Bumps the pip group with 34 updates:

Package From To
black 24.8.0 24.10.0
boto3 1.35.76 1.35.78
botocore 1.35.76 1.35.78
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
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.2
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.2
pillow 10.4.0 11.0.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.78

Commits
  • 66f0885 Merge branch 'release-1.35.78'
  • 282b02b Bumping version to 1.35.78
  • 02a28c8 Add changelog entries from botocore
  • b75aff3 Merge branch 'release-1.35.77'
  • 3ec67f0 Merge branch 'release-1.35.77' into develop
  • f84cdcb Bumping version to 1.35.77
  • 40ff00d Add changelog entries from botocore
  • 89abdde Merge pull request #4371 from boto/dependabot/github_actions/aws-actions/stal...
  • d78c621 Bump aws-actions/stale-issue-cleanup
  • c25f5d2 Merge branch 'release-1.35.76' into develop
  • See full diff in compare view

Updates botocore from 1.35.76 to 1.35.78

Commits
  • 19ea339 Merge branch 'release-1.35.78'
  • 39e0a95 Bumping version to 1.35.78
  • 1cbfc14 Update endpoints model
  • 7fdd7e3 Update to latest models
  • 8853a01 Merge branch 'release-1.35.77'
  • a1cf90e Merge branch 'release-1.35.77' into develop
  • a7513fb Bumping version to 1.35.77
  • 3498077 Update endpoints model
  • 51c351d Update to latest models
  • 271e1f4 Merge pull request #3320 from boto/dependabot/github_actions/codecov/codecov-...
  • 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 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

... (truncated)

Changelog

Sourced from jupyterlab's changelog.

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

4.3.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

... (truncated)

Commits

Updates langchain from 0.3.10 to 0.3.11

Release notes

Sourced from langchain's releases.

langchain-core==0.3.11

Changes since langchain-core==0.3.10

core[patch]: 0.3.11 release (#27403) core[patch]: add convert_to_openai_messages util (#27263) multiple: rely on asyncio_mode auto in tests (#27200) core[patch]: Ignore ASYNC110 to upgrade to newest ruff version (#27229) core[patch],langchain[patch],community[patch]: Bump version dependency of tenacity to >=8.1.0,!=8.4.0,<10 (#27201)

langchain-community==0.3.11

Changes since langchain-community==0.3.10

community: tongyi multimodal response format fix to support langchain (#28645) community[patch]: Release 0.3.11 (#28658) core,langchain,community[patch]: allow langsmith 0.2 (#28598) doc-loader: retain Azure Doc Intelligence API metadata in Document parser (#28382) Confluence Loader: Fix CQL loading (#27620) community: update Memgraph integration (#27017) fix: Set default search_type to 'similarity' in as_retriever method of AzureSearch (#28376) community: KuzuGraph needs allow_dangerous_requests, add graph documents via LLMGraphTransformer (#27949) community[fix]: Update Perplexity to pass parameters into API calls (#28421) community[fix]: could not locate runnable browser (#28289) community: [bugfix] fix source path for office files in O365 (#28260) community: add include_labels option to ConfluenceLoader (#28259) community[minor] Pebblo: Support for new Pinecone class PineconeVectorStore (#28253) docs: Standardize MoonshotChat docstring (#28159) community[patch]:Fix for get_openai_callback() return token_cost=0.0 when model is gpt-4o-11-20 (#28408) community[minor]: Add support for modle2vec embeddings (#28507) Invalid tool_choice being passed to ChatLiteLLM (#28198)

langchain==0.3.11

Changes since langchain==0.3.10

langchain[patch]: Release 0.3.11 (#28657) core,langchain,community[patch]: allow langsmith 0.2 (#28598)

Commits

Updates langchain-community from 0.3.10 to 0.3.11

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.11

Changes since langchain-community==0.3.10

community: tongyi multimodal response format fix to support langchain (#28645) community[patch]: Release 0.3.11 (#28658) core,langchain,community[patch]: allow langsmith 0.2 (#28598) doc-loader: retain Azure Doc Intelligence API metadata in Document parser (#28382) Confluence Loader: Fix CQL loading (#27620) community: update Memgraph integration (#27017) fix: Set default search_type to 'similarity' in as_retriever method of AzureSearch (#28376) community: KuzuGraph needs allow_dangerous_requests, add graph documents via LLMGraphTransformer (#27949) community[fix]: Update Perplexity to pass parameters into API calls (#28421) community[fix]: could not locate runnable browser (#28289) community: [bugfix] fix source path for office files in O365 (#28260) community: add include_labels option to ConfluenceLoader (#28259) community[minor] Pebblo: Support for new Pinecone class PineconeVectorStore (#28253) docs: Standardize MoonshotChat docstring (#28159) community[patch]:Fix for get_openai_callback() return token_cost=0.0 when model is gpt-4o-11-20 (#28408) community[minor]: Add support for modle2vec embeddings (#28507) Invalid tool_choice being passed to ChatLiteLLM (#28198)

Commits

Updates langchain-core from 0.3.22 to 0.3.24

Release notes

Sourced from langchain-core's releases.

langchain-core==0.3.24

Changes since langchain-core==0.3.23

core[patch]: Release 0.3.24 (#28656) core,langchain,community[patch]: allow langsmith 0.2 (#28598)

langchain-core==0.3.23

Changes since langchain-core==0.3.22

core[patch]: Release 0.3.23 (#28648) core[patch]: return ToolMessage from tool (#28605) core: deprecate PipelinePromptTemplate (#28644) Core: google docstring parsing fix (#28404) [Core]: Small Docstring Clarification for BaseTool (#28148) core[patch]: Fixed trim functions, and added corresponding unit test for the solved issue (#28429)

Commits ...

Description has been truncated

jagapiou and others added 5 commits December 11, 2024 15:38
Bumps the pip group with 34 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.78` |
| [botocore](https://github.com/boto/botocore) | `1.35.76` | `1.35.78` |
| [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` |
| [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.2` |
| [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.2` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `11.0.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.78
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.76...1.35.78)

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

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 `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.2
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.1.147...v0.2.2)

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

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 `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: 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: 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 11, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 12, 2024

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Dec 12, 2024
@dependabot dependabot bot deleted the dependabot/pip/pip-92f7b1908a branch December 12, 2024 10:22
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