From 9573023f9b58bebea5295b5ddd8737cf94134cd8 Mon Sep 17 00:00:00 2001 From: Camillo Lugaresi Date: Thu, 6 Jun 2024 14:56:12 -0700 Subject: [PATCH] fix: update codecov dep to 2.1.13 See https://about.codecov.io/blog/message-regarding-the-pypi-package/. Ideally this project should upgrade to the new codecov-cli or github action, but for now this should unblock tests. --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index e658c28..d908dc9 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -27,7 +27,7 @@ click==8.1.3 # via # black # pip-tools -codecov==2.1.12 +codecov==2.1.13 # via ormar-postgres-extensions commonmark==0.9.1 # via rich