From 91e68ee01850da205d3f2aec977db3277adc276f Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Wed, 26 Jun 2024 22:11:15 +0200 Subject: [PATCH] 0.2.3 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 044f960..181d01e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -392,13 +392,13 @@ files = [ [[package]] name = "tenacity" -version = "8.4.1" +version = "8.4.2" description = "Retry code until it succeeds" optional = false python-versions = ">=3.8" files = [ - {file = "tenacity-8.4.1-py3-none-any.whl", hash = "sha256:28522e692eda3e1b8f5e99c51464efcc0b9fc86933da92415168bc1c4e2308fa"}, - {file = "tenacity-8.4.1.tar.gz", hash = "sha256:54b1412b878ddf7e1f1577cd49527bad8cdef32421bd599beac0c6c3f10582fd"}, + {file = "tenacity-8.4.2-py3-none-any.whl", hash = "sha256:9e6f7cf7da729125c7437222f8a522279751cdfbe6b67bfe64f75d3a348661b2"}, + {file = "tenacity-8.4.2.tar.gz", hash = "sha256:cd80a53a79336edba8489e767f729e4f391c896956b57140b5d7511a64bbd3ef"}, ] [package.extras] diff --git a/pyproject.toml b/pyproject.toml index fd94791..1e70e5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "saic_ismart_client_ng" homepage = "https://github.com/SAIC-iSmart-API/saic-python-client-ng" -version = "0.2.2" +version = "0.2.3" description = "SAIC next gen client library (MG iSMART)" authors = [ "Giovanni Condello ",