Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Aug 8, 2022
1 parent 2bdc95e commit 304b5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ dynamic = ["version", "description"]

dependencies = [
"invoke ~=1.7",
"tomlkit ~=0.11.1",
"tomlkit ~=0.11.2",
]

[project.optional-dependencies]
docs = [
"mike ~=1.1",
"mkdocs ~=1.3",
"mkdocs-awesome-pages-plugin ~=2.7",
"mkdocs-awesome-pages-plugin ~=2.8",
"mkdocs-material ~=8.3",
"mkdocstrings[python] ~=0.19.0",
]
Expand Down

0 comments on commit 304b5ba

Please sign in to comment.