-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update versions based on suggestions from aws vulnerability scans
- Loading branch information
1 parent
e3eb8d9
commit 788bb88
Showing
3 changed files
with
47 additions
and
36 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 = "dcicutils" | ||
version = "8.16.0" | ||
version = "8.16.0.1b1" # TODO: To become 8.16.1 | ||
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" | ||
authors = ["4DN-DCIC Team <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -47,13 +47,14 @@ elasticsearch = "7.13.4" | |
appdirs = "^1.4.4" | ||
aws-requests-auth = ">=0.4.2,<1" | ||
chardet = "^5.2.0" | ||
cryptography = "^43.0.1" | ||
docker = "^7.1.0" | ||
gitpython = "^3.1.2" | ||
jsonc-parser = "^1.1.5" | ||
jsonschema = "^4.22.0" | ||
openpyxl = "^3.1.2" | ||
opensearch-py = "^2.0.1" | ||
pyOpenSSL = "^23.1.1" | ||
pyopenssl = "^24.2.1" | ||
PyJWT = "^2.6.0" | ||
#pyramid = "^2.0.2" | ||
pyramid = "1.10.8" | ||
|