Skip to content

Commit 2a972e5

Browse files
committed
Bump deps
1 parent eab0aaf commit 2a972e5

File tree

2 files changed

+215
-214
lines changed

2 files changed

+215
-214
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers = [
1111

1212
readme = "README.md"
1313
classifiers = [
14-
"Development Status :: 4 - Beta",
14+
"Development Status :: 5 - Production/Stable",
1515
"Intended Audience :: Developers",
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
@@ -36,10 +36,10 @@ Changelog = "https://github.com/sco1/matplotlib-window/blob/main/CHANGELOG.md"
3636

3737
[tool.uv]
3838
dev-dependencies = [
39-
"black~=24.10",
39+
"black~=25.0",
4040
"flake8~=7.1",
4141
"flake8-annotations~=3.1",
42-
"isort~=5.13",
42+
"isort~=6.0",
4343
"mypy~=1.11",
4444
"pre-commit~=4.0",
4545
"pytest~=8.3",

0 commit comments

Comments
 (0)