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 1a15f59 commit 4015f1cCopy full SHA for 4015f1c
pyproject.toml
@@ -68,7 +68,7 @@ extra-lint-examples = [
68
"sybil >= 6.1.1, < 10",
69
]
70
dev-flake8 = [
71
- "flake8 == 7.2.0",
+ "flake8 == 7.3.0",
72
"flake8-docstrings == 1.7.0",
73
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
74
"pydoclint == 0.6.6",
@@ -104,7 +104,7 @@ dev-pylint = [
104
"setuptools >= 67.6.0, < 81", # Should match the api dependency
105
106
dev-pytest = [
107
- "pytest == 8.3.5",
+ "pytest == 8.4.1",
108
"pylint == 3.3.7", # We need this to check for the examples
109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
0 commit comments