Skip to content

Commit 618b2cd

Browse files
authored
Python dependency bumps (#16073)
1 parent 95be9a1 commit 618b2cd

File tree

6 files changed

+540
-532
lines changed

6 files changed

+540
-532
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repos:
6969
- --comment-style
7070
- "|#|"
7171
- repo: https://github.com/astral-sh/ruff-pre-commit
72-
rev: v0.9.7
72+
rev: v0.9.9
7373
hooks:
7474
- id: ruff
7575
- id: ruff-format

requirements/dev.in

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ pyquery==2.0.1
1414
pytest==7.4.4 # Included because we use it directly, but also a subdep of pytest-selenium's subdeps
1515
pytest-cov==5.0.0
1616
pytest-datadir==1.5.0
17-
pytest-django==4.9.0
17+
pytest-django==4.10.0
1818
pytest-mock==3.14.0
1919
pytest-parallel==0.1.1
20-
pytest-rerunfailures==14.0
20+
pytest-rerunfailures==15.0
2121
pytest-selenium==4.0.1
2222
responses==0.25.6
23-
ruff==0.9.7
23+
ruff==0.9.9
2424
selenium==4.9.1 # Pinned to 4.9.1 until https://github.com/pytest-dev/pytest-selenium/issues/315 is resolved
25-
translate-toolkit==3.14.5
26-
uv==0.6.2
25+
translate-toolkit==3.15.0
26+
uv==0.6.5
2727
wagtail-factories==4.2.1
2828
# Related to moz-l10n-lint, used in CI
2929
cl-ext.lang==0.1.0

0 commit comments

Comments
 (0)