Skip to content

Commit e98e7ad

Browse files
committed
Merge branch 'pydependencies_upgrade' of https://github.com/eadwinCode/architek into pydependencies_upgrade
2 parents 2b20000 + 30aeaf2 commit e98e7ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Homepage = "https://eadwincode.github.io/ellar/"
5757

5858
[project.optional-dependencies]
5959
test = [
60-
"pytest >=7.1.3,<8.0.0",
61-
"pytest-cov >=2.12.0,<4.0.0",
60+
"pytest >=6.2.4,<8.0.0",
61+
"pytest-cov >=2.12.0,<5.0.0",
6262
"mypy ==0.971",
6363
"flake8 >=3.8.3,<4.0.0",
6464
"black ==22.8.0",
@@ -90,8 +90,8 @@ all = [
9090
"email_validator >=1.1.1,<2.0.0",
9191
]
9292
doc = [
93-
"mkdocs",
94-
"mkdocs-material >=7.1.9,<8.0.0",
93+
"mkdocs >=1.1.2,<2.0.0",
94+
"mkdocs-material >=7.1.9,<9.0.0",
9595
"mdx-include >=1.4.1,<2.0.0",
9696
"mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0",
9797
"markdown-include",

0 commit comments

Comments
 (0)