Skip to content

Bump the memiris-python-dependencies group across 1 directory with 24 updates#453

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/memiris/memiris-python-dependencies-7aafb1fcf4
Open

Bump the memiris-python-dependencies group across 1 directory with 24 updates#453
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/memiris/memiris-python-dependencies-7aafb1fcf4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps the memiris-python-dependencies group with 24 updates in the /memiris directory:

Package From To
weaviate-client 4.15.4 4.20.3
ollama 0.5.4 0.6.1
openai 1.109.1 2.26.0
cachetools 6.1.0 7.0.4
pylint-per-file-ignores 1.4.0 3.2.0
langfuse 3.1.2 3.14.5
langchain 0.3.27 0.3.28
langchain-core 0.3.77 0.3.83
langchain-community 0.3.30 0.3.31
langchain-ollama 0.3.8 0.3.10
langchain-openai 0.3.34 0.3.35
langgraph 0.6.8 1.0.1
mypy 1.16.0 1.19.1
pylint 3.3.7 4.0.5
black 25.1.0 26.3.0
isort 6.0.1 8.0.1
yamllint 1.37.1 1.38.0
bandit 1.8.3 1.9.4
pytest 8.4.0 9.0.2
coverage 7.9.1 7.13.4
pre-commit 4.2.0 4.5.1
types-cachetools 5.5.0.20240820 6.2.0.20251022
testcontainers 4.10.0 4.14.1
pytest-mock 3.14.1 3.15.1

Updates weaviate-client from 4.15.4 to 4.20.3

Release notes

Sourced from weaviate-client's releases.

v4.20.3

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.20.2...v4.20.3

v4.20.2

What's Changed

New Contributors

Full Changelog: weaviate/weaviate-python-client@v4.20.1...v4.20.2

v4.20.1

What's Changed

Full Changelog: weaviate/weaviate-python-client@v4.20.0...v4.20.1

v4.20.0

What's Changed

New Contributors

Full Changelog: weaviate/weaviate-python-client@v4.19.4...v4.20.0

v4.19.4

What's Changed

... (truncated)

Changelog

Sourced from weaviate-client's changelog.

Version 4.20.3

This patch version includes: - Update of authlib dependency

Version 4.20.2

This patch version includes: - Support for incremental backups

Version 4.20.1

This patch version includes: - Raise an input error when filtering on an empty list

Version 4.20.0

This minor version includes: - Support for new 1.36 features: - Server-side batching (SSB) is now GA via batch.stream (batch.experimental is deprecated) - Add collection.data.ingest as a new entry point for SSB usage in sync and async clients - Add support for the new HFresh index type - Add support for async replication configuration - Add support for cancelling backup restore operations - Add collection.config.delete_property_index to drop filterable, searchable, or range filter indices from properties - Add client.cluster.statistics() method for retrieving cluster and Raft statistics - Allow images and image_properties in Cohere generative config at runtime - Provide options to specify custom gRPC SSL credentials for advanced connection setups - Remove cache option from SQConfig and deprecate the field in the factory method - Fix validation of nested object properties to allow id as a nested property name

Version 4.19.4

This patch version includes: - Adds the gRPC healthcheck ping to the is_live() method of the async client to provide a more accurate check of the connection status of the async client - Fixes bug where exceptions raised in collections.exists() were silently ignored and the method would return False instead of raising the exception

Version 4.19.3

This patch version includes: - Add support for VoyageAI voyage-4 model family (voyage-4, voyage-4-lite, voyage-4-large) - A fix for async client connection issues when pypi is down

Version 4.19.2

This patch version includes:

  • Revert merging #1915; not yet merged into Weaviate server

... (truncated)

Commits
  • db8a91c Bump authlib to 1.6.9 to avoid high cve (#1975)
  • 1b1e069 Merge pull request #1973 from weaviate/changelog_v4-20-2
  • 452f9d8 Changelog for v4.20.2
  • fa8d0aa Merge pull request #1928 from weaviate/incremental_backup_support
  • 7d62030 Add object TTL env var
  • b1c49e9 Add version with support for incremental backups
  • 6c3d31c Change parameter name
  • 0c8a821 Better name for base backup id
  • 3bce16e Add support for incremental backups
  • bd488bb Merge pull request #1965 from dudanogueira/expose-include-last-user-time-and-...
  • Additional commits viewable in compare view

Updates ollama from 0.5.4 to 0.6.1

Release notes

Sourced from ollama's releases.

v0.6.1

What's Changed

Full Changelog: ollama/ollama-python@v0.6.0...v0.6.1

v0.6.0

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.5.4...v0.6.0

Commits

Updates openai from 1.109.1 to 2.26.0

Release notes

Sourced from openai's releases.

v2.26.0

2.26.0 (2026-03-05)

Full Changelog: v2.25.0...v2.26.0

Features

  • api: The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' tool is moved to ComputerUsePreview (78f5b3c)

v2.25.0

2.25.0 (2026-03-05)

Full Changelog: v2.24.0...v2.25.0

Features

  • api: gpt-5.4, tool search tool, and new computer tool (6b2043f)
  • api: remove prompt_cache_key param from responses, phase field from message types (44fb382)

Bug Fixes

Chores

  • internal: codegen related update (bdb837d)
  • internal: codegen related update (b1de941)
  • internal: reduce warnings (7cdbd06)

v2.24.0

2.24.0 (2026-02-24)

Full Changelog: v2.23.0...v2.24.0

Features

Bug Fixes

Chores

... (truncated)

Changelog

Sourced from openai's changelog.

2.26.0 (2026-03-05)

Full Changelog: v2.25.0...v2.26.0

Features

  • api: The GA ComputerTool now uses the CompuerTool class. The 'computer_use_preview' tool is moved to ComputerUsePreview (78f5b3c)

2.25.0 (2026-03-05)

Full Changelog: v2.24.0...v2.25.0

Features

  • api: gpt-5.4, tool search tool, and new computer tool (6b2043f)
  • api: remove prompt_cache_key param from responses, phase field from message types (44fb382)

Bug Fixes

Chores

  • internal: codegen related update (bdb837d)
  • internal: codegen related update (b1de941)
  • internal: reduce warnings (7cdbd06)

2.24.0 (2026-02-24)

Full Changelog: v2.23.0...v2.24.0

Features

Bug Fixes

Chores

  • internal: make test_proxy_environment_variables more resilient to env (65af8fd)
  • internal: refactor sse event parsing (2344600)

... (truncated)

Commits
  • 15afa21 release: 2.26.0 (#2932)
  • 9b1bb6e release: 2.25.0 (#2891)
  • 656e3ca release: 2.24.0 (#2890)
  • 921c330 release: 2.23.0
  • 650ccd9 codegen metadata
  • 9e9a4f1 feat(api): add gpt-realtime-1.5 and gpt-audio-1.5 model options to realtime c...
  • 588d239 chore(internal): make test_proxy_environment_variables more resilient
  • 481ff6e release: 2.22.0
  • e273d62 feat(api): websockets for responses api
  • c612cfb chore(internal): add request options to SSE classes
  • Additional commits viewable in compare view

Updates cachetools from 6.1.0 to 7.0.4

Changelog

Sourced from cachetools's changelog.

v7.0.4 (2026-03-08)

  • Fix and properly document @cachedmethod.cache_key behavior.

  • Minor documentation improvements.

v7.0.3 (2026-03-05)

  • Fix DeprecationWarning when creating an autospec mock with @cachedmethod decorations.

v7.0.2 (2026-03-02)

  • Provide more efficient clear() implementation for all support Cache classes (courtesy Josep Pon Farreny).

v7.0.1 (2026-02-10)

  • Various test improvements.

  • Update Copilot Instructions.

v7.0.0 (2026-02-01)

  • Require Python 3.10 or later (breaking change).

  • Drop support for passing info as fourth positional parameter to @cached (breaking change).

  • Drop support for cache(self) returning None with @cachedmethod (breaking change).

  • Convert the @cachedmethod wrappers to descriptors, deprecating its use with class methods and instances that do not provide a mutable __dict__ attribute (potentially breaking change).

  • Convert the previously undocumented @cachedmethod attributes (cache, cache_lock, etc.) to properties for instance methods, providing official support and documentation (potentially breaking change).

... (truncated)

Commits

Updates pylint-per-file-ignores from 1.4.0 to 3.2.0

Changelog

Sourced from pylint-per-file-ignores's changelog.

3.2.0 (2025-11-25)

  • Updated the release actions

3.1.0

  • Support pylint 4.x

3.0.0

  • Removed support for python 3.9

2.0.3

  • Make glob patterns recursive

2.0.2

  • Fixed version mismatch

2.0.1

  • Fixed project classifiers

2.0.0

  • Dropped support for pylint versions below 3.3
  • Officially support python 3.9-3.14
  • Dropped support for python 3.8 and before
  • Complete refactoring of the project
  • Dropped support for the custom pyproject.toml section
  • Support parallel mode of pylint
  • Switch from regex patterns to globs
Commits

Updates langfuse from 3.1.2 to 3.14.5

Commits

Updates langchain from 0.3.27 to 0.3.28

Release notes

Sourced from langchain's releases.

langchain==0.3.28

Changes since langchain==0.3.27

fix(langchain): bump minimum langchain-core to 0.3.73 (#35608) release(langchain): 0.3.28 (#35607) fix(langchain): backport patch ReDoS vulnerability in MRKL and ReAct action regex (CVE-2024-58340) (#35603) feat(core,langchain,text-splitters): (v0.3) use uuid7 for run ids (#34732) fix(core): serialization patch (#34458) feat(openai): enable stream_usage when using default base URL and client (#33296) fix(langchain): handle gpt-5 model name in init_chat_model (#33148) fix(langchain): add context_management to Anthropic chat model init (#33150) docs: more standardization (#33124) refactor(langchain): resolve pydantic deprecation warnings (#33125) docs: standardize .. code-block directive usage (#33122) chore: bump ruff version to 0.13 (#33043) fix: update method calls from dict to model_dump in Chain (#33035) chore: update pyproject.toml files, remove codespell (#33028) chore(langchain): drop cap on python version (#32974) chore: restore commented out optional deps (#32971) docs(langchain): add docstring for _load_map_reduce_chain (#32961) docs(langchain): add docstring for _load_stuff_chain (#32932) revert: "chore: remove ruff target-version" (#32895) fix(openai): ainvoke uses async _aget_response; add async tests (#32459) chore: remove ruff target-version (#32880) chore(langchain): enable ruff docstring-code-format in langchain (#32858) chore(langchain): add ruff rule BLE (#32868) chore(docs): update package READMEs (#32869) chore(langchain): add ruff rule ERA (#32867) fix(langchain): preserve supplied llm in FlareChain.from_llm (#32847) chore(langchain): add ruff rules D (except D100 and D104) (#31994) chore(langchain): add ruff rules N (#32098) chore(langchain): improve PostgreSQL Manager upsert SQLAlchemy API calls. (#32748) chore: adress pytest-asyncio deprecation warnings + other nits (#32696) chore(langchain): add mypy pydantic plugin (#32610) chore: update references to use the latest version of Claude-3.5 Sonnet (#32594) chore(langchain): add mypy warn_unreachable setting (#32529) docs: update outdated README.md content (#32540) fix(tests): add anthropic_proxy to configurable test parameters chore(langchain): select ALL rules with exclusions (#31930) feat: port various nit changes from wip-v0.4 (#32506) chore: formatting across codebase (#32466) feat(openai): minimal and verbosity (#32455) fix: use new Google model names in examples (#32288) fix: update bar_model to use the correct model version claude-3-7-sonnet-20250219 (#32284) refactor: remove references to unsupported model claude-3-sonnet-20240229 (#32281) fix(core): track within-batch deduplication in indexing num_skipped count (#32273) fix: formatting issues in docstrings (#32265) fix: devcontainer (#32260) chore(langchain): add ruff rules ARG (#32110) chore(langchain): add ruff rules TC (#31921)

... (truncated)

Commits

Updates langchain-core from 0.3.77 to 0.3.83

Release notes

Sourced from langchain-core's releases.

langchain-core==0.3.83

Changes since langchain-core==0.3.82

release(core): 0.3.83 (#34733) feat(core,langchain,text-splitters): (v0.3) use uuid7 for run ids (#34732)

langchain-core==0.3.82

Changes since langchain-core==0.3.81

release(core): 0.3.82 (#34688) fix(core): defer persisting traces for iterator inputs (#34687) feat(core): add usage_metadata to metadata in LangChainTracer (#34686)

langchain-core==0.3.81

Changes since langchain-core==0.3.80

release(core): 0.3.81 (#34459) fix(core): serialization patch (#34458)

langchain-core==0.3.80

Changes since langchain-core==0.3.79

release(core): 0.3.80 (#34039) fix(core): fix validation for input variables in f-string templates, restrict functionality supported by jinja2, mustache templates (GHSA-6qv9-48xg-fc7f) (#34038)

Commits

Updates langchain-community from 0.3.30 to 0.3.31

Commits
  • 923e6fb core[patch]: 0.3.31 (#29320)
  • 06456c1 docs: update google_cloud_sql_mssql.ipynb (#29315)
  • d3ed9b8 text-splitters[minor]: Replace lxml and XSLT with BeautifulSoup in HTMLHeader...
  • 989eec4 core: Add ruff rule S101 (no assert) (#29267)
  • e5d62c6 core: Add ruff rule W293 (whitespaces) (#29272)
  • 4efc509 community[minor]: Refactoring PyMuPDF parser, loader and add image blob parse...
  • f175319 [feat] Added backwards compatibility for OllamaEmbeddings initialization (mig...
  • 7a95ffc community: fix some features on Naver ChatModel & embedding model 2 (#29243)
  • 5d64597 docs: fix broken Appearance of langchain_community/document_loaders/recursiv...
  • 6c52378 Add Google-style docstring linting and update pyproject.toml (#29303)
  • Additional commits viewable in compare view

Updates langchain-ollama from 0.3.8 to 0.3.10

Commits

Updates langchain-openai from 0.3.34 to 0.3.35

Commits

Updates langgraph from 0.6.8 to 1.0.1

Release notes

Sourced from langgraph's releases.

prebuilt==1.0.1

Changes since prebuilt==1.0.0

  • release: Checkpointers 3.0 (#6313)

1.0.1

Changes since 1.0.0

  • release: Checkpointers 3.0 (#6313)
  • chore: Restrict "json" type deserialization (#6269)

prebuilt==1.0.0

Changes since prebuilt==0.7.0rc1

  • release: langgraph + langgraph-prebuilt v1.0.0 (#6300)
  • feat: adding cursory Python 3.14 support (#6298)
  • style: fixes for ref docs (#6297)

1.0.0

Changes since 1.0.0rc1

  • release: langgraph + langgraph-prebuilt v1.0.0 (#6300)
  • feat: adding cursory Python 3.14 support (#6298)
  • style: fixes for ref docs (#6297)

1.0.0rc1

Changes since 0.6.10

  • chore: release rcs for prebuilt + langgraph (#6296)
  • chore: drop Python 3.9 (and syntax) (#6289)
  • docs: style linting (#6260)
  • release(langgraph): v1 working branch (#6093)
  • fix: rename away from LangGraph Platform (#6281)

1.0.0a4

Changes since 0.6.8

1.0.0a3

Changes since 0.6.7

1.0.0a2

Changes since 1.0.0a1

1.0.0a1

No release notes provided.

prebuilt==0.7.0rc1

Changes since prebuilt==0.7.0a2

  • chore: release rcs for prebuilt + langgraph (#6296)

... (truncated)

Commits

Updates mypy from 1.16.0 to 1.19.1

Changelog

Sourced from mypy's changelog.

Mypy 1.19.1

  • Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
  • Allow types.NoneType in match cases (A5rocks, PR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • A5rocks
  • BobTheBuidler
  • bzoracler
  • Chainfire
  • Christoph Tyralla
  • David Foster
  • Frank Dana
  • Guo Ci
  • iap
  • Ivan Levkivskyi
  • James Hilton-Balfe
  • jhance
  • Joren Hammudoglu
  • Jukka Lehtosalo
  • KarelKenens
  • Kevin Kannammalil
  • Marc Mueller
  • Michael Carlstrom
  • Michael J. Sullivan
  • Piotr Sawicki
  • Randolf Scholz
  • Shantanu
  • Sigve Sebastian Farstad
  • sobolevn
  • Stanislav Terliakov
  • Stephen Morton
  • Theodore Ando
  • Thiago J. Barbalho
  • wyattscarpenter

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.18

We’ve just uploaded mypy 1.18.1 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 9, 2026
@dependabot dependabot bot requested review from a team and Hialus as code owners March 9, 2026 09:17
@bassner bassner added this to the 2.0.0 milestone Mar 13, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/memiris/memiris-python-dependencies-7aafb1fcf4 branch from 5520da8 to a65d486 Compare March 16, 2026 09:09
… updates

Bumps the memiris-python-dependencies group with 24 updates in the /memiris directory:

| Package | From | To |
| --- | --- | --- |
| [weaviate-client](https://github.com/weaviate/weaviate-python-client) | `4.15.4` | `4.20.3` |
| [ollama](https://github.com/ollama/ollama-python) | `0.5.4` | `0.6.1` |
| [openai](https://github.com/openai/openai-python) | `1.109.1` | `2.26.0` |
| [cachetools](https://github.com/tkem/cachetools) | `6.1.0` | `7.0.4` |
| [pylint-per-file-ignores](https://github.com/SAP/pylint-per-file-ignores) | `1.4.0` | `3.2.0` |
| [langfuse](https://github.com/langfuse/langfuse) | `3.1.2` | `3.14.5` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.3.27` | `0.3.28` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `0.3.77` | `0.3.83` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.30` | `0.3.31` |
| [langchain-ollama](https://github.com/langchain-ai/langchain) | `0.3.8` | `0.3.10` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.34` | `0.3.35` |
| [langgraph](https://github.com/langchain-ai/langgraph) | `0.6.8` | `1.0.1` |
| [mypy](https://github.com/python/mypy) | `1.16.0` | `1.19.1` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.7` | `4.0.5` |
| [black](https://github.com/psf/black) | `25.1.0` | `26.3.0` |
| [isort](https://github.com/PyCQA/isort) | `6.0.1` | `8.0.1` |
| [yamllint](https://github.com/adrienverge/yamllint) | `1.37.1` | `1.38.0` |
| [bandit](https://github.com/PyCQA/bandit) | `1.8.3` | `1.9.4` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.4.0` | `9.0.2` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.9.1` | `7.13.4` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.5.1` |
| [types-cachetools](https://github.com/typeshed-internal/stub_uploader) | `5.5.0.20240820` | `6.2.0.20251022` |
| [testcontainers](https://github.com/testcontainers/testcontainers-python) | `4.10.0` | `4.14.1` |
| [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.1` |



Updates `weaviate-client` from 4.15.4 to 4.20.3
- [Release notes](https://github.com/weaviate/weaviate-python-client/releases)
- [Changelog](https://github.com/weaviate/weaviate-python-client/blob/main/docs/changelog.rst)
- [Commits](weaviate/weaviate-python-client@v4.15.4...v4.20.3)

Updates `ollama` from 0.5.4 to 0.6.1
- [Release notes](https://github.com/ollama/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.5.4...v0.6.1)

Updates `openai` from 1.109.1 to 2.26.0
- [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.109.1...v2.26.0)

Updates `cachetools` from 6.1.0 to 7.0.4
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v6.1.0...v7.0.4)

Updates `pylint-per-file-ignores` from 1.4.0 to 3.2.0
- [Release notes](https://github.com/SAP/pylint-per-file-ignores/releases)
- [Changelog](https://github.com/SAP/pylint-per-file-ignores/blob/main/CHANGELOG.md)
- [Commits](https://github.com/SAP/pylint-per-file-ignores/commits/v3.2.0)

Updates `langfuse` from 3.1.2 to 3.14.5
- [Release notes](https://github.com/langfuse/langfuse/releases)
- [Commits](https://github.com/langfuse/langfuse/commits)

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

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

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

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

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

Updates `langgraph` from 0.6.8 to 1.0.1
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@0.6.8...1.0.1)

Updates `mypy` from 1.16.0 to 1.19.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.16.0...v1.19.1)

Updates `pylint` from 3.3.7 to 4.0.5
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.7...v4.0.5)

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

Updates `isort` from 6.0.1 to 8.0.1
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@6.0.1...8.0.1)

Updates `yamllint` from 1.37.1 to 1.38.0
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](adrienverge/yamllint@v1.37.1...v1.38.0)

Updates `bandit` from 1.8.3 to 1.9.4
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.8.3...1.9.4)

Updates `pytest` from 8.4.0 to 9.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.4.0...9.0.2)

Updates `coverage` from 7.9.1 to 7.13.4
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.9.1...7.13.4)

Updates `pre-commit` from 4.2.0 to 4.5.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.2.0...v4.5.1)

Updates `types-cachetools` from 5.5.0.20240820 to 6.2.0.20251022
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `testcontainers` from 4.10.0 to 4.14.1
- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-python@testcontainers-v4.10.0...testcontainers-v4.14.1)

Updates `pytest-mock` from 3.14.1 to 3.15.1
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.14.1...v3.15.1)

---
updated-dependencies:
- dependency-name: weaviate-client
  dependency-version: 4.20.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: ollama
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: openai
  dependency-version: 2.26.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: cachetools
  dependency-version: 7.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: pylint-per-file-ignores
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: langfuse
  dependency-version: 3.14.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: langchain
  dependency-version: 0.3.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: memiris-python-dependencies
- dependency-name: langchain-core
  dependency-version: 0.3.83
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: memiris-python-dependencies
- dependency-name: langchain-community
  dependency-version: 0.3.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: memiris-python-dependencies
- dependency-name: langchain-ollama
  dependency-version: 0.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: memiris-python-dependencies
- dependency-name: langchain-openai
  dependency-version: 0.3.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: memiris-python-dependencies
- dependency-name: langgraph
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: pylint
  dependency-version: 4.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: black
  dependency-version: 26.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: isort
  dependency-version: 8.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: yamllint
  dependency-version: 1.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: bandit
  dependency-version: 1.9.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: coverage
  dependency-version: 7.13.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: pre-commit
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: types-cachetools
  dependency-version: 6.2.0.20251022
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: memiris-python-dependencies
- dependency-name: testcontainers
  dependency-version: 4.14.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
- dependency-name: pytest-mock
  dependency-version: 3.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: memiris-python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/memiris/memiris-python-dependencies-7aafb1fcf4 branch from a65d486 to 49e7a29 Compare March 23, 2026 09:09
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 memiris python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant