From 45e318b5851d193ae0ea29e24ee7814b37e00f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 04:57:18 +0000 Subject: [PATCH] build(deps): Update atsdk requirement Updates the requirements on [atsdk](https://github.com/atsign-foundation/at_python) to permit the latest version. Updates `atsdk` to 0.2.32 - [Release notes](https://github.com/atsign-foundation/at_python/releases) - [Commits](https://github.com/atsign-foundation/at_python/compare/v0.2.30...v0.2.32) --- updated-dependencies: - dependency-name: atsdk dependency-type: direct:production dependency-group: pip ... 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 7a7b53d41..230226687 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.30" +atsdk = "0.2.32" [build-system] requires = ["poetry-core"]