Skip to content

Commit 07a1e7e

Browse files
Bump psutil from 5.6.3 to 5.6.6 in /requirements
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.6.3 to 5.6.6. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-5.6.3...release-5.6.6) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 504b1c2 commit 07a1e7e

File tree

1 file changed

+191
-74
lines changed

1 file changed

+191
-74
lines changed

requirements/dev.txt

Lines changed: 191 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -4,77 +4,194 @@
44
#
55
# pip-compile --output-file=requirements/dev.txt requirements/dev.in
66
#
7-
ansible-lint==4.1.0 # via molecule
8-
ansible==2.8.5 # via ansible-lint, molecule
9-
anyconfig==0.9.7 # via molecule
10-
arrow==0.15.2 # via jinja2-time
11-
asn1crypto==1.0.1 # via cryptography
12-
aspy.yaml==1.3.0 # via pre-commit
13-
atomicwrites==1.3.0 # via pytest
14-
attrs==19.2.0 # via pytest
15-
bcrypt==3.1.7 # via paramiko
16-
binaryornot==0.4.4 # via cookiecutter
17-
cerberus==1.3.1 # via molecule
18-
certifi==2019.9.11 # via requests
19-
cffi==1.12.3 # via bcrypt, cryptography, pynacl
20-
cfgv==2.0.1 # via pre-commit
21-
chardet==3.0.4 # via binaryornot, requests
22-
click-completion==0.5.1 # via molecule
23-
click==7.0 # via click-completion, cookiecutter, molecule, pip-tools, python-gilt
24-
colorama==0.4.1 # via molecule, python-gilt
25-
cookiecutter==1.6.0 # via molecule
26-
cryptography==2.7 # via ansible, paramiko
27-
entrypoints==0.3 # via flake8
28-
fasteners==0.15 # via python-gilt
29-
flake8==3.7.8 # via molecule
30-
future==0.18.0 # via cookiecutter
31-
git-url-parse==1.2.2 # via python-gilt
32-
identify==1.4.7 # via pre-commit
33-
idna==2.8 # via requests
34-
importlib-metadata==0.23 # via pluggy, pre-commit, pytest
35-
importlib-resources==1.0.2 # via pre-commit
36-
jinja2-time==0.2.0 # via cookiecutter
37-
jinja2==2.10.3 # via ansible, click-completion, cookiecutter, jinja2-time, molecule
38-
markupsafe==1.1.1 # via jinja2
39-
mccabe==0.6.1 # via flake8
40-
molecule==2.22 # via -r requirements/dev.in
41-
monotonic==1.5 # via fasteners
42-
more-itertools==7.2.0 # via pytest, zipp
43-
nodeenv==1.3.3 # via pre-commit
44-
packaging==19.2 # via pytest
45-
paramiko==2.6.0 # via molecule
46-
pathspec==0.6.0 # via yamllint
47-
pbr==5.4.3 # via git-url-parse, python-gilt
48-
pexpect==4.7.0 # via molecule
49-
pip-tools==4.1.0 # via -r requirements/dev.in
50-
pluggy==0.13.0 # via pytest
51-
poyo==0.5.0 # via cookiecutter
52-
pre-commit==1.18.3 # via molecule
53-
psutil==5.6.3 # via molecule
54-
ptyprocess==0.6.0 # via pexpect
55-
py==1.8.0 # via pytest
56-
pycodestyle==2.5.0 # via flake8
57-
pycparser==2.19 # via cffi
58-
pyflakes==2.1.1 # via flake8
59-
pynacl==1.3.0 # via paramiko
60-
pyparsing==2.4.2 # via packaging
61-
pytest==5.2.1 # via testinfra
62-
python-dateutil==2.8.0 # via arrow
63-
python-gilt==1.2.1 # via molecule
64-
pyyaml==5.1.2 # via ansible, ansible-lint, aspy.yaml, molecule, pre-commit, python-gilt, yamllint
65-
requests==2.22.0 # via cookiecutter
66-
ruamel.yaml.clib==0.2.0 # via ruamel.yaml
67-
ruamel.yaml==0.16.5 # via ansible-lint
68-
sh==1.12.14 # via molecule, python-gilt
69-
shellingham==1.3.1 # via click-completion
70-
six==1.12.0 # via ansible-lint, bcrypt, cfgv, click-completion, cryptography, fasteners, molecule, packaging, pip-tools, pre-commit, pynacl, python-dateutil, testinfra
71-
tabulate==0.8.5 # via molecule
72-
testinfra==3.2.0 # via molecule
73-
toml==0.10.0 # via pre-commit
74-
tree-format==0.1.2 # via molecule
75-
urllib3==1.25.6 # via requests
76-
virtualenv==16.7.5 # via pre-commit
77-
wcwidth==0.1.7 # via pytest
78-
whichcraft==0.6.1 # via cookiecutter
79-
yamllint==1.17.0 # via molecule
80-
zipp==0.6.0 # via importlib-metadata
7+
ansible==2.8.5
8+
# via
9+
# ansible-lint
10+
# molecule
11+
ansible-lint==4.1.0
12+
# via molecule
13+
anyconfig==0.9.7
14+
# via molecule
15+
arrow==0.15.2
16+
# via jinja2-time
17+
asn1crypto==1.0.1
18+
# via cryptography
19+
aspy.yaml==1.3.0
20+
# via pre-commit
21+
atomicwrites==1.3.0
22+
# via pytest
23+
attrs==19.2.0
24+
# via pytest
25+
bcrypt==3.1.7
26+
# via paramiko
27+
binaryornot==0.4.4
28+
# via cookiecutter
29+
cerberus==1.3.1
30+
# via molecule
31+
certifi==2019.9.11
32+
# via requests
33+
cffi==1.12.3
34+
# via
35+
# bcrypt
36+
# cryptography
37+
# pynacl
38+
cfgv==2.0.1
39+
# via pre-commit
40+
chardet==3.0.4
41+
# via
42+
# binaryornot
43+
# requests
44+
click==7.0
45+
# via
46+
# click-completion
47+
# cookiecutter
48+
# molecule
49+
# pip-tools
50+
# python-gilt
51+
click-completion==0.5.1
52+
# via molecule
53+
colorama==0.4.1
54+
# via
55+
# molecule
56+
# python-gilt
57+
cookiecutter==1.6.0
58+
# via molecule
59+
cryptography==2.7
60+
# via
61+
# ansible
62+
# paramiko
63+
entrypoints==0.3
64+
# via flake8
65+
fasteners==0.15
66+
# via python-gilt
67+
flake8==3.7.8
68+
# via molecule
69+
future==0.18.0
70+
# via cookiecutter
71+
git-url-parse==1.2.2
72+
# via python-gilt
73+
identify==1.4.7
74+
# via pre-commit
75+
idna==2.8
76+
# via requests
77+
importlib-metadata==0.23
78+
# via pre-commit
79+
jinja2==2.10.3
80+
# via
81+
# ansible
82+
# click-completion
83+
# cookiecutter
84+
# jinja2-time
85+
# molecule
86+
jinja2-time==0.2.0
87+
# via cookiecutter
88+
markupsafe==1.1.1
89+
# via jinja2
90+
mccabe==0.6.1
91+
# via flake8
92+
molecule==2.22
93+
# via -r dev.in
94+
monotonic==1.5
95+
# via fasteners
96+
more-itertools==7.2.0
97+
# via
98+
# pytest
99+
# zipp
100+
nodeenv==1.3.3
101+
# via pre-commit
102+
packaging==19.2
103+
# via pytest
104+
paramiko==2.6.0
105+
# via molecule
106+
pathspec==0.6.0
107+
# via yamllint
108+
pbr==5.4.3
109+
# via
110+
# git-url-parse
111+
# python-gilt
112+
pexpect==4.7.0
113+
# via molecule
114+
pip-tools==4.1.0
115+
# via -r dev.in
116+
pluggy==0.13.0
117+
# via pytest
118+
poyo==0.5.0
119+
# via cookiecutter
120+
pre-commit==1.18.3
121+
# via molecule
122+
psutil==5.6.6
123+
# via molecule
124+
ptyprocess==0.6.0
125+
# via pexpect
126+
py==1.8.0
127+
# via pytest
128+
pycodestyle==2.5.0
129+
# via flake8
130+
pycparser==2.19
131+
# via cffi
132+
pyflakes==2.1.1
133+
# via flake8
134+
pynacl==1.3.0
135+
# via paramiko
136+
pyparsing==2.4.2
137+
# via packaging
138+
pytest==5.2.1
139+
# via testinfra
140+
python-dateutil==2.8.0
141+
# via arrow
142+
python-gilt==1.2.1
143+
# via molecule
144+
pyyaml==5.1.2
145+
# via
146+
# ansible
147+
# ansible-lint
148+
# aspy.yaml
149+
# molecule
150+
# pre-commit
151+
# python-gilt
152+
# yamllint
153+
requests==2.22.0
154+
# via cookiecutter
155+
ruamel.yaml==0.16.5
156+
# via ansible-lint
157+
sh==1.12.14
158+
# via
159+
# molecule
160+
# python-gilt
161+
shellingham==1.3.1
162+
# via click-completion
163+
six==1.12.0
164+
# via
165+
# ansible-lint
166+
# bcrypt
167+
# cfgv
168+
# click-completion
169+
# cryptography
170+
# fasteners
171+
# molecule
172+
# packaging
173+
# pip-tools
174+
# pre-commit
175+
# pynacl
176+
# python-dateutil
177+
# testinfra
178+
tabulate==0.8.5
179+
# via molecule
180+
testinfra==3.2.0
181+
# via molecule
182+
toml==0.10.0
183+
# via pre-commit
184+
tree-format==0.1.2
185+
# via molecule
186+
urllib3==1.25.6
187+
# via requests
188+
virtualenv==16.7.5
189+
# via pre-commit
190+
wcwidth==0.1.7
191+
# via pytest
192+
whichcraft==0.6.1
193+
# via cookiecutter
194+
yamllint==1.17.0
195+
# via molecule
196+
zipp==0.6.0
197+
# via importlib-metadata

0 commit comments

Comments
 (0)