Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update atsdk requirement from 0.2.19 to 0.2.23 in /packages/python/sshnpd in the pip group #1186

Merged
merged 2 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/python/sshnpd/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <xavier.lin@atsign.com >"]
maintainers = ["Chris Swan <chris@atsign.com>"]
Expand All @@ -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"]
Expand Down
12 changes: 6 additions & 6 deletions packages/python/sshnpd/requirements.txt
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down