diff --git a/packages/python/sshnpd/pyproject.toml b/packages/python/sshnpd/pyproject.toml index 2292c3c3a..b8255a732 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.11" +atsdk = "0.2.12" bcrypt = "4.1.2" paramiko = "3.4.0" PyNaCl = "1.5.0"