diff --git a/packages/python/sshnpd/pyproject.toml b/packages/python/sshnpd/pyproject.toml index 567fd5630..439122a6b 100644 --- a/packages/python/sshnpd/pyproject.toml +++ b/packages/python/sshnpd/pyproject.toml @@ -12,7 +12,7 @@ sshnpd = 'sshnpd:main' [tool.poetry.dependencies] python = "^3.10" -atsdk = "0.2.13" +atsdk = "0.2.14" [build-system] requires = ["poetry-core"]