Skip to content

Commit

Permalink
build(deps): update atsdk requirement
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.

Updates `atsdk` to 0.2.19
- [Release notes](https://github.com/atsign-foundation/at_python/releases)
- [Commits](atsign-foundation/at_python@v0.2.16...v0.2.19)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent b17e64a commit d9e1ccd
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.16"
atsdk = "0.2.19"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit d9e1ccd

Please sign in to comment.