This commit is contained in:
dependabot[bot] 2026-06-03 00:40:06 -06:00 committed by GitHub
commit 34a1a69f30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ dependencies = [
"black>=23.9.0",
"isort>=5.12.0",
"flake8>=6.1.0",
"mypy>=1.6.0",
"mypy>=1.19.1",
]
[project.optional-dependencies]
@ -132,7 +132,7 @@ dev = [
"black>=23.9.0",
"isort>=5.12.0",
"flake8>=6.1.0",
"mypy>=1.6.0",
"mypy>=1.19.1",
"pre-commit>=3.5.0",
"bandit>=1.7.0",
"safety>=2.3.0",

View File

@ -10,4 +10,4 @@ pytest-benchmark>=5.2.3
# Linting and formatting
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0
mypy>=1.19.1