Skip to content

Commit

Permalink
Update pip-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent bcea823 commit 29e722f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ rich = ["rich", "rich-argparse>=1"]
# so the CLI docs generated from --help are consistent
docs = [
"typeshed-stats[rich]",
"MarkDown==3.3.7",
"MarkDown==3.4.3",
"mkdocs==1.4.3",
"mkdocs-macros-plugin==1.0.1",
"mkdocs-material==9.1.17",
"mkdocs-material==9.1.18",
"mkdocstrings[python]==0.22.0",
]
pytest = [
Expand Down Expand Up @@ -87,7 +87,7 @@ misc-lint = [
"blacken-docs==1.14.0",
"pre-commit-hooks==4.4.0",
"pycln==2.1.5",
"ruff==0.0.276",
"ruff==0.0.277",
]
dev = ["typeshed-stats[rich,docs,typecheck,pytest,misc-lint]"]

Expand Down

0 comments on commit 29e722f

Please sign in to comment.