Update Python dependencies - 6/5/2024

This changeset updates several Python dependencies flagged by Dependabot.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-06-05 16:55:17 -04:00
parent 44a3c9a13b
commit 43d67a4821
2 changed files with 55 additions and 55 deletions

View File

@@ -39,18 +39,18 @@ wtforms = "~=3.1"
markdown = "^3.5.2"
async-timeout = "^4.0.3"
bleach = "^6.1.0"
boto3 = "^1.34.117"
botocore = "^1.34.117"
boto3 = "^1.34.119"
botocore = "^1.34.119"
cachetools = "^5.3.3"
cffi = "^1.16.0"
cryptography = "^42.0.7"
cryptography = "^42.0.8"
flask-redis = "^0.4.0"
geojson = "^3.1.0"
jmespath = "^1.0.1"
mistune = "0.8.4"
numpy = "^1.26.4"
ordered-set = "^4.1.0"
phonenumbers = "^8.13.37"
phonenumbers = "^8.13.38"
pycparser = "^2.22"
python-json-logger = "^2.0.7"
redis = "^5.0.4"
@@ -85,7 +85,7 @@ jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "*"
pip-audit = "*"
pre-commit = "^3.7.1"
pytest = "^8.2.1"
pytest = "^8.2.2"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.0"
pytest-playwright = "^0.5.0"