Merge branch 'main' into dependabot/pip/pytest-playwright-0.7.0

This commit is contained in:
Alex Janousek
2025-03-22 10:06:47 -04:00
committed by GitHub
67 changed files with 967 additions and 1424 deletions

View File

@@ -43,17 +43,17 @@ boto3 = "^1.34.156"
botocore = "^1.35.99"
cachetools = "^5.4.0"
cffi = "^1.16.0"
cryptography = "^44.0.1"
cryptography = "^44.0.2"
flask-redis = "^0.4.0"
geojson = "^3.1.0"
jmespath = "^1.0.1"
mistune = "0.8.4"
numpy = "^1.26.4"
numpy = "^2.2.3"
ordered-set = "^4.1.0"
phonenumbers = "^8.13.52"
pycparser = "^2.22"
python-json-logger = "^2.0.7"
redis = "^5.0.8"
python-json-logger = "^3.3.0"
redis = "^5.2.1"
regex = "^2024.7.24"
s3transfer = "^0.10.2"
shapely = "^2.0.5"
@@ -78,7 +78,7 @@ black = "^24.2.0"
coverage = "*"
detect-secrets = "^1.5.0"
freezegun = "^1.5.1"
flake8 = "^7.1.0"
flake8 = "^7.1.2"
flake8-bugbear = "^24.1.17"
flake8-print = "^5.0.0"
flake8-pytest-style = "^2.0.0"
@@ -86,7 +86,7 @@ isort = "^5.13.2"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "*"
pip-audit = "*"
pre-commit = "^3.8.0"
pre-commit = "^4.1.0"
pytest = "^8.3.2"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.0"