Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sphinx from 3.5.1 to 3.5.2 #5539

Merged
merged 1 commit into from
Mar 15, 2021
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
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ click==7.1.2
# black
# cherry-picker
# towncrier
coverage==5.3.1
coverage==5.5
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -83,7 +83,7 @@ flake8==3.8.4
# via
# -r requirements/lint.txt
# flake8-pyi
freezegun==1.0.0
freezegun==1.1.0
# via -r requirements/test.txt
frozenlist==1.1.1
# via
Expand Down Expand Up @@ -176,7 +176,7 @@ pyflakes==2.2.0
# -r requirements/lint.txt
# flake8
# flake8-pyi
pygments==2.8.0
pygments==2.8.1
# via
# -r requirements/doc.txt
# sphinx
Expand All @@ -186,7 +186,7 @@ pyparsing==2.4.7
# via
# -r requirements/lint.txt
# packaging
pytest-cov==2.10.1
pytest-cov==2.11.1
# via -r requirements/test.txt
pytest-mock==3.5.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -225,7 +225,7 @@ six==1.15.0
# virtualenv
snowballstemmer==2.0.0
# via sphinx
sphinx==3.5.1
sphinx==3.5.2
# via
# -r requirements/doc.txt
# sphinxcontrib-asyncio
Expand Down
10 changes: 2 additions & 8 deletions requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
importlib-metadata==3.7.2
# via sphinxcontrib-spelling
incremental==21.3.0
# via towncrier
jinja2==2.11.3
Expand All @@ -42,7 +40,7 @@ pillow==8.1.2
# via blockdiag
pyenchant==3.2.0
# via sphinxcontrib-spelling
pygments==2.8.0
pygments==2.8.1
# via
# -r requirements/doc.txt
# sphinx
Expand All @@ -54,7 +52,7 @@ requests==2.25.1
# via sphinx
snowballstemmer==2.1.0
# via sphinx
sphinx==3.5.1
sphinx==3.5.2
# via
# -r requirements/doc.txt
# sphinxcontrib-asyncio
Expand Down Expand Up @@ -82,14 +80,10 @@ toml==0.10.2
# via towncrier
towncrier==19.2.0
# via -r requirements/doc.txt
typing-extensions==3.7.4.3
# via importlib-metadata
urllib3==1.26.3
# via requests
webcolors==1.11.1
# via blockdiag
zipp==3.4.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==54.1.1
Expand Down