From 65fb6458624157ca2e732863d25822f031c0bf76 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 18 Oct 2023 08:20:03 +0200 Subject: [PATCH] Bump prospector to 1.10.3, update changelog --- CHANGELOG.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c85600c7..a9b08033 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ######### +Version 1.10.3 +-------------- + +**New**: + +* Dependencies versions were bumped following multiple moderate CVE declared in transitive dependencies. Version 1.10.1 and 1.10.2 ------------------------- diff --git a/pyproject.toml b/pyproject.toml index a6547873..b650af39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prospector" -version = "1.10.2" +version = "1.10.3" description = "Prospector is a tool to analyse Python code by aggregating the result of other tools." authors = ["Carl Crowder "] maintainers = ["Carl Crowder ",