Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions based on suggestions from aws vulnerability scans #319

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading