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'