Skip to content

Commit

Permalink
build(deps): Bump sshnpd requirements.txt and poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent cde483e commit 04035a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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 <[email protected] >"]
maintainers = ["Chris Swan <[email protected]>"]
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

0 comments on commit 04035a2

Please sign in to comment.