From cde483ea8de8c5ff446108f5df99b2e53e70ad24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:22:34 +0000 Subject: [PATCH 1/2] 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.23 - [Release notes](https://github.com/atsign-foundation/at_python/releases) - [Commits](https://github.com/atsign-foundation/at_python/compare/v0.2.19...v0.2.23) --- 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 652641443..27d1beda9 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.19" +atsdk = "0.2.23" [build-system] requires = ["poetry-core"] From 04035a26a3d86c04e02db7726ab6622d13549a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Jul 2024 08:23:12 +0000 Subject: [PATCH 2/2] build(deps): Bump sshnpd requirements.txt and poetry version --- packages/python/sshnpd/pyproject.toml | 2 +- packages/python/sshnpd/requirements.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/python/sshnpd/pyproject.toml b/packages/python/sshnpd/pyproject.toml index 27d1beda9..01ceab867 100644 --- a/packages/python/sshnpd/pyproject.toml +++ b/packages/python/sshnpd/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sshnpd" -version = "0.4.11" +version = "0.4.12" description = "Python implementation of SSH No Ports daemon" authors = ["Xavier Lin "] maintainers = ["Chris Swan "] diff --git a/packages/python/sshnpd/requirements.txt b/packages/python/sshnpd/requirements.txt index 473f20976..73145dfc9 100644 --- a/packages/python/sshnpd/requirements.txt +++ b/packages/python/sshnpd/requirements.txt @@ -1,9 +1,9 @@ -atsdk==0.2.19 ; python_version >= "3.10" and python_version < "4.0" \ - --hash=sha256:38db974ef2109e73c757fac3d6b9948fcc21e9af9ea9c7c773d18693d460e0e1 \ - --hash=sha256:741b4147828fd8d0535b3b43d35eb6f68143fedfe828d1ce921e7994238c2d2b -certifi==2024.6.2 ; python_version >= "3.10" and python_version < "4.0" \ - --hash=sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516 \ - --hash=sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56 +atsdk==0.2.23 ; python_version >= "3.10" and python_version < "4.0" \ + --hash=sha256:4401f8cf5403685c3efc1efa84721200e8a6db7a65343189cb1aa4cb90b0fcff \ + --hash=sha256:be187e8ffb6d743a12482a7a972327d2948ad68ae8239f401f4322430dbe514e +certifi==2024.7.4 ; python_version >= "3.10" and python_version < "4.0" \ + --hash=sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b \ + --hash=sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90 cffi==1.16.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" \ --hash=sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc \ --hash=sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a \