Skip to content

Commit 7a501fb

Browse files
authored
Merge pull request #9844 from pytest-dev/backport-9843-to-7.1.x
2 parents 6461e2e + 1769c66 commit 7a501fb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.1.0
3+
rev: 22.3.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -37,7 +37,7 @@ repos:
3737
- flake8-typing-imports==1.12.0
3838
- flake8-docstrings==1.5.0
3939
- repo: https://github.com/asottile/reorder_python_imports
40-
rev: v2.7.1
40+
rev: v3.0.1
4141
hooks:
4242
- id: reorder-python-imports
4343
args: ['--application-directories=.:src', --py37-plus]

doc/en/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ sphinx-removed-in>=0.2.0
55
sphinx>=3.1,<4
66
sphinxcontrib-trio
77
sphinxcontrib-svg2pdfconverter
8+
9+
# XXX: sphinx<4 is broken with latest jinja2
10+
jinja2<3.1

0 commit comments

Comments
 (0)