We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a664a35 commit ad45bf1Copy full SHA for ad45bf1
pyproject.toml
@@ -52,5 +52,5 @@ dependencies = [
52
optional-dependencies.dev = [
53
"black == 25.1.0",
54
"pylint == 3.3.8",
55
- "pytest == 8.4.1",
+ "pytest == 8.4.2",
56
]
requirements_dev.txt
@@ -12,5 +12,5 @@ pathspec == 0.12.1
12
platformdirs == 4.4.0
13
pluggy == 1.6.0
14
pylint == 3.3.8
15
-pytest == 8.4.1
+pytest == 8.4.2
16
tomlkit == 0.13.3
0 commit comments