Skip to content

Commit c9cb071

Browse files
Bump snowballstemmer from 2.0.0 to 2.1.0
Bumps [snowballstemmer](https://github.com/snowballstem/snowball) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/snowballstem/snowball/releases) - [Changelog](https://github.com/snowballstem/snowball/blob/master/NEWS) - [Commits](snowballstem/snowball@v2.0.0...v2.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e7579d2 commit c9cb071

File tree

2 files changed

+47
-24
lines changed

2 files changed

+47
-24
lines changed

docs-requirements.txt

Lines changed: 46 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,49 @@
44
#
55
# pip-compile ci/rtd-requirements.in
66
#
7-
alabaster==0.7.12 # via sphinx
8-
babel==2.9.0 # via sphinx
9-
certifi==2020.12.5 # via requests
10-
chardet==4.0.0 # via requests
11-
docutils==0.16 # via sphinx
12-
idna==2.10 # via requests
13-
imagesize==1.2.0 # via sphinx
14-
jinja2==2.11.2 # via sphinx
15-
markupsafe==1.1.1 # via jinja2
16-
packaging==20.8 # via sphinx
17-
pygments==2.7.4 # via sphinx
18-
pyparsing==2.4.7 # via packaging
19-
pytz==2020.5 # via babel
20-
requests==2.25.1 # via sphinx
21-
snowballstemmer==2.0.0 # via sphinx
22-
sphinx==3.4.3 # via -r docs-requirements.in
23-
sphinxcontrib-applehelp==1.0.2 # via sphinx
24-
sphinxcontrib-devhelp==1.0.2 # via sphinx
25-
sphinxcontrib-htmlhelp==1.0.3 # via sphinx
26-
sphinxcontrib-jsmath==1.0.1 # via sphinx
27-
sphinxcontrib-qthelp==1.0.3 # via sphinx
28-
sphinxcontrib-serializinghtml==1.1.4 # via sphinx
29-
urllib3==1.26.2 # via requests
7+
alabaster==0.7.12
8+
# via sphinx
9+
babel==2.9.0
10+
# via sphinx
11+
certifi==2020.12.5
12+
# via requests
13+
chardet==4.0.0
14+
# via requests
15+
docutils==0.16
16+
# via sphinx
17+
idna==2.10
18+
# via requests
19+
imagesize==1.2.0
20+
# via sphinx
21+
jinja2==2.11.2
22+
# via sphinx
23+
markupsafe==1.1.1
24+
# via jinja2
25+
packaging==20.8
26+
# via sphinx
27+
pygments==2.7.4
28+
# via sphinx
29+
pyparsing==2.4.7
30+
# via packaging
31+
pytz==2020.5
32+
# via babel
33+
requests==2.25.1
34+
# via sphinx
35+
snowballstemmer==2.1.0
36+
# via sphinx
37+
sphinx==3.4.3
38+
# via -r docs-requirements.in
39+
sphinxcontrib-applehelp==1.0.2
40+
# via sphinx
41+
sphinxcontrib-devhelp==1.0.2
42+
# via sphinx
43+
sphinxcontrib-htmlhelp==1.0.3
44+
# via sphinx
45+
sphinxcontrib-jsmath==1.0.1
46+
# via sphinx
47+
sphinxcontrib-qthelp==1.0.3
48+
# via sphinx
49+
sphinxcontrib-serializinghtml==1.1.4
50+
# via sphinx
51+
urllib3==1.26.2
52+
# via requests

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pytz==2020.5
5858
# via babel
5959
requests==2.25.1
6060
# via sphinx
61-
snowballstemmer==2.0.0
61+
snowballstemmer==2.1.0
6262
# via sphinx
6363
sphinx==3.4.3
6464
# via -r test-requirements.in

0 commit comments

Comments
 (0)