Skip to content

Commit

Permalink
Bump dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Jun 26, 2023
1 parent f70110b commit 4685089
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 36 deletions.
65 changes: 33 additions & 32 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ taskipy = "1.11.0"
python-dotenv = "1.0.0"

[tool.poetry.group.test.dependencies]
pytest = "7.3.2"
pytest = "7.4.0"
pytest-cov = "4.1.0"
pytest-xdist = "3.3.1"

[tool.poetry.group.lint.dependencies]
isort = "5.12.0"
ruff = "0.0.272"
pre-commit = "3.3.2"
ruff = "0.0.275"
pre-commit = "3.3.3"
typing-extensions = "4.6.3"

[tool.poetry.group.doc.dependencies]
Sphinx = "7.0.1"
GitPython = "3.1.31"
sphinx-autodoc-typehints = "1.23.0"
sphinx-autodoc-typehints = "1.23.2"
furo = "2023.5.20"
six = "1.16.0"
releases = "2.1.1"
Expand Down

0 comments on commit 4685089

Please sign in to comment.