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.30 to 0.2.32 in /packages/python/sshnpd in the pip group #1532

Closed
Closed
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.15"
version = "0.4.16"
description = "Python implementation of SSH No Ports daemon"
authors = ["Xavier Lin <[email protected] >"]
maintainers = ["Chris Swan <[email protected]>"]
Expand All @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions packages/python/sshnpd/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
atsdk==0.2.30 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:9969bfe409445e533e0501f4612c50984bb5de1af4013f9dc4682fec3f54425d \
--hash=sha256:c99c69d9757ec566c1ea047141da576b26e61dec5d7204b6fc821eec9dd1b158
atsdk==0.2.32 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:8bc2a34e92accde19608a66cc038fe585753ce16bd1cd002054d8744dbf40952 \
--hash=sha256:cd3cec1614db68d2fb0107f829f2c4c6c840a5885596d1a43a2d581a8ac36c3c
certifi==2024.8.30 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8 \
--hash=sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9
Expand Down