From ef55828ecf37c770cc948afff769f932ff5df602 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 17 Sep 2024 20:25:04 +0200 Subject: [PATCH] deps: Update dependency csv-diff to v1.2 (#483) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [csv-diff](https://redirect.github.com/simonw/csv-diff) | `==1.1` -> `==1.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/csv-diff/1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/csv-diff/1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/csv-diff/1.1/1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/csv-diff/1.1/1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
simonw/csv-diff (csv-diff) ### [`v1.2`](https://redirect.github.com/simonw/csv-diff/releases/tag/1.2) [Compare Source](https://redirect.github.com/simonw/csv-diff/compare/1.1...1.2) - New feature: `--extra key "python format string"`, for adding additional output keys to the human-readable version of the diff. [#​38](https://redirect.github.com/simonw/csv-diff/issues/38) - Don't crash in JSON format mode if some JSON keys are missing. [#​13](https://redirect.github.com/simonw/csv-diff/issues/13) - Now includes a `Dockerfile` and instructions for building and running it that way. Thanks, [@​gourk](https://redirect.github.com/gourk). [#​11](https://redirect.github.com/simonw/csv-diff/issues/11)
--- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/genai-databases-retrieval-app). --- retrieval_service/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retrieval_service/requirements-test.txt b/retrieval_service/requirements-test.txt index 6cc22970..80dbd913 100644 --- a/retrieval_service/requirements-test.txt +++ b/retrieval_service/requirements-test.txt @@ -6,5 +6,5 @@ mypy==1.8.0 pytest-asyncio==0.23.6 pytest==8.2.0 types-PyYAML==6.0.12.20240724 -csv-diff==1.1 +csv-diff==1.2 pytest-cov==5.0.0