From 1b889537fe76cb520259c1bf1d97386ff6a6626a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 05:15:46 +0000 Subject: [PATCH] build(deps): Update atsdk requirement in /packages/python/sshnpd Updates the requirements on [atsdk](https://github.com/atsign-foundation/at_python) to permit the latest version. - [Release notes](https://github.com/atsign-foundation/at_python/releases) - [Commits](https://github.com/atsign-foundation/at_python/compare/v0.2.11...v0.2.12) --- updated-dependencies: - dependency-name: atsdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/python/sshnpd/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"