Skip to content

Commit 652bc84

Browse files
committed
updated dev dependencies
1 parent 9162f6d commit 652bc84

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/adamchainz/django-upgrade
3-
rev: 1.22.2
3+
rev: 1.23.1
44
hooks:
55
- id: django-upgrade
66
args: [--target-version, "5.1"]
7-
7+
88
- repo: https://github.com/psf/black
9-
rev: 24.10.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.8.6
14+
rev: v0.9.7
1515
hooks:
1616
- id: ruff

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ build-backend = "poetry.core.masonry.api"
4040

4141
[tool.poetry.group.dev.dependencies]
4242
black = "^25.1.0"
43-
ruff = "^0.9.4"
43+
ruff = "^0.9.7"
4444
pre-commit = "^4.1.0"
4545
pytest = "^8.3.4"
4646
pytest-asyncio = "^0.25.3"
47-
pytest-django = "^4.9.0"
47+
pytest-django = "^4.10.0"
4848
pytest-subtests = "^0.14.1"
4949
pytest-mock = "^3.14.0"
5050
psycopg = {extras = ["binary", "pool"], version = "^3.2.4"}

0 commit comments

Comments
 (0)