-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dcictuils to 8.16.1 for vulnerabilities
- Loading branch information
1 parent
3db2a9a
commit d4a38e7
Showing
3 changed files
with
64 additions
and
54 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 = "foursight" | ||
version = "4.9.5" | ||
version = "4.9.6" | ||
description = "Serverless Chalice Application for Monitoring" | ||
authors = ["4DN-DCIC Team <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -12,7 +12,7 @@ packages = [ | |
python = ">=3.8.1,<3.13" | ||
cron-descriptor = "^1.4.0" | ||
click = "^7.1.2" | ||
dcicutils = "8.15.0" | ||
dcicutils = "^8.16.1" | ||
docutils = ">=0.10,<0.17" | ||
PyJWT = "^2.5.0" | ||
Jinja2 = "^3.1.2" | ||
|
@@ -28,7 +28,7 @@ pytz = "^2020.1" | |
tibanna-ff = "^3.5.0" | ||
## adding foursight-core | ||
# use below for deployment | ||
foursight-core = "^5.6.2" | ||
foursight-core = "^5.7.0" | ||
# use below for tests but not for deployment | ||
# foursight-core = { git = "https://github.com/4dn-dcic/foursight-core.git", branch="master" } | ||
# Need pytest-redis 3.0.2 or higher for pytest 7.4.2 (or higher). | ||
|