Skip to content

Commit 731bf9b

Browse files
committed
chore: bump dev dependencies
1 parent 5f31545 commit 731bf9b

File tree

2 files changed

+176
-80
lines changed

2 files changed

+176
-80
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,19 @@ totp = [
7070
[dependency-groups]
7171
dev = [
7272
"ipython>=8.18.1",
73-
"pytest-cov>=6.0.0",
74-
"typing-extensions>=4.6.0",
7573
]
7674
lint = [
7775
"deptry>=0.23.0",
7876
"mypy>=1.15.0",
79-
"ruff>=0.11.8",
77+
"ruff>=0.11.9",
8078
]
8179
test = [
8280
"coverage>=7.6.12",
83-
"django>=4.2.16",
84-
"django-stubs>=5.1.1",
81+
"django>=4.2.21",
82+
"django-stubs>=5.1.3",
8583
"pytest>=8.3.4",
8684
"pytest-archon>=0.0.6",
85+
"pytest-cov>=6.1.1",
8786
"pytest-xdist>=3.6.1",
8887
"typeguard>=4.4.2",
8988
]
@@ -104,6 +103,8 @@ packages = [
104103

105104
[tool.uv]
106105
package = true
106+
default-groups = "all"
107+
107108

108109
[tool.uv.workspace]
109110
members = ["test"]

0 commit comments

Comments
 (0)