mirror of
https://github.com/ruvnet/RuView
synced 2026-06-09 10:13:17 +00:00
chore(deps): update mypy requirement from >=1.6.0 to >=1.19.1
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user