Skip to content

Commit a42f3f9

Browse files
authored
Merge branch 'develop' into dependabot/pip/mypy-gte-1.8.0-and-lt-1.10.0
2 parents 302293c + 759f0ca commit a42f3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "FastStream - taskiq integration to schedule FastStream tasks"
88
readme = "README.md"
99
authors = [
1010
{ name = "Taskiq team", email = "[email protected]" },
11-
{ name = "Pastukhov Nikita", email = "[email protected]" },
11+
{ name = "Nikita Pastukhov", email = "[email protected]" },
1212
]
1313

1414
keywords = ["taskiq", "tasks", "distributed", "async", "FastStream"]
@@ -78,7 +78,7 @@ dev = [
7878
"taskiq-faststream[test]",
7979

8080
"mypy>=1.8.0,<1.10.0",
81-
"ruff==0.3.3",
81+
"ruff==0.3.5",
8282
"pre-commit >=3.6.0,<4.0.0",
8383
]
8484

0 commit comments

Comments
 (0)