From ee14ca73f73cce68a5aaf569243115a9a5cef0b6 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 12 Feb 2024 05:54:41 +0100 Subject: [PATCH] deps: Update dependency mypy to v1.8.0 (#221) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mypy](https://www.mypy-lang.org/) ([source](https://togithub.com/python/mypy), [changelog](https://mypy-lang.blogspot.com/)) | `==1.7.1` -> `==1.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mypy/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mypy/1.7.1/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.7.1/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
python/mypy (mypy) ### [`v1.8.0`](https://togithub.com/python/mypy/compare/v1.7.1...v1.8.0) [Compare Source](https://togithub.com/python/mypy/compare/v1.7.1...v1.8.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/genai-databases-retrieval-app). Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com> --- langchain_tools_demo/requirements-test.txt | 2 +- retrieval_service/requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/langchain_tools_demo/requirements-test.txt b/langchain_tools_demo/requirements-test.txt index db38ab70..d9378405 100644 --- a/langchain_tools_demo/requirements-test.txt +++ b/langchain_tools_demo/requirements-test.txt @@ -1,6 +1,6 @@ black==24.1.1 pytest==7.4.4 -mypy==1.7.1 +mypy==1.8.0 isort==5.13.2 types-requests==2.31.0.20240125 types-python-dateutil==2.8.19.20240106 \ No newline at end of file diff --git a/retrieval_service/requirements-test.txt b/retrieval_service/requirements-test.txt index 9517dbcb..c52ea2ff 100644 --- a/retrieval_service/requirements-test.txt +++ b/retrieval_service/requirements-test.txt @@ -2,7 +2,7 @@ asyncpg-stubs==0.29.1 black==24.1.1 httpx==0.26.0 isort==5.13.2 -mypy==1.7.1 +mypy==1.8.0 pytest-asyncio==0.23.4 pytest==7.4.4 types-PyYAML==6.0.12.12