-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #260 from atsign-foundation/dependabot/pip/pip-18e…
…15a66a3 build(deps): Update cryptography requirement from 43.0.0 to 43.0.1 in the pip group
- Loading branch information
Showing
3 changed files
with
206 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "atsdk" | ||
version = "0.2.27" | ||
version = "0.2.28" | ||
description = "Python SDK for atPlatform" | ||
authors = ["Umang Shah <[email protected]>","Chris Swan <[email protected]>"] | ||
maintainers = ["Chris Swan <[email protected]>"] | ||
|
@@ -10,7 +10,7 @@ homepage = "https://github.com/atsign-foundation/at_python" | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.8.1" | ||
cryptography = "43.0.0" | ||
cryptography = "43.0.1" | ||
python-dateutil = "2.9.0.post0" | ||
requests = "2.32.3" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.