diff options
| author | Noémi Ványi <kvch@users.noreply.github.com> | 2021-03-12 20:19:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-12 20:19:38 +0100 |
| commit | 22a2e544551e87fb9ea74d2fe07b59bfa0815368 (patch) | |
| tree | 9c5320a753a3b1b296b4bca6c4ca55a70467edd9 | |
| parent | c9d46edb29be544ab741dc183b1f7ef83ae86e43 (diff) | |
| parent | 863546c1aeb9777608d8cce2d9ce662d29969731 (diff) | |
Merge pull request #2651 from searx/dependabot/pip/master/sphinx-3.5.2
Bump sphinx from 3.5.1 to 3.5.2
| -rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 235dd1bfd..44093f216 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ transifex-client==0.14.2 selenium==3.141.0 twine==3.3.0 Pallets-Sphinx-Themes==1.2.3 -Sphinx==3.5.1 +Sphinx==3.5.2 sphinx-issues==1.2.0 sphinx-jinja==1.1.1 sphinx-tabs==2.1.0 |