From c7bef4ee81bf7d9ffe642f652e916ff9c0c50cf5 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Wed, 18 Jan 2023 22:08:14 -0500 Subject: [PATCH] Version 7.3.2 --- CHANGELOG | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b6ba01bc..9c3ea5df 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +01/18/2023 v7.3.2 + +* Update dependencies in the lockfile, adds python 3.11 support. + Triggered by [Issue 310](https://github.com/Bachmann1234/diff_cover/issues/310) reported by kloczek + 01/18/2023 v7.3.1 * Fixes case where bundled tests fail in Solaris and other OSs that dont diff --git a/pyproject.toml b/pyproject.toml index 75de0454..7152526a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "7.3.1" +version = "7.3.2" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"