From bffdd26e3f15bad9a3e4a8c5d37848eb26423879 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Thu, 12 Sep 2024 21:16:37 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 86d4abb..c224b76 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,7 +7,7 @@ - Update pycodestyle requirement from <2.12,>=2.6 to >=2.6,<2.13 #93 - Update pytest requirement from <7.5,>=6.1 to >=6.1,<8.4 #83, #84, #91, #96 - Update pytest-cov requirement from <4.2,>=2.10 to >=2.10,<5.1 #87 -- Update pytest-env requirement from <1.2,==0.6 to ==1.1.3 #81 +- Update pytest-env requirement from <1.2,==0.6 to 1.1.3 #81, #98 - Update pytest-mock requirement from <3.13,>=3.11 to >=3.11,<3.15 #86 - Update types-protobuf requirement from ==4.24.* to >=4.24,<5.27 #88, #89 - Use codecov GH Action instead of Shell, use GH Secret #91