Skip to content

Commit 057ca92

Browse files
committed
Bump deps
1 parent a1635d8 commit 057ca92

File tree

3 files changed

+209
-204
lines changed

3 files changed

+209
-204
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cog.out(
3131
]]] -->
3232
```bash
3333
$ flake8 --version
34-
7.1.1 (flake8-annotations: 3.1.1, mccabe: 0.7.0, pycodestyle: 2.12.1, pyflakes: 3.2.0) CPython 3.13.0 on Darwin
34+
7.1.1 (flake8-annotations: 3.1.1, mccabe: 0.7.0, pycodestyle: 2.12.1, pyflakes: 3.2.0) CPython 3.13.1 on Darwin
3535
```
3636
<!-- [[[end]]] -->
3737

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232

3333
requires-python = ">=3.9"
3434
dependencies = [
35-
"attrs~=24.0",
35+
"attrs~=25.0",
3636
"flake8>=5.0",
3737
]
3838

@@ -48,10 +48,10 @@ Changelog = "https://github.com/sco1/flake8-annotations/blob/main/CHANGELOG.md"
4848

4949
[tool.uv]
5050
dev-dependencies = [
51-
"black~=24.10",
51+
"black~=25.0",
5252
"bump2version~=1.0",
5353
"cogapp~=3.3",
54-
"isort~=5.13",
54+
"isort~=6.0",
5555
"mypy~=1.11",
5656
"pre-commit~=4.0",
5757
"pytest~=8.3",

0 commit comments

Comments
 (0)