Skip to content

Commit

Permalink
deps: Update dependency mypy to v1.8.0 (#221)
Browse files Browse the repository at this point in the history
[![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/)
|

---

<details>
<summary>python/mypy (mypy)</summary>

[Compare
Source](https://togithub.com/python/mypy/compare/v1.7.1...v1.8.0)

</details>

---

📅 **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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
  • Loading branch information
2 people authored and Yuan325 committed Mar 6, 2024
1 parent 58a64b2 commit 2e1f7ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions langchain_tools_demo/requirements-test.txt
@@ -1,6 +1,6 @@
black==24.1.1
pytest==8.0.0
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
types-python-dateutil==2.8.19.20240106
2 changes: 1 addition & 1 deletion retrieval_service/requirements-test.txt
Expand Up @@ -2,8 +2,8 @@ asyncpg-stubs==0.29.1
black==24.1.1
httpx==0.26.0
isort==5.13.2
mypy==1.7.1
pytest==8.0.0
mypy==1.8.0
pytest-asyncio==0.23.4
types-PyYAML==6.0.12.12
csv-diff==1.1

0 comments on commit 2e1f7ec

Please sign in to comment.