Skip to content

Commit 48507c3

Browse files
authored
Merge branch 'master' into soundboard
2 parents d7df91c + 22b86b5 commit 48507c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=62.6,<=75.8.2",
3+
"setuptools>=62.6,<=76.0.0",
44
"setuptools-scm>=6.2,<=8.2.0",
55
]
66
build-backend = "setuptools.build_meta"

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r _.txt
22
pylint~=3.3.4
3-
pytest~=8.3.4
3+
pytest~=8.3.5
44
pytest-asyncio~=0.24.0
55
# pytest-order~=1.0.1
66
mypy~=1.15.0

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ furo==2024.8.6
88
sphinx-autodoc-typehints==2.2.3
99
sphinx-intl==2.3.1
1010
typing_extensions==4.12.2
11-
levenshtein==0.26.1
11+
levenshtein==0.27.1

0 commit comments

Comments
 (0)