Skip to content

Commit 9325140

Browse files
committed
Bump dev deps
1 parent a805475 commit 9325140

File tree

2 files changed

+37
-36
lines changed

2 files changed

+37
-36
lines changed

poetry.lock

Lines changed: 33 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ taskipy = "1.11.0"
3838
python-dotenv = "1.0.0"
3939

4040
[tool.poetry.group.test.dependencies]
41-
pytest = "7.3.2"
41+
pytest = "7.4.0"
4242
pytest-cov = "4.1.0"
4343
pytest-xdist = "3.3.1"
4444

4545
[tool.poetry.group.lint.dependencies]
4646
isort = "5.12.0"
47-
ruff = "0.0.272"
48-
pre-commit = "3.3.2"
47+
ruff = "0.0.275"
48+
pre-commit = "3.3.3"
4949
typing-extensions = "4.6.3"
5050

5151
[tool.poetry.group.doc.dependencies]
5252
Sphinx = "7.0.1"
5353
GitPython = "3.1.31"
54-
sphinx-autodoc-typehints = "1.23.0"
54+
sphinx-autodoc-typehints = "1.23.2"
5555
furo = "2023.5.20"
5656
six = "1.16.0"
5757
releases = "2.1.1"

0 commit comments

Comments
 (0)