Updated several other Python dependencies

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-06-28 10:57:50 -04:00
parent 137e2a5683
commit b9b2495af1
2 changed files with 19 additions and 19 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.128"
botocore = "^1.34.128"
boto3 = "^1.34.135"
botocore = "^1.34.135"
cachetools = "^5.3.3"
cffi = "^1.16.0"
cryptography = "^42.0.8"
@@ -53,9 +53,9 @@ ordered-set = "^4.1.0"
phonenumbers = "^8.13.39"
pycparser = "^2.22"
python-json-logger = "^2.0.7"
redis = "^5.0.6"
redis = "^5.0.7"
regex = "^2024.5.15"
s3transfer = "^0.10.1"
s3transfer = "^0.10.2"
shapely = "^2.0.4"
smartypants = "^2.0.1"
certifi = "^2024.2.2"