Skip to content

Commit

Permalink
update dcictuils to 8.16.1 for vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Oct 14, 2024
1 parent 3db2a9a commit d4a38e7
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 54 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ foursight
Change Log
----------

4.9.6
=====
* 2024-10-11/dmichaels
* Updated dcicutils version (8.16.1) for vulnerabilities.


4.9.5
=====
Expand Down
107 changes: 56 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
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"
Expand All @@ -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"
Expand All @@ -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).
Expand Down

0 comments on commit d4a38e7

Please sign in to comment.