Skip to content

Commit 4205183

Browse files
committed
bumped up packages: upgrade mypy and ruff libaries
1 parent 4f04887 commit 4205183

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Homepage = "https://eadwincode.github.io/ellar/"
6060
test = [
6161
"pytest >= 6.2.4,<8.0.0",
6262
"pytest-cov >= 2.12.0,<5.0.0",
63-
"mypy == 1.6.1",
64-
"ruff ==0.1.6",
63+
"mypy == 1.7.1",
64+
"ruff ==0.1.7",
6565
"pytest-asyncio",
6666
"databases[sqlite] >= 0.3.2",
6767
"orjson >= 3.2.1",
@@ -95,7 +95,7 @@ all = [
9595
"pyyaml >=5.3.1,<7.0.0",
9696
"ujson >=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0",
9797
"orjson >=3.2.1,<4.0.0",
98-
"email_validator >=1.1.1,<3.0.0",
98+
"email_validator >=2.0.0",
9999
]
100100
doc = [
101101
"mkdocs >=1.1.2,<2.0.0",

0 commit comments

Comments
 (0)