Update cryptography Python dependency

This changeset updates the Python cryptography package to the latest release to address a pip-audit finding.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-09-04 15:18:02 -04:00
parent 46a980c505
commit e3007f273e
2 changed files with 30 additions and 34 deletions

View File

@@ -42,7 +42,7 @@ boto3 = "^1.34.156"
botocore = "^1.34.156"
cachetools = "^5.4.0"
cffi = "^1.16.0"
cryptography = "^43.0.0"
cryptography = "^43.0.1"
flask-redis = "^0.4.0"
geojson = "^3.1.0"
jmespath = "^1.0.1"