Update dependencies and fix E2E test

This changeset updates a couple of dependencies flagged by Dependabot and fixes an end-to-end test that needed to be updated with the one-off send filename changes.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-05-31 12:09:22 -04:00
parent fc29871b57
commit 8c85d99449
3 changed files with 10 additions and 12 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.113"
botocore = "^1.34.115"
boto3 = "^1.34.115"
botocore = "^1.34.116"
cachetools = "^5.3.3"
cffi = "^1.16.0"
cryptography = "^42.0.7"