Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 50894da

Browse files
authored
Fix broken CI checks (#585)
1 parent 03404c8 commit 50894da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: requirements/docs.txt

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ sphinx_rtd_theme
22
# Pinned to 1.6.2 due to a bug in 1.6.3. See GitHub PR #270 for details.
33
# TODO: remove this restriction once 1.6.4 or later is released.
44
sphinx==1.6.2
5+
# Pinned to 3.0.3 to prevent an issue with Sphinx
6+
# See https://github.com/PyCQA/pydocstyle/pull/585
7+
Jinja2==3.0.3

Diff for: requirements/tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest==6.2.5
22
mypy==0.930
3-
black==21.12b0
3+
black==22.3
44
isort==5.4.2
55
types-toml
66
types-setuptools

0 commit comments

Comments
 (0)