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

chore(deps): bump the poetry group across 1 directory with 15 updates #1277

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the poetry group with 15 updates in the / directory:

Package From To
anthropic 0.40.0 0.42.0
groq 0.13.0 0.13.1
cohere 5.13.2 5.13.4
google-cloud-aiplatform 1.73.0 1.75.0
cerebras-cloud-sdk 1.12.2 1.15.0
fireworks-ai 0.15.9 0.15.10
writer-sdk 1.5.0 1.6.1
pytest-asyncio 0.24.0 0.25.0
coverage 7.6.8 7.6.9
pyright 1.1.389 1.1.391
mkdocs-material 9.5.47 9.5.49
mkdocs-rss-plugin 1.17.0 1.17.1
phonenumbers 8.13.51 8.13.52
datasets 3.1.0 3.2.0
ruff 0.8.1 0.8.4

Updates anthropic from 0.40.0 to 0.42.0

Release notes

Sourced from anthropic's releases.

v0.42.0

0.42.0 (2024-12-17)

Full Changelog: v0.41.0...v0.42.0

Features

Bug Fixes

  • vertex: remove anthropic_version deletion for token counting (f613929)

Chores

v0.41.0

0.41.0 (2024-12-17)

Full Changelog: v0.40.0...v0.41.0

Features

  • api: general availability updates (5db8538)
  • api: general availability updates (#795) (c8d5e43)
  • vertex: support token counting (6c3eded)

Bug Fixes

  • internal: correct support for TypeAliasType (2f6ba9e)

Chores

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.42.0 (2024-12-17)

Full Changelog: v0.41.0...v0.42.0

Features

Bug Fixes

  • vertex: remove anthropic_version deletion for token counting (f613929)

Chores

0.41.0 (2024-12-17)

Full Changelog: v0.40.0...v0.41.0

Features

  • api: general availability updates (5db8538)
  • api: general availability updates (#795) (c8d5e43)
  • vertex: support token counting (6c3eded)

Bug Fixes

  • internal: correct support for TypeAliasType (2f6ba9e)

Chores

Documentation

... (truncated)

Commits
  • 93cbbbd release: 0.42.0
  • 82e03de fix(vertex): remove anthropic_version deletion for token counting
  • dc651fd chore(internal): fix some typos (#799)
  • e33d250 release: 0.41.0
  • c17d68e chore(bedrock/vertex): explicit error for unsupported messages endpoints
  • 45c28dd feat(vertex): support token counting
  • 4e0b15e feat(api): general availability updates
  • df6f210 chore(internal): update spec (#793)
  • 3540987 chore(api): update spec version (#792)
  • 76ab5ae docs(readme): example snippet for client context manager (#791)
  • Additional commits viewable in compare view

Updates groq from 0.13.0 to 0.13.1

Release notes

Sourced from groq's releases.

v0.13.1

0.13.1 (2024-12-14)

Full Changelog: v0.13.0...v0.13.1

Chores

Documentation

  • readme: fix http client proxies example (#151) (b858c4f)
Changelog

Sourced from groq's changelog.

0.13.1 (2024-12-14)

Full Changelog: v0.13.0...v0.13.1

Chores

Documentation

  • readme: fix http client proxies example (#151) (b858c4f)
Commits

Updates cohere from 5.13.2 to 5.13.4

Updates google-cloud-aiplatform from 1.73.0 to 1.75.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.75.0

1.75.0 (2024-12-17)

Features

  • A new field list_all_versions to ListPublisherModelsRequest (4b7799b)
  • A new value NVIDIA_H100_MEGA_80GB is added to enum AcceleratorType (4b7799b)
  • Add new RequiredReplicaCount field to DedicatedResources in MachineResources (4b7799b)
  • Add new Status field to DeployedModel in Endpoint (4b7799b)
  • Add new Status field to DeployedModel in Endpoint (4b7799b)
  • Add properties feature_stats_and_anomalies to FeatureMonitorJob (92feb60)
  • Add service renaming to GoSettings (4b7799b)
  • Add support for opt-in debug logging (#4734) (4b7799b)
  • Add workbench_runtime and kernel_name to NotebookExecutionJob (4b7799b)
  • Add workbench_runtime and kernel_name to NotebookExecutionJob (4b7799b)
  • Feature Store - Support returning stats in get feature (9a12097)
  • GenAI - Added support for GenerationConfig.response_modalities (78898fc)
  • Support stream_query in LangChain Agent Templates in the Python Reasoning Engine Client (99f613b)
  • Support streaming in the Reasoning Engine Python client. (a604a2e)

Bug Fixes

  • RAG - Fix the uri used for upload_file (05f27b6)
  • Rag - fix upload file environment mismatch (b9fecea)

Documentation

  • A comment for field encryption_spec in message .google.cloud.aiplatform.v1.NotebookExecutionJob is changed (4b7799b)
  • A comment for field encryption_spec in message .google.cloud.aiplatform.v1beta1.NotebookExecutionJob is changed (4b7799b)

v1.74.0

1.74.0 (2024-12-04)

Features

  • Add browse pre-built metrics button for Ipython environments when listing example metrics for Gen AI Evaluation (58ba55e)
  • Add compatibility for RagRetrievalConfig in rag_store and rag_retrieval (c52e3e4)
  • Add deprecation warnings for use of similarity_top_k, vector_search_alpha, and vector_distance_threshold in retrieval_query, use RagRetrievalConfig instead. (c52e3e4)
  • Add FeatureMonitorJob Create,Get,List in Vertex AI SDK (03eb735)
  • Add List FeatureMonitor function to FeatureGroup in Vertex AI SDK (21bc83b)
  • Add sdk support to inference timeout on cloud-based endpoints (dedicated or PSC). (f917269)
  • Add support for Document AI Layout Parser as a RAG import option (565c800)
  • Add support for ranking field in rag_retrieval_config for rag_store creation. (6faa1d0)
  • Add vector_similarity_threshold support within RagRetrievalConfig in rag_store and rag_retrieval GA and preview versions (9402b3d)
  • Add Vertex RAG service proto to v1 (a56e4dd)
  • Adding Vertex AI Search Config for RAG corpuses to SDK (d3d69d6)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.75.0 (2024-12-17)

Features

  • A new field list_all_versions to ListPublisherModelsRequest (4b7799b)
  • A new value NVIDIA_H100_MEGA_80GB is added to enum AcceleratorType (4b7799b)
  • Add new RequiredReplicaCount field to DedicatedResources in MachineResources (4b7799b)
  • Add new Status field to DeployedModel in Endpoint (4b7799b)
  • Add new Status field to DeployedModel in Endpoint (4b7799b)
  • Add properties feature_stats_and_anomalies to FeatureMonitorJob (92feb60)
  • Add service renaming to GoSettings (4b7799b)
  • Add support for opt-in debug logging (#4734) (4b7799b)
  • Add workbench_runtime and kernel_name to NotebookExecutionJob (4b7799b)
  • Add workbench_runtime and kernel_name to NotebookExecutionJob (4b7799b)
  • Feature Store - Support returning stats in get feature (9a12097)
  • GenAI - Added support for GenerationConfig.response_modalities (78898fc)
  • Support stream_query in LangChain Agent Templates in the Python Reasoning Engine Client (99f613b)
  • Support streaming in the Reasoning Engine Python client. (a604a2e)

Bug Fixes

  • RAG - Fix the uri used for upload_file (05f27b6)
  • Rag - fix upload file environment mismatch (b9fecea)

Documentation

  • A comment for field encryption_spec in message .google.cloud.aiplatform.v1.NotebookExecutionJob is changed (4b7799b)
  • A comment for field encryption_spec in message .google.cloud.aiplatform.v1beta1.NotebookExecutionJob is changed (4b7799b)

1.74.0 (2024-12-04)

Features

  • Add browse pre-built metrics button for Ipython environments when listing example metrics for Gen AI Evaluation (58ba55e)
  • Add compatibility for RagRetrievalConfig in rag_store and rag_retrieval (c52e3e4)
  • Add deprecation warnings for use of similarity_top_k, vector_search_alpha, and vector_distance_threshold in retrieval_query, use RagRetrievalConfig instead. (c52e3e4)
  • Add FeatureMonitorJob Create,Get,List in Vertex AI SDK (03eb735)
  • Add List FeatureMonitor function to FeatureGroup in Vertex AI SDK (21bc83b)
  • Add sdk support to inference timeout on cloud-based endpoints (dedicated or PSC). (f917269)
  • Add support for Document AI Layout Parser as a RAG import option (565c800)
  • Add support for ranking field in rag_retrieval_config for rag_store creation. (6faa1d0)
  • Add vector_similarity_threshold support within RagRetrievalConfig in rag_store and rag_retrieval GA and preview versions (9402b3d)
  • Add Vertex RAG service proto to v1 (a56e4dd)
  • Adding Vertex AI Search Config for RAG corpuses to SDK (d3d69d6)
  • Fix file type mismatch in uploading eval results to GCS, supported types: CSV, JSON. (905c766)
  • GenAI - Grounding - Released VertexAiSearch and Retrieval to GA (0537fec)

... (truncated)

Commits
  • 7a6c9e4 chore(main): release 1.75.0 (#4752)
  • f18f65f chore: Comment out caplog assertion
  • 470e594 chore: Add prompts documentation (auto-generated)
  • 99f613b feat: Support stream_query in LangChain Agent Templates in the Python Reaso...
  • 25622f8 chore: fix doc wording in list_features()
  • dab0703 chore: disable flaky legacy evaluation tests
  • 78898fc feat: GenAI - Added support for GenerationConfig.response_modalities
  • b4ee0ad chore: Drop LangChain unit testing for Python 3.8
  • 11f7593 chore: GAPIC - Updated the GAPIC types based on https://github.com/googleapis...
  • a86c2f1 chore: Make the reasoning_engine system test hermetic.
  • Additional commits viewable in compare view

Updates cerebras-cloud-sdk from 1.12.2 to 1.15.0

Changelog

Sourced from cerebras-cloud-sdk's changelog.

1.15.0 (2024-12-16)

Full Changelog: v1.14.0...v1.15.0

Chores

1.14.0 (2024-12-11)

Full Changelog: v1.13.1...v1.14.0

Chores

Documentation

  • readme: fix http client proxies example (#337) (e4e1d46)

1.13.1 (2024-12-05)

Full Changelog: v1.13.0...v1.13.1

Features

Chores

1.13.0 (2024-12-02)

Full Changelog: v1.12.2...v1.13.0

Features

... (truncated)

Commits

Updates fireworks-ai from 0.15.9 to 0.15.10

Updates writer-sdk from 1.5.0 to 1.6.1

Release notes

Sourced from writer-sdk's releases.

v1.6.1

1.6.1 (2024-12-17)

Full Changelog: v1.6.0...v1.6.1

Chores

v1.6.0

1.6.0 (2024-12-16)

Full Changelog: v1.5.0...v1.6.0

Features

Chores

Documentation

  • readme: example snippet for client context manager (#139) (30ae872)
  • readme: fix http client proxies example (#135) (4e39cfe)
Changelog

Sourced from writer-sdk's changelog.

1.6.1 (2024-12-17)

Full Changelog: v1.6.0...v1.6.1

Chores

1.6.0 (2024-12-16)

Full Changelog: v1.5.0...v1.6.0

Features

Chores

Documentation

  • readme: example snippet for client context manager (#139) (30ae872)
  • readme: fix http client proxies example (#135) (4e39cfe)
Commits
  • bf6cdb0 Merge pull request #144 from writer/release-please--branches--main--changes--...
  • 18d7c1b release: 1.6.1
  • cb1be53 chore(internal): fix some typos (#145)
  • ac0d81e chore(internal): codegen related update (#140)
  • f768ab7 Merge pull request #130 from writer/release-please--branches--main--changes--...
  • aba0476 release: 1.6.0
  • 30ae872 docs(readme): example snippet for client context manager (#139)
  • fc58a7d chore(internal): updated imports (#138)
  • 4523c9d chore(internal): add support for TypeAliasType (#137)
  • 66af392 chore(internal): bump pyright (#136)
  • Additional commits viewable in compare view

Updates pytest-asyncio from 0.24.0 to 0.25.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.25.0

0.25.0 (2024-12-13)

  • Deprecated: Added warning when asyncio test requests async @pytest.fixture in strict mode. This will become an error in a future version of flake8-asyncio. #979
  • Updates the error message about pytest.mark.asyncio's scope keyword argument to say loop_scope instead. #1004
  • Verbose log displays correct parameter name: asyncio_default_fixture_loop_scope #990
  • Propagates contextvars set in async fixtures to other fixtures and tests on Python 3.11 and above. #1008
Commits
  • b24de08 build: Prepare release of v0.25.0
  • 9fd64da changelog += asyncio_default_fixture_loop_scope
  • f15b9c2 Add release note for #1008
  • 0184cba Refactor tests to use Pytester
  • 97c682f Copy context variables from non-generator fixtures
  • 62ab185 Improve contextvars test coverage
  • 3004bb7 Simplify contextvars support
  • 746c114 Maintain contextvars.Context in fixtures and tests
  • ebbd602 docs: describe when UsageError is raised for loop_scope="class" marker
  • c4c1b48 Build(deps): Bump hypothesis in /dependencies/default
  • Additional commits viewable in compare view

Updates coverage from 7.6.8 to 7.6.9

Changelog

Sourced from coverage's changelog.

Version 7.6.9 — 2024-12-06

  • Fix: Tomas Uribe fixed <pull 1901_>_ a performance problem in the XML report. Large code bases should produce XML reports much faster now.

.. _pull 1901: nedbat/coveragepy#1901

.. _changes_7-6-8:

Commits
  • daac76d docs: sample HTML for 7.6.9
  • f7d7e42 docs: prep for 7.6.9
  • 8fe3b2b docs: thanks, Tomas Uribe for #1901
  • 346cfc0 fix: use set instead of list for arcs_executed, fixes poor performance (#1901)
  • 484678e fix: COVERAGE_ONE_CORE should mean ctrace if possible
  • 37451ed chore: make upgrade doc_upgrade
  • bd23445 chore: bump the action-dependencies group with 2 updates (#1899)
  • 01cf50c test: add a test to satisfy a condition in results.py
  • 74d3c50 chore: make upgrade
  • f3b269c build: only comment once on an issue mentioned twice
  • Additional commits viewable in compare view

Updates pyright from 1.1.389 to 1.1.391

Commits

Updates mkdocs-material from 9.5.47 to 9.5.49

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.49

  • Adjusted title color in dark mode for all supported Mermaid.js diagrams
  • Fixed #7803: Privacy plugin crashes on generated files
  • Fixed #7781: Mermaid.js flow chart title not visible in dark mode

mkdocs-material-9.5.48

  • Fixed #7774: Disabling social cards doesn't work
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.49 (2024-12-16)

  • Adjusted title color in dark mode for all supported Mermaid.js diagrams
  • Fixed #7803: Privacy plugin crashes on generated files
  • Fixed #7781: Mermaid.js flow chart title not visible in dark mode

mkdocs-material-9.5.48 (2024-12-08)

  • Fixed #7774: Disabling social cards doesn't work

mkdocs-material-9.5.47 (2024-12-01)

  • Fixed #7750: Numeric tags break search
  • Fixed #7748: Blog plugin breaks when using future drafts (9.5.45 regression)

mkdocs-material-9.5.46 (2024-11-25)

  • Added support for removing preload hints in privacy plugin
  • Fixed #7734: Code blocks in h5 headlines are uppercased
  • Fixed #7725: Blog plugin crashing on missing timezone (9.5.45 regression)

mkdocs-material-9.5.45 (2024-11-20)

  • Reduced size of Docker image through multi-stage build
  • Fixed #7708: Blog plugin crashing on YAML dates with timezones

mkdocs-material-9.5.44 (2024-11-05)

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

mkdocs-material-9.5.43 (2024-10-31)

  • Added support for external images in SVGs in privacy plugin
  • Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS

mkdocs-material-9.5.42 (2024-10-20)

  • Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)

mkdocs-material-9.5.41 (2024-10-15)

  • Fixed #7619: Improved tooltip on logo disappears after instant navigation
  • Fixed #7616: Race condition in built-in privacy plugin when inlining assets
  • Fixed #7615: Comments and "Was this page helpful?" visible when printing

mkdocs-material-9.5.40 (2024-10-10)

  • Updated Latvian translations
  • Fixed #7597: Social cards not using site name on home page

... (truncated)

Commits

Updates mkdocs-rss-plugin from 1.17.0 to 1.17.1

Release notes

Sourced from mkdocs-rss-plugin's releases.

1.17.1

What's Changed

Bugs fixes 🐛

  • fix(rss): email and name were inverted in output and so uncompliant by

Bumps the poetry group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.40.0` | `0.42.0` |
| [groq](https://github.com/groq/groq-python) | `0.13.0` | `0.13.1` |
| cohere | `5.13.2` | `5.13.4` |
| [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.73.0` | `1.75.0` |
| [cerebras-cloud-sdk](https://github.com/Cerebras/cerebras-cloud-sdk-python) | `1.12.2` | `1.15.0` |
| [fireworks-ai](https://fireworks.ai) | `0.15.9` | `0.15.10` |
| [writer-sdk](https://github.com/writer/writer-python) | `1.5.0` | `1.6.1` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.9` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.389` | `1.1.391` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.47` | `9.5.49` |
| [mkdocs-rss-plugin](https://github.com/Guts/mkdocs-rss-plugin) | `1.17.0` | `1.17.1` |
| [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `8.13.51` | `8.13.52` |
| [datasets](https://github.com/huggingface/datasets) | `3.1.0` | `3.2.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.4` |



Updates `anthropic` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.40.0...v0.42.0)

Updates `groq` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/groq/groq-python/releases)
- [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md)
- [Commits](groq/groq-python@v0.13.0...v0.13.1)

Updates `cohere` from 5.13.2 to 5.13.4

Updates `google-cloud-aiplatform` from 1.73.0 to 1.75.0
- [Release notes](https://github.com/googleapis/python-aiplatform/releases)
- [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-aiplatform@v1.73.0...v1.75.0)

Updates `cerebras-cloud-sdk` from 1.12.2 to 1.15.0
- [Changelog](https://github.com/Cerebras/cerebras-cloud-sdk-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Cerebras/cerebras-cloud-sdk-python/commits)

Updates `fireworks-ai` from 0.15.9 to 0.15.10

Updates `writer-sdk` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/writer/writer-python/releases)
- [Changelog](https://github.com/writer/writer-python/blob/main/CHANGELOG.md)
- [Commits](writer/writer-python@v1.5.0...v1.6.1)

Updates `pytest-asyncio` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.0)

Updates `coverage` from 7.6.8 to 7.6.9
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.8...7.6.9)

Updates `pyright` from 1.1.389 to 1.1.391
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.389...v1.1.391)

Updates `mkdocs-material` from 9.5.47 to 9.5.49
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.47...9.5.49)

Updates `mkdocs-rss-plugin` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/Guts/mkdocs-rss-plugin/releases)
- [Changelog](https://github.com/Guts/mkdocs-rss-plugin/blob/main/CHANGELOG.md)
- [Commits](Guts/mkdocs-rss-plugin@1.17.0...1.17.1)

Updates `phonenumbers` from 8.13.51 to 8.13.52
- [Commits](daviddrysdale/python-phonenumbers@v8.13.51...v8.13.52)

Updates `datasets` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@3.1.0...3.2.0)

Updates `ruff` from 0.8.1 to 0.8.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.1...0.8.4)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: groq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: cohere
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: google-cloud-aiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: cerebras-cloud-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: fireworks-ai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: writer-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: mkdocs-rss-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: phonenumbers
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: datasets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2024
Copy link

cloudflare-workers-and-pages bot commented Dec 25, 2024

Deploying instructor-py with  Cloudflare Pages  Cloudflare Pages

Latest commit: b756317
Status: ✅  Deploy successful!
Preview URL: https://155a6b6b.instructor-py.pages.dev
Branch Preview URL: https://dependabot-pip-poetry-9246e6.instructor-py.pages.dev

View logs

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2024

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

@dependabot dependabot bot closed this Dec 25, 2024
@dependabot dependabot bot deleted the dependabot/pip/poetry-9246e6daf1 branch December 25, 2024 02:50
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants