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.
2 parents d7df91c + 22b86b5 commit 48507c3Copy full SHA for 48507c3
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "setuptools>=62.6,<=75.8.2",
+ "setuptools>=62.6,<=76.0.0",
4
"setuptools-scm>=6.2,<=8.2.0",
5
]
6
build-backend = "setuptools.build_meta"
requirements/dev.txt
-r _.txt
pylint~=3.3.4
-pytest~=8.3.4
+pytest~=8.3.5
pytest-asyncio~=0.24.0
# pytest-order~=1.0.1
mypy~=1.15.0
requirements/docs.txt
@@ -8,4 +8,4 @@ furo==2024.8.6
8
sphinx-autodoc-typehints==2.2.3
9
sphinx-intl==2.3.1
10
typing_extensions==4.12.2
11
-levenshtein==0.26.1
+levenshtein==0.27.1
0 commit comments