Skip to content

Commit

Permalink
build(deps): Update atsdk requirement in /packages/python/sshnpd
Browse files Browse the repository at this point in the history
Updates the requirements on [atsdk](https://github.com/atsign-foundation/at_python) to permit the latest version.
- [Release notes](https://github.com/atsign-foundation/at_python/releases)
- [Commits](atsign-foundation/at_python@v0.2.11...v0.2.12)

---
updated-dependencies:
- dependency-name: atsdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent ced26f2 commit 1b88953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/python/sshnpd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sshnpd = 'sshnpd:main'

[tool.poetry.dependencies]
python = "^3.10"
atsdk = "0.2.11"
atsdk = "0.2.12"
bcrypt = "4.1.2"
paramiko = "3.4.0"
PyNaCl = "1.5.0"
Expand Down

0 comments on commit 1b88953

Please sign in to comment.