Skip to content

Commit 7beaec0

Browse files
Bump babel from 2.3.4 to 2.9.1
Bumps [babel](https://github.com/python-babel/babel) from 2.3.4 to 2.9.1. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES) - [Commits](python-babel/babel@2.3.4...v2.9.1) --- updated-dependencies: - dependency-name: babel dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7699628 commit 7beaec0

File tree

1 file changed

+60
-25
lines changed

1 file changed

+60
-25
lines changed

dev-requirements.txt

Lines changed: 60 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,73 @@
44
#
55
# pip-compile --output-file dev-requirements.txt dev-requirements.in
66
#
7-
8-
alabaster==0.7.8 # via sphinx
9-
argh==0.26.2 # via watchdog
10-
babel==2.3.4 # via sphinx
7+
alabaster==0.7.8
8+
# via sphinx
9+
argh==0.26.2
10+
# via watchdog
11+
babel==2.9.1
12+
# via sphinx
1113
bumpversion==0.5.3
14+
# via -r dev-requirements.in
1215
check-manifest==0.31
13-
click==6.6 # via pip-tools
16+
# via -r dev-requirements.in
17+
click==6.6
18+
# via pip-tools
1419
coverage==4.1
15-
Cython==0.24
16-
docutils==0.12 # via sphinx
17-
enum34==1.1.6 # via hypothesis
18-
first==2.0.1 # via pip-tools
20+
# via -r dev-requirements.in
21+
cython==0.24
22+
# via -r dev-requirements.in
23+
docutils==0.12
24+
# via sphinx
25+
first==2.0.1
26+
# via pip-tools
1927
flake8==2.5.4
28+
# via -r dev-requirements.in
2029
hypothesis==3.4.0
21-
imagesize==0.7.1 # via sphinx
22-
Jinja2==2.8 # via sphinx
23-
MarkupSafe==0.23 # via jinja2
24-
mccabe==0.4.0 # via flake8
25-
pathtools==0.1.2 # via watchdog
26-
pep8==1.7.0 # via flake8
30+
# via -r dev-requirements.in
31+
imagesize==0.7.1
32+
# via sphinx
33+
jinja2==2.8
34+
# via sphinx
35+
markupsafe==0.23
36+
# via jinja2
37+
mccabe==0.4.0
38+
# via flake8
39+
pathtools==0.1.2
40+
# via watchdog
41+
pep8==1.7.0
42+
# via flake8
2743
pip-tools==1.6.5
28-
pluggy==0.3.1 # via tox
29-
py==1.4.31 # via pytest, tox
30-
pyflakes==1.0.0 # via flake8
31-
Pygments==2.1.3 # via sphinx
44+
# via -r dev-requirements.in
45+
pluggy==0.3.1
46+
# via tox
47+
py==1.4.31
48+
# via
49+
# pytest
50+
# tox
51+
pyflakes==1.0.0
52+
# via flake8
53+
pygments==2.1.3
54+
# via sphinx
3255
pytest==2.9.1
33-
pytz==2016.4 # via babel
34-
PyYAML==3.11 # via watchdog
35-
six==1.10.0 # via pip-tools, sphinx
36-
snowballstemmer==1.2.1 # via sphinx
37-
Sphinx==1.4.1
56+
# via -r dev-requirements.in
57+
pytz==2016.4
58+
# via babel
59+
pyyaml==3.11
60+
# via watchdog
61+
six==1.10.0
62+
# via
63+
# pip-tools
64+
# sphinx
65+
snowballstemmer==1.2.1
66+
# via sphinx
67+
sphinx==1.4.1
68+
# via -r dev-requirements.in
3869
tox==2.3.1
39-
virtualenv==15.0.1 # via tox
70+
# via -r dev-requirements.in
71+
virtualenv==15.0.1
72+
# via tox
4073
watchdog==0.8.3
74+
# via -r dev-requirements.in
4175
wheel==0.29.0
76+
# via -r dev-requirements.in

0 commit comments

Comments
 (0)