Skip to content

Commit

Permalink
Merge pull request #319 from 4dn-dcic/dmichaels-update-versions-for-v…
Browse files Browse the repository at this point in the history
…ulnerabilies-20241011

Update versions based on suggestions from aws vulnerability scans
  • Loading branch information
dmichaels-harvard authored Oct 11, 2024
2 parents e3eb8d9 + ed9be2f commit dd94a51
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 36 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ dcicutils
Change Log
----------

8.16.1
======
* dmichaels / 2024-10-11
* Updated (added) version (43.0.1) for cryptography library for vulnerabilities (CVE-2023-50782, CVE-2024-0727, et.al.).
Updated pyopenssl version (24.2.1) related to above.


8.16.0
======

Expand Down
72 changes: 38 additions & 34 deletions poetry.lock

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

5 changes: 3 additions & 2 deletions pyproject.toml
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.1"
description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit dd94a51

Please sign in to comment.