From 72bf9f80f5641316dd8e12031d61802aa3ced237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 04:29:25 +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.8...v0.2.11) --- 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 7fad960ed..2292c3c3a 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.8" +atsdk = "0.2.11" bcrypt = "4.1.2" paramiko = "3.4.0" PyNaCl = "1.5.0"