diff --git a/CHANGES.md b/CHANGES.md index 7d759d9..aae4be7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,14 +2,14 @@ ## 0.14 (??/??/20??) -- Update coverage requirement from <7.4,>=5.3 to >=5.3,<7.7 #82, #90, #95 -- Update protobuf requirement from <4.26,>=3.13 to >=3.13,<5.29 #85, #92, #94 #97 +- Update coverage requirement from <7.4,>=5.3 to >=5.3,<7.7 #82, #90 #95 +- Update protobuf requirement from <4.26,>=3.13 to >=3.13,<5.30 #85 #92 #94 #97 #102 - 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,<6.1 #87, #101 -- Update pytest-env requirement from <1.2,==0.6 to 1.1.5 #81, #98, #99 +- 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,<6.1 #87 #101 +- Update pytest-env requirement from <1.2,==0.6 to 1.1.5 #81 #98, #99 - 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.29 #88, #89, #100 +- Update types-protobuf requirement from ==4.24.* to >=4.24,<5.29 #88 #89 #100 - Use codecov GH Action instead of Shell, use GH Secret #91 - Set GH Action checkout depth to 2 to fix Codecov error #91 - Dropped Python 3.7 so we can use pytest-env #81