Python dependency updates - 7/22/24

This changeset updates a few 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-22 16:05:04 -04:00
parent f26b857796
commit a08cf0ca44
2 changed files with 15 additions and 16 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.144"
botocore = "^1.34.144"
boto3 = "^1.34.146"
botocore = "^1.34.146"
cachetools = "^5.4.0"
cffi = "^1.16.0"
cryptography = "^42.0.8"
@@ -86,7 +86,7 @@ jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "*"
pip-audit = "*"
pre-commit = "^3.7.1"
pytest = "^8.2.2"
pytest = "^8.3.1"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.0"
pytest-playwright = "^0.5.1"