Update admin repo dependencies

This changeset updates several Python dependencies that Dependabot flagged for updates due to end-to-end tests still failing in Dependabot PRs.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-05-29 19:40:02 -04:00
parent 502b65aaeb
commit 43b99a5905
2 changed files with 62 additions and 62 deletions

View File

@@ -40,7 +40,7 @@ markdown = "^3.5.2"
async-timeout = "^4.0.3"
bleach = "^6.1.0"
boto3 = "^1.34.113"
botocore = "^1.34.114"
botocore = "^1.34.115"
cachetools = "^5.3.3"
cffi = "^1.16.0"
cryptography = "^42.0.7"
@@ -65,7 +65,7 @@ idna = "^3.7"
markupsafe = "^2.1.5"
python-dateutil = "^2.9.0.post0"
pyyaml = "^6.0.1"
requests = "^2.32.2"
requests = "^2.32.3"
six = "^1.16.0"
urllib3 = "^2.2.1"
webencodings = "^0.5.1"