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 ",