diff --git a/packages/python/sshnpd/pyproject.toml b/packages/python/sshnpd/pyproject.toml index 652641443..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 "] @@ -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"] 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 \