Update Python Dependencies - 7/5/2024

This changeset updates several Python dependencies that Dependabot had flagged for updating.  It includes a few others that we are getting ahead of, as well.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-07-05 08:36:28 -04:00
parent ffd935c4b6
commit c80ec7e5fa
2 changed files with 32 additions and 32 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.138"
botocore = "^1.34.138"
boto3 = "^1.34.139"
botocore = "^1.34.139"
cachetools = "^5.3.3"
cffi = "^1.16.0"
cryptography = "^42.0.8"
@@ -58,7 +58,7 @@ regex = "^2024.5.15"
s3transfer = "^0.10.2"
shapely = "^2.0.4"
smartypants = "^2.0.1"
certifi = "^2024.2.2"
certifi = "^2024.7.4"
charset-normalizer = "^3.3.2"
click = "^8.1.7"
idna = "^3.7"
@@ -89,7 +89,7 @@ pre-commit = "^3.7.1"
pytest = "^8.2.2"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.0"
pytest-playwright = "^0.5.0"
pytest-playwright = "^0.5.1"
pytest-xdist = "^3.5.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"