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

Fix broken CI checks #585

Merged
merged 2 commits into from
Apr 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ sphinx_rtd_theme
# Pinned to 1.6.2 due to a bug in 1.6.3. See GitHub PR #270 for details.
# TODO: remove this restriction once 1.6.4 or later is released.
sphinx==1.6.2
# Pinned to 3.0.3 to prevent an issue with Sphinx
# See https://github.com/PyCQA/pydocstyle/pull/585
Jinja2==3.0.3
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest==6.2.5
mypy==0.930
black==21.12b0
black==22.3
isort==5.4.2
types-toml
types-setuptools