From 55265e69a45c63da42fe368992bc4c4c2e3857d8 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Tue, 13 Feb 2024 10:56:56 +0900 Subject: [PATCH] update version to 1.3.3 --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c834cb5..98c423d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdrs-client-python" -version = "1.3.2" +version = "1.3.3" description = "The mdrs-client-python is python library and a command-line client for up- and downloading files to and from MDRS based repository." authors = ["Yoshihiro OKUMURA "] license = "MIT" @@ -23,18 +23,18 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" requests = "^2.31.0" -python-dotenv = "^1.0.0" -pydantic = "^2.5.2" +python-dotenv = "^1.0.1" +pydantic = "^2.6.1" pydantic-settings = "^2.1.0" PyJWT = "^2.8.0" validators = "^0.22.0" [tool.poetry.group.dev.dependencies] -black = "^24.1.1" +black = "^24.2.0" flake8 = "^7.0.0" Flake8-pyproject = "^1.2.3" -isort = "^5.13.0" -pyright = "^1.1.339" +isort = "^5.13.2" +pyright = "^1.1.350" [tool.poetry.scripts] mdrs = 'mdrsclient.__main__:main'