Skip to content

Commit 67092d8

Browse files
committed
Bump dev deps to latest
1 parent 8968d94 commit 67092d8

File tree

2 files changed

+34
-33
lines changed

2 files changed

+34
-33
lines changed

poetry.lock

Lines changed: 30 additions & 29 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,22 +38,22 @@ fakeredis = ["fakeredis"]
3838
all = ["async-rediscache", "fakeredis"]
3939

4040
[tool.poetry.group.dev.dependencies]
41-
taskipy = "1.12.2"
41+
taskipy = "1.13.0"
4242
python-dotenv = "1.0.1"
4343

4444
[tool.poetry.group.test.dependencies]
45-
pytest = "8.2.1"
45+
pytest = "8.2.2"
4646
pytest-cov = "5.0.0"
4747
pytest-xdist = "3.6.1"
4848

4949
[tool.poetry.group.lint.dependencies]
50-
ruff = "0.4.8"
50+
ruff = "0.4.10"
5151
pre-commit = "3.7.1"
5252

5353
[tool.poetry.group.doc.dependencies]
5454
Sphinx = "7.3.7"
5555
gitpython = "3.1.43"
56-
sphinx-autodoc-typehints = "2.1.0"
56+
sphinx-autodoc-typehints = "2.2.1"
5757
furo = "2024.5.6"
5858
six = "1.16.0"
5959
releases = "2.1.1"

0 commit comments

Comments
 (0)