Skip to content

Commit

Permalink
[Auto-generated] Check & update dependencies (pyproject.toml) (#256)
Browse files Browse the repository at this point in the history
Update dependencies in `pyproject.toml`
  • Loading branch information
TEAM4-0 committed May 6, 2024
1 parent 385b21c commit 72fe4c9
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 @@ -41,13 +41,13 @@ dependencies = [

[project.optional-dependencies]
docs = [
"mike ~=2.0",
"mike ~=2.1",
"mkdocs ~=1.5",
"mkdocs-awesome-pages-plugin ~=2.9",
"mkdocs-material ~=9.2; python_version < '3.8'",
"mkdocs-material ~=9.5; python_version >= '3.8'",
"mkdocstrings[python-legacy] ~=0.22.0; python_version < '3.8'",
"mkdocstrings[python-legacy] ~=0.25.0; python_version >= '3.8'",
"mkdocstrings[python-legacy] ~=0.25.1; python_version >= '3.8'",
]
testing = [
"pytest ~=7.4",
Expand Down

0 comments on commit 72fe4c9

Please sign in to comment.