Merge branch 'main' into upgrade_python_again

This commit is contained in:
Kenneth Kehl
2025-06-23 11:39:02 -07:00
committed by GitHub
4 changed files with 564 additions and 533 deletions

View File

@@ -36,7 +36,7 @@ pytz = "^2025.2"
rtreelib = "==0.2.0"
werkzeug = "^3.1.3"
wtforms = "~=3.1"
markdown = "^3.7"
markdown = "^3.8"
mistune = "^3.1.3"
async-timeout = "^5.0.1"
bleach = "^6.1.0"
@@ -80,7 +80,7 @@ black = "^25.1.0"
coverage = "*"
detect-secrets = "^1.5.0"
freezegun = "^1.5.2"
flake8 = "^7.1.2"
flake8 = "^7.3.0"
flake8-bugbear = "^24.12.12"
flake8-print = "^5.0.0"
flake8-pytest-style = "^2.1.0"
@@ -89,7 +89,7 @@ jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
moto = "*"
pip-audit = "*"
pre-commit = "^4.2.0"
pytest = "^8.4.0"
pytest = "^8.4.1"
pytest-env = "^1.1.3"
pytest-mock = "^3.14.1"
pytest-playwright = "^0.7.0"