Skip to content

Commit

Permalink
fix(ci): upgrade mkdocs-include-markdown-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Feb 19, 2024
1 parent 83a83fb commit b708ba6
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 10 deletions.
49 changes: 42 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]

[tool.poetry.dependencies]
python = ">=3.11,<3.12"
python = ">=3.11,<3.13"
tqdm = "^4.66.2"
pandas = "^2.2.0"
colorama = "^0.4.6"
Expand All @@ -27,15 +27,15 @@ pytest-sugar = "^0.9.7"
ipython = "^8.21.0"
pytest-cov = "^4.1.0"
mkdocs-material = "^9.5.9"
pre-commit = "^3.6.1"
pre-commit = "^3.6.2"
mkdocs-gen-files = "^0.5.0"
mkdocs-section-index = "^0.3.5"
mkdocs-literate-nav = "^0.6.0"
mkdocstrings-python = "^1.8.0"
mypy = "^1.8.0"
black = "^23.12.1"
pygments = "^2.17.2"
mkdocs-include-markdown-plugin = "^4.0.4"
mkdocs-include-markdown-plugin = "^6.0.4"
pytest-xdist = "^3.5.0"
psutil = "5.9.4"
coverage-badge = "^1.1.0"
Expand Down

0 comments on commit b708ba6

Please sign in to comment.