From f3e0d4cb116a63c8e50b81367de750be04fb1754 Mon Sep 17 00:00:00 2001 From: David Nowinsky Date: Fri, 20 Oct 2023 15:05:30 +0200 Subject: [PATCH] ci: v3.23.20 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- sonar-project.properties | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a12533d1a..6b832eee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # Changelog (Pypi package) +## [3.23.20] 2023-10-20 + +Dependencies security updates + ## [3.23.19] 2023-10-20 +Unpublished because of a bad dependency + ## [3.23.18] 2023-09-04 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 1afef2320..4ef0f900b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "3.23.19" +version = "3.23.20" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index dd49c1c5e..39ced6c11 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=toucantoco # This is the name and version displayed in the SonarCloud UI. sonar.projectName=Toucan Connectors -sonar.projectVersion=3.23.19 +sonar.projectVersion=3.23.20 sonar.python.version=3.10 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.