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.14 to 0.2.16 in /packages/python/sshnpd in the pip group #1072

Merged
merged 2 commits into from
May 21, 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.9"
version = "0.4.10"
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.14"
atsdk = "0.2.16"

[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,6 +1,6 @@
atsdk==0.2.14 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:24a6bfa3f5c53030f773634ad6ad662b7950f8c7dec34916c0575daadee66610 \
--hash=sha256:64dcb1ea7783821c25e01b7b0c53d35b25396d81258939b6e47231c2c86a7f27
atsdk==0.2.16 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:0861836ead297f0000d36df4609fab534bcfbd9a762462090dbe334223bca409 \
--hash=sha256:cd994ad51ca9c8fe0b730a46afdb86abc40238b617effaccf36701292fecc5af
certifi==2024.2.2 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f \
--hash=sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1
Expand Down Expand Up @@ -190,9 +190,9 @@ pycparser==2.22 ; python_version >= "3.10" and python_version < "4.0" and platfo
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
requests==2.31.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \
--hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1
requests==2.32.1 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5 \
--hash=sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
Expand Down