Update Python dependencies - 7/2/2024

This changeset updates several Python dependencies that Dependabot had flagged for updates.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-07-02 17:36:12 -04:00
parent b96a2dc935
commit cc6f60353f
2 changed files with 17 additions and 23 deletions

View File

@@ -39,8 +39,8 @@ wtforms = "~=3.1"
markdown = "^3.5.2"
async-timeout = "^4.0.3"
bleach = "^6.1.0"
boto3 = "^1.34.135"
botocore = "^1.34.135"
boto3 = "^1.34.138"
botocore = "^1.34.138"
cachetools = "^5.3.3"
cffi = "^1.16.0"
cryptography = "^42.0.8"
@@ -50,7 +50,7 @@ jmespath = "^1.0.1"
mistune = "0.8.4"
numpy = "^1.26.4"
ordered-set = "^4.1.0"
phonenumbers = "^8.13.39"
phonenumbers = "^8.13.40"
pycparser = "^2.22"
python-json-logger = "^2.0.7"
redis = "^5.0.7"